Skip to main content
Back to registry

typescript-best-practices

0xbigboss/claude-code

When working with React components ( .tsx , .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill.

Installs912
Install command
npx skills add https://github.com/0xbigboss/claude-code --skill typescript-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
When working with React components ( .tsx , .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Types define the contract before implementation. Follow this workflow: Use the type system to prevent invalid states at compile time. Discriminated unions for mutually exclusive states: Branded types for domain primitives: Const assertions for literal unions: Required vs optional fields - be explicit: Prefer smaller, focused files: one component, hook, or utility per file. Split when a file handles multiple concerns or exceeds ~200 lines. Colocate tests with implementation ( foo.test.ts alongside foo.ts ). Group related files by feature rather than by type.

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-best-practices do?

When working with React components ( .tsx , .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill.

Is typescript-best-practices good?

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

What agent does typescript-best-practices work with?

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

What are alternatives to typescript-best-practices?

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

How do I install typescript-best-practices?

npx skills add https://github.com/0xbigboss/claude-code --skill typescript-best-practices

Related skills

More from 0xbigboss/claude-code

Related skills

Alternatives in Software Engineering