Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add ravnhq/ai-toolkit --skill "lang-typescript"
Install specific skill from multi-skill repository
# Description
TypeScript language patterns and type safety rules. Extends core-coding-standards with TypeScript-specific rules. Use when writing TypeScript code.
# SKILL.md
name: lang-typescript
description: "TypeScript language patterns and type safety rules. Extends core-coding-standards with TypeScript-specific rules. Use when writing TypeScript code."
Principles
- Enable strict mode β no implicit any, strict null checks
- Prefer discriminated unions over type assertions
- Use
unknownoveranyβ narrow with type guards
Rules
See rules/ for detailed patterns.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.