From kit
Enforces project-specific coding conventions by loading language standards before writing code. Use when about to write, edit, modify, or generate Go, Rust, Python, Tailwind CSS, or HCL (Terraform/OpenTofu) files. Loads once per language per session and overrides default style with project conventions. DO NOT TRIGGER for languages other than Go, Rust, Python, Tailwind CSS, or HCL (Terraform/OpenTofu).
How this skill is triggered — by the user, by Claude, or both
Slash command
/kit:code-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load language-specific coding standards before editing code files. Invoke this skill when you are about to write or modify files in a supported language.
Load language-specific coding standards before editing code files. Invoke this skill when you are about to write or modify files in a supported language.
Determine which languages to load based on the file you are about to edit:
| File Pattern | Language | Standards File |
|---|---|---|
*.go, go.mod, go.sum | Go | ../../code-standards/go/CLAUDE.md |
*.rs, Cargo.toml, Cargo.lock | Rust | ../../code-standards/rust/CLAUDE.md |
*.py, pyproject.toml, requirements.txt, setup.py | Python | ../../code-standards/python/CLAUDE.md |
*.tf, *.tofu, *.tofu.json, *.tfvars | HCL (Terraform/OpenTofu) | ../../code-standards/hcl/CLAUDE.md |
*.css, *.tsx, *.jsx, *.vue, *.svelte, *.astro, *.html with Tailwind | Tailwind CSS | ../../code-standards/tailwindcss/CLAUDE.md |
All paths are relative to this skill's base directory.
Use the Read tool to load the standards file for the language you are about to edit. Only load once per language per session — if you have already loaded Go standards, do not re-read the file.
Follow these standards for ALL code you write in that language during this session. These are project conventions that override your defaults.
npx claudepluginhub shousper/claude-kit --plugin kitCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.