Harness-engineering ts-performance-patterns
name: ts-performance-patterns
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/ts-performance-patterns/skill.yamlsource content
name: ts-performance-patterns version: "1.0.0" description: Reduce TypeScript compilation time and type complexity with targeted optimizations stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "**/*.ts"
- "**/*.tsx"
- "tsconfig.json"
- "tsconfig.*.json" related_skills:
- ts-config-patterns
- ts-generics-pattern
- perf-tree-shaking
- perf-bundle-analysis
- perf-code-splitting
- perf-profiling-methodology stack_signals:
- typescript keywords:
- type-instantiation
- skipLibCheck
- isolatedModules
- type-complexity
- compilation-performance metadata: author: community upstream: typescriptlang.org/docs/handbook/performance.html state: persistent: false files: [] depends_on: []