一键导入
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 职业分类
Apply when designing or reviewing HTTP APIs — enforces TCP API design standards.
Apply when writing or reviewing TypeScript — enforces TCP TypeScript standards.
Use when reviewing TypeScript/Bun code in this project — flags anti-patterns to raise and enforces test philosophy
Use when building or modifying review/src/agents/ using @github/copilot-sdk, or migrating from @opencode-ai/sdk, or asking how to run parallel agent sessions, get structured JSON output, configure custom OpenAI providers, use hooks, MCP servers, custom agents/skills, session persistence, observability, or troubleshoot SDK issues.
everything you need to know about octokit.js, form github's official SDK for REST and GraphQL API requests, GitHub App authentication, and webhooks
| 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.