toverux
- 25 skills
- 0 followers
- 4 hours ago last updated
- ▌ Codebase Design · toverux bundleShared 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.
- ▌
- ▌ Tdd · toverux bundleTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- ▌ Spec · toverux bundleSynthesize the current conversation into a published spec, test seams included.
- ▌
- ▌ Commit · toverux bundleScan the session for compound-worthy learnings, then commit the working tree with a repo-appropriate, value-communicating message.
- ▌ Handoff · toverux bundleCompact the current conversation into a handoff document for another agent to pick up.
- ▌ Tickets · toverux bundleBreak a spec, plan, or the current conversation into tracer-bullet tickets, each declaring its blocking edges.
- ▌ Compound · toverux bundleCapture 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 preference.
- ▌ Grilling · toverux bundleGrill 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.
- ▌ Research · toverux bundleInvestigate 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.
- ▌ Simplify · toverux bundleOptional pre-review quality pass — preserving fixes through the reuse, simplification, and efficiency lenses. Bug hunting is /review-gate's job.
- ▌ Implement · toverux bundleImplement a spec or a single ticket, driving TDD at the seams agreed in the spec.
- ▌ Prototype · toverux bundleBuild 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.
- ▌
- ▌ Review Gate · toverux bundleThe review gate — effort-scaled, multi-angle review of the working diff or the changes since a fixed point, every finding independently verified.
- ▌ Questionnaire · toverux bundleTurn a decision you can't fully answer into a questionnaire for someone else to fill in.
- ▌ Diagnosing Bugs · toverux bundleDiagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
- ▌ Compound Refresh · toverux bundleGarbage-collect the knowledge stores — audit AGENTS.md, and docs/solutions/ where that store is enabled, against the current code.
- ▌ Writing For Agents · toverux bundleLoad before writing or editing any file an agent will load and act on — a skill (SKILL.md), an AGENTS.md or CLAUDE.md, or a rules file. The vocabulary and principles that make those files predictable. A session that only reads them leaves this unloaded.
- ▌ Setup Cantrips Loop · toverux bundleConfigure this repo's cantrips loop — knowledge stores and storage backend — by writing docs/agents/cantrips-loop.md.
- ▌
- ▌ Sync Upstream · toveruxReconcile 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.
- ▌ Resolving Merge Conflicts · toverux bundleUse when you need to resolve an in-progress git merge/rebase conflict.
- ▌ Improve Codebase Architecture · toverux bundleScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.