ravnhq

lang-typescript

0
0
# Install this skill:
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 unknown over any — 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.