| name | templatecentral:standards |
| description | Use when reviewing code quality, naming conventions, validation patterns, drift, or full-stack type contracts in a templateCentral project. |
Step 1 — Identify the operation and stack from AGENTS.md and the user's request.
| Operation | Description | Path |
|---|
code-standards | Naming, exports, component patterns, comment hygiene | code-standards/<stack>.md (load code-standards/comments.md first) |
validation-patterns | Zod/Pydantic schemas | validation-patterns/<stack>.md (load validation-patterns/patterns.md first) |
drift-check | Detect implementation drift | drift-check/implementation.md |
full-stack-pairing | Sync frontend/backend contracts | full-stack-pairing/implementation.md |
Stacks: fastapi, nestjs, nextjs, vite-react
Step 2 — Cat the reference file:
<skill-dir> = this skill directory; Claude Code shows it as "Base directory for this skill" when the skill loads — substitute that absolute path (it is not a shell variable). Other Agent-Skills tools provide the skill directory the same way.
cat "<skill-dir>/<path>"
Step 3 — Follow the loaded guide exactly.