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/Markdownreferences/prettier-format.md
  • Format everythingreferences/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)

Installs
7
First Seen
Jan 25, 2026
code-format — giantcroissant-lunar/lunar-snake-hub