standards
Installation
SKILL.md
Standards Skill
Language-specific coding standards loaded on-demand by other skills.
Purpose
This is a library skill - it doesn't run standalone but provides standards references that other skills load based on file types being processed.
Standards Available
| Standard | Reference | Loaded By |
|---|---|---|
| Skill Structure | references/skill-structure.md |
vibe (skill audits), doc (skill creation) |
| Python | references/python.md |
vibe, implement, complexity |
| Go | references/go.md |
vibe, implement, complexity |
| Rust | references/rust.md |
vibe, implement, complexity |
| TypeScript | references/typescript.md |
vibe, implement |
| JavaScript | references/javascript.md |
vibe, implement |
| Shell | references/shell.md |
vibe, implement |
Related skills