一键导入
using-tcp-standards
Use when starting any development task — scans files in scope and loads the correct TCP coding standards before any code is written.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when starting any development task — scans files in scope and loads the correct TCP coding standards before any code is written.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | using-tcp-standards |
| description | Use when starting any development task — scans files in scope and loads the correct TCP coding standards before any code is written. |
Before writing any code, identify which TCP standards skills apply to the files in scope and invoke them. One set of rules shapes writing (feedforward) and is cited by the review layer (feedback).
| Files in scope | Invoke |
|---|---|
Any .ts or .tsx file | tcp-standards:typescript-standards |
Routes, controllers, handlers, api/ dirs | tcp-standards:api-design-standards |
During brainstorming or writing-plans, before any implementation action:
Always reference violations by rule code: TCP-TS-003, TCP-API-002. This is how the review layer traces findings back to the rule that was broken.
When new standard skills are added to this plugin, add a row to the standards map above.