·typescript-rules
</>

typescript-rules

shinpr/claude-code-workflows

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.

8Installs·1Trend·@shinpr

Installation

$npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-rules

SKILL.md

✅ Aggressive Refactoring - Prevent technical debt and maintain health ❌ Unused "Just in Case" Code - Violates YAGNI principle (Kent Beck)

Absolute Rule: any type is completely prohibited. It disables type checking and becomes a source of runtime errors.

Absolute Rule: Error suppression prohibited. All errors must have log output and appropriate handling.

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features. Source: shinpr/claude-code-workflows.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-rules
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is typescript-rules?

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features. Source: shinpr/claude-code-workflows.

How do I install typescript-rules?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-rules Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/shinpr/claude-code-workflows