Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Format and lint the project, auditing changed Rust files against code style guidelines.
Format and lint the project, auditing changed Rust files against code style guidelines.
Run mise run format to format code.
Run mise run lint Fix any errors the formatter was unable to address.
!if [ -d .jj ]; then jj show; else git diff; fi
For each .rs file in the diff, spin up a separate agent to audit that file against docs/dev/code-style.md.
Launch all agents in parallel.
Each agent should read the full file and check module-level ordering (constants first, then type groups alphabetically with impl blocks immediately following their type, then free functions) and report any violations with line numbers.
Fix any violations the agents report.
Run mise run lint again after fixes to ensure formatting is still clean.
Run mise run test to confirm nothing is broken.
npx skills add aaronmallen/doing --skill formatHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.