·typescript-rules
</>

typescript-rules

shinpr/claude-code-workflows

React/TypeScript 前端开发规则包括类型安全、组件设计、状态管理和错误处理。在实现 React 组件、TypeScript 代码或前端功能时使用。

0安装·0热度·@shinpr

安装

$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 前端开发规则包括类型安全、组件设计、状态管理和错误处理。在实现 React 组件、TypeScript 代码或前端功能时使用。 来源:shinpr/claude-code-workflows。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-rules
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 typescript-rules?

React/TypeScript 前端开发规则包括类型安全、组件设计、状态管理和错误处理。在实现 React 组件、TypeScript 代码或前端功能时使用。 来源:shinpr/claude-code-workflows。

如何安装 typescript-rules?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-rules 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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