From ravn-ai-toolkit
Enforces TypeScript type safety rules: strict mode, no implicit any or assertions, discriminated unions, unknown with type guards. For writing, reviewing types, or refactoring TS code.
npx claudepluginhub ravnhq/ai-toolkitThis skill is limited to using the following tools:
- Enable strict mode — no implicit any, strict null checks
Designs complex TypeScript generics and utility types, refactors 'any' to strict alternatives, creates type guards, and resolves compiler errors for inference, conditional types, and more.
Provides TypeScript best practices for type-safe code including strict mode, interfaces, discriminated unions, generics, async patterns, and null safety. Useful for type definitions and maintainable TS.
Provides expert TypeScript guidance for type-safe apps, advanced types, strict mode, JS-to-TS refactoring, tsconfig optimization, and TDD workflows.
Share bugs, ideas, or general feedback.
unknown over any — narrow with type guardsSee rules index for detailed patterns.
User: "Replace unsafe any usage with discriminated unions in this module."
Expected behavior: Use lang-typescript guidance, follow its workflow, and return actionable output.
User: "Design REST route naming conventions for a new backend."
Expected behavior: Do not prioritize lang-typescript; choose a more relevant skill or proceed without it.
lang-typescript scope and triggers.