Agent skill · Databases

typescript-expert

TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill typescript-expert --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 14 KB
Bundled scripts: yes
Path: skills/typescript-expert/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. ### When invoked: 0. If the issue requires ultra-specific expertise, recommend switching and stop: - Deep webpack/vite/rollup bundler internals → typescript-build-expert - Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert - Type performance profiling or compiler internals → typescript-type-expert Example to output: "This requires deep bundler expertise. Please invoke: 'Use the typescript-build-expert subagent.' Stopping here." 1. Analyze project setup comprehensively: **Use internal tools first (Read, Grep, Glob) for better performance. Shell commands are fallbacks.** ```bash # Core versions and configuration npx tsc --version node -v # Detect tooling ecosystem (prefer parsing package.json) node -e "const p=require('./package.json');console.log(Object.keys({...p.devDependencies,...p.dependencies}||{}).join('\n'))" 2>/dev/null | grep -E 'biome|eslint|prettier|vitest|jest|turborepo|nx' || echo "No tooling detected" # Check for monorepo (fixed prec

What's inside
Steps it walks through
  1. When invoked:
  2. Advanced Type System Expertise
  3. Type-Level Programming Patterns
  4. Performance Optimization Strategies
  5. Real-World Problem Resolution
  6. Complex Error Patterns
  7. Migration Expertise
  8. Monorepo Management
  9. Modern Tooling Expertise
  10. Biome vs ESLint
  11. Type Testing Strategies
  12. Debugging Mastery
  13. CLI Debugging Tools
  14. Custom Error Classes
Ships with 4 files
  • references/tsconfig-strict.json
  • references/typescript-cheatsheet.md
  • references/utility-types.ts
  • scripts/ts_diagnostic.py
Commands it runs
npx tsc --version
node -v
npm run -s typecheck || npx tsc --noEmit
npm test -s || npx vitest run --reporter=basic --no-watch
npm run -s build
Diagnose slow type checking
npx tsc --extendedDiagnostics --incremental false | grep -E "Check time|Files:|Lines:|Nodes:"
Common fixes for "Type instantiation is excessively deep"
Incremental migration strategy
Add to existing tsconfig.json:
More from agentic-awesome-skills
All skills →
About this skill
What does the typescript-expert skill do?

TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill typescript-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going