Implement
π€ Curated agent skills for AI agents β one coherent engineering loop that compounds: grill β spec β implement β review β commit β learn. Adopt it or fork it!
npx -y skills add toverux/grimoire --skill implementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Implement a spec or a single ticket, driving TDD at the seams agreed in the spec.
SKILL.md
1.5 KB, as published. Nobody here has run it
Implement the work in the spec (docs/specs/<feature>.md) or the ticket the user names.
Read it in full first; for a ticket, read its parent spec too.
Where the spec agreed a test seam, drive /tdd at that seam β the seams are already approved, so test at them without re-asking.
Where no seam was agreed, implement directly: state explicit verification criteria up front (what observable result proves it works), then verify against them before calling the work done.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
When working from a ticket, tick its acceptance criteria as each one is verified.
Done when every criterion is verified and the full suite passes β close with a flow pointer (presentation) naming the review tail, all in this session with the working diff as context: /simplify (user-invoked) for an optional quality pass, then /review-gate (user-invoked) β suggest low for a trivial or mechanical diff, high for a large, cross-cutting, or risky one, medium otherwise β then /commit (user-invoked).
If context runs low anywhere in that chain, recommend /handoff (user-invoked) and resume in a fresh session instead of pushing on degraded.