Coding Standards Skill
This skill provides language-specific coding guidelines.
Standards Documents
| Language | File | Key Rules |
|---|---|---|
| TypeScript | typescript.md | ESLint, Prettier, strict mode |
| Python | python.md | Ruff, Black, type hints |
| PowerShell | powershell.md | PSScriptAnalyzer, approved verbs |
Usage
Reference these standards when:
- •Writing new code in any language
- •Reviewing code for style compliance
- •Setting up linter configurations
Cross-References
- •
.claude/rules/coding-style.md- High-level principles - •
.claude/rules/security.md- Security requirements