format-markdown
Format markdown files with prettier. Use after creating or editing any markdown file (.md).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Format markdown files with prettier. Use after creating or editing any markdown file (.md).
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-markdown |
| description | Format markdown files with prettier. Use after creating or editing any markdown file (.md). |
Run prettier on every markdown file after creating or editing it.
After every Write or Edit to any .md file in the project. This includes:
issues/*.md)docs/*.md)README.md filesAGENTS.md filesAfter your edits to a markdown file are complete, run:
prettier --write --prose-wrap always --print-width 80 <file_path>
IMPORTANT: Use the prettier CLI directly. NEVER use npx prettier. The
tool is installed globally — npx is unnecessary and slow.
That's it. No other steps needed.