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.