code-format
Installation
SKILL.md
Code Format Skill (Entry Map)
Goal: Guide agent to the exact formatting procedure needed.
Quick Start (Pick One)
- Format .NET code (C#) →
references/dotnet-format.md - Format JSON/YAML/Markdown →
references/prettier-format.md - Format everything →
references/fix-all.md
When to Use
- Fix code style violations (indentation, spacing, line endings)
- Apply .editorconfig rules consistently
- Prepare code for commit (pre-commit hook formatting)
- Enforce team coding standards
- Format specific files or entire codebase
NOT for: building (dotnet-build), testing (dotnet-test), or linting (code-analyze)