A collection of reusable Agent skills maintained by Toormi.
Each skill lives in its own directory and includes a SKILL.md file with the instructions an Agent should follow. Some skills also include human-facing documentation, examples, or supporting assets.
| Skill | Description |
|---|---|
review-preflight |
Generates an HTML briefing with review route, risk focus, and visual change graphs to help humans prepare for PR review. |
Use a skill by referencing it in an Agent session:
Use $review-preflight to prepare a review briefing for this PR.
See each skill directory for usage details and examples.
Keep each skill self-contained:
SKILL.mdfor Agent instructions.README.mdfor user-facing documentation.- Optional examples, scripts, or templates in the same directory.
Skill instructions should be clear, actionable, and explicit about scope, expected inputs, outputs, and limitations.