Load language-specific coding standards before editing Go, Rust, Python, or Tailwind CSS files
79
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 100%
↑ 1.00xAgent success when using this skill
Validation for skill structure
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 |
*.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.
967bcd4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.