Skip to main content
Back to the directory
0xbigboss/claude-codeSoftware EngineeringFrontend and Design

typescript-best-practices

TypeScript patterns for type-first development, making illegal states unrepresentable, and exhaustive handling.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/0xbigboss/claude-code --skill typescript-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, typescript-best-practices has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: 0xbigboss/claude-code. Canonical URL: https://skills.sh/0xbigboss/claude-code/typescript-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
TypeScript patterns for type-first development, making illegal states unrepresentable, and exhaustive handling. Follows type-first, functional, and error handling patterns from CLAUDE.md. This skill covers language-specific idioms only. 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. 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: Exhaustive switch with never check: For advanced type utilities beyond TypeScript builtins, consider type-fest : - Use discriminated unions, branded types, and const assertions to encode business rules in the type system and prevent invalid states at compile time - Validate at system boundaries with Zod schemas as single source of truth; infer TypeScript types automatically to keep types and validation in sync - Enforce exhaustive handling with never checks in switch statements and default cases; unhandled code paths become compile errors - Wrap external calls and async operations with contextual error messages; propagate failures rather than silently catching them - Load and validate...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

TypeScript patterns for type-first development, making illegal states unrepresentable, and exhaustive handling.

Is typescript-best-practices good?

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

Which AI agents support typescript-best-practices?

typescript-best-practices currently lists compatibility with Claude Code, Skills CLI.

Is typescript-best-practices safe to install?

typescript-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to typescript-best-practices?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install typescript-best-practices?

Run the following command to 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