cantrips
01Plugin Claude Code
Plugin marketplace listing 1 plugin: cantrips.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cantrips.
Plugin Claude Code
The core engineering loop for coding agents (Claude Code, Codex CLI): grill, spec, tickets, implement with TDD at agreed seams, review, commit, plus a user-gated compound step that turns session learnings into durable project memory. Basic spells a caster always has prepared.
Skill Claude CodeCodex
Reconcile this repo's forked skills with a new upstream release. Use when the user says an upstream (compound-engineering, mattpocock/skills) was updated, asks to merge/sync upstream changes into the forks, or wants the forks' divergence audited.
Instructions file CodexOpenCode
Instructions for toverux/cantrips, covering agents.md, project overview, there is no build, repository structure and how to add or revise a skill.
Instructions file
Instructions for toverux/cantrips, a project described as: π€ Curated agent skills for AI agents β one coherent engineering loop that compounds: grill β spec β implement β review β commit β learn. Adopt it or fork it!
Agent
What the six storage verbs translate to here, and which knowledge stores are enabled. Storage-touching skills read this doc instead of the plugin defaults. /setup-cantrips-loop wrote it; re-run that skill to change it.
Skill Claude CodeCodex
Keep the session's prompt cache warm while you step away.
Skill Claude CodeCodex
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
Skill Claude CodeCodex
Scan the session for compound-worthy learnings, then commit the working tree with a repo-appropriate, value-communicating message.
Skill Claude CodeCodex
Garbage-collect the knowledge stores β audit AGENTS.md, and docs/solutions/ where that store is enabled, against the current code.
Skill Claude CodeCodex
Capture this session's durable learnings and route each to the right knowledge store, every write user-gated. Use at loop end when /commit's opening scan finds candidates, when /diagnosing-bugs closes out a fix, or when the user wants to capture, remember, or write down a learning, convention, gotcha, decision, orβ¦
Skill Claude CodeCodex
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
Skill Claude CodeCodex
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to be grilled about a plan, wants a decision stress-tested, or when requirements are fuzzy before a spec is written.
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
Skill Claude CodeCodex
Implement a spec or a single ticket, driving TDD at the seams agreed in the spec.
Skill Claude CodeCodex
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
Skill Claude CodeCodex
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Skill Claude CodeCodex
Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
Skill Claude CodeCodex
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
Skill Claude CodeCodex
Use when you need to resolve an in-progress git merge/rebase conflict.
Skill Claude CodeCodex
The review gate β effort-scaled, multi-angle review of the working diff or the changes since a fixed point, every finding independently verified.
Skill Claude CodeCodex
Configure this repo's cantrips loop β knowledge stores and storage backend β by writing docs/agents/cantrips-loop.md.
Skill Claude CodeCodex
Set up a hook that blocks dangerous git commands before they execute, in Claude Code or Codex CLI.
Skill Claude CodeCodex
Optional pre-review quality pass β preserving fixes through the reuse, simplification, and efficiency lenses. Bug hunting is /review-gate's job.