code-format
✓Format code using dotnet format, prettier, and other formatting tools. Use when task involves code style fixes, formatting consistency, or preparing code for commit.
Installation
SKILL.md
NOT for: building (dotnet-build), testing (dotnet-test), or linting (code-analyze)
Inputs: target (dotnet/prettier/all), files (specific files or directories), verify (check-only mode)
Outputs: Formatted files (modified in-place), exit code (0=success, non-zero=violations)
Format code using dotnet format, prettier, and other formatting tools. Use when task involves code style fixes, formatting consistency, or preparing code for commit. Source: giantcroissant-lunar/lunar-snake-hub.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill code-format- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is code-format?
Format code using dotnet format, prettier, and other formatting tools. Use when task involves code style fixes, formatting consistency, or preparing code for commit. Source: giantcroissant-lunar/lunar-snake-hub.
How do I install code-format?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill code-format Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/giantcroissant-lunar/lunar-snake-hub
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01