aitk-standardslisted
Install: claude install-skill erclx/toolkit
# Standards
Read `docs/standards.md` for system overview and install vs sync before editing.
## Prose rules
Read `standards/prose.md` before writing or editing any prose in `standards/` or `docs/`. It is the canonical voice and formatting reference.
## Cross-references
- Do not reference one standard from another. Standards are loaded simultaneously by skills, so signpost links between them add noise without value.
- A functional cross-reference that changes behavior is allowed (for example, telling the reader which sibling standard still applies when a hook would otherwise skip the content). Bare signposts are not.
## Sync checklist
When adding a standard:
- Create the `.md` file in `standards/` starting with a frontmatter block carrying `title` and `description`. See `standards/prose.md` for the style rule.
- Update the standards table in `docs/standards.md`
- Do not hand-edit `standards/index.md`. It is generated by `scripts/core/regen-indexes.sh` (runs as part of `bun run check`), and it fails if any standard is missing required frontmatter.
## Reference
- `docs/standards.md`: system overview, install vs sync, adding standards
- `standards/prose.md`: full voice, structure, formatting, and language rules
- `prompts/standards-reference.md`: conventions for writing standards docs