format-zig
Format Zig files with zig fmt. Use after creating or editing any Zig file (.zig).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Format Zig files with zig fmt. Use after creating or editing any Zig file (.zig).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run an in-session adversarial review of Shannon work using a fresh-context reviewer. Use for experiment design gates, experiment result gates, risky Rust changes, Nushell/Reedline subtree upgrades, and workflow compliance.
Ask Claude to review Shannon work. Use when the user requests Claude review or during large/risky experiments before acting on conclusions.
Ask Codex to review Shannon work. Use when the user requests Codex review or during large/risky experiments before acting on conclusions.
Write entertaining commit messages as poetry
Create a new agent skill. Use when creating a new skill for the project.
Store all debug logs in ~/dev/shannon/logs/. Use when running apps, configuring log paths, or troubleshooting output.
| name | format-zig |
| description | Format Zig files with zig fmt. Use after creating or editing any Zig file (.zig). |
Run zig fmt on every Zig file after creating or editing it.
After every Write or Edit to any .zig file in the project. This includes:
gui/src/**/*.zig)gui/build.zig)After your edits to a Zig file are complete, run:
zig fmt <file_path>
That's it. No other steps needed.