Run `zig fmt` on every Zig file after creating or editing it.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add shannonshell/shannon --skill format-zig --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Format Zig?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shannonshell-format-zig)More formats (shields.io, HTML) on the badges page.
---
name: format-zig
description:
"Format Zig files with zig fmt. Use after creating or editing any Zig file
(.zig)."
---
# Format Zig
Run `zig fmt` on every Zig file after creating or editing it.
## When This Skill Applies
After every Write or Edit to any `.zig` file in the project. This includes:
- GUI source files (`gui/src/**/*.zig`)
- Build files (`gui/build.zig`)
- Any other Zig file in the project
## Process
After your edits to a Zig file are complete, run:
```bash
zig fmt <file_path>
```
That's it. No other steps needed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!