Skip to main content
Back to registry

typescript-pro

jeffallan/claude-skills

Installs963
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill typescript-pro
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Load detailed guidance based on context: When implementing TypeScript features, provide: TypeScript 5.0+, generics, conditional types, mapped types, template literal types, discriminated unions, type guards, branded types, tRPC, project references, incremental compilation, declaration files, const assertions, satisfies operator - Analyze type architecture - Review tsconfig, type coverage, build performance - Design type-first APIs - Create branded types, generics, utility types - Implement with type safety - Write type guards, discriminated unions, conditional types; run tsc --noEmit to catch type errors before proceeding - Optimize build - Configure project references, incremental compilation, tree shaking; re-run tsc --noEmit to confirm zero errors after changes - Test types - Confirm type coverage with a tool like type-coverage ; validate that all public APIs have explicit return types; iterate on steps 3–4 until all checks pass - Enable strict mode with all compiler flags - Use type-first API design - Implement branded types for domain modeling - Use satisfies operator for type validation - Create discriminated unions for state machines - Use Annotated pattern with type predicates - Generate declaration files for libraries - Optimize for type inference - Use explicit any without justification - Skip type coverage for public APIs - Mix type-only and value imports - Disable...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does typescript-pro do?

typescript-pro is listed in SkillJury, but the source summary is still sparse.

Is typescript-pro good?

typescript-pro does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does typescript-pro work with?

typescript-pro currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to typescript-pro?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install typescript-pro?

npx skills add https://github.com/jeffallan/claude-skills --skill typescript-pro

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering