โ† All creators

toverux

User

๐Ÿค– Curated agent skills for AI agents โ€” one coherent engineering loop that compounds: grill โ†’ spec โ†’ implement โ†’ review โ†’ commit โ†’ learn. Adopt it or fork it!

47 indexed ยท 0 Featured ยท 3 stars ยท avg score 75
Prolific

Categories

Indexed Skills (47)

Code & Development Listed

commit

Commit the working tree with a repo-appropriate, value-communicating message, then scan the session for compound-worthy learnings.

1 Updated 1 months ago
toverux
AI & Automation Listed

compound-refresh

Garbage-collect the knowledge stores โ€” audit docs/solutions/ and AGENTS.md against the current code.

1 Updated 1 months ago
toverux
AI & Automation Listed

improve-codebase-architecture

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

1 Updated 1 months ago
toverux
AI & Automation Listed

simplify

Optional pre-review quality pass โ€” behavior-preserving fixes for reuse, dead weight, altitude, and clarity. Bug hunting is /code-review's job.

1 Updated 1 months ago
toverux
Testing & QA Listed

spec

Synthesize the current conversation into a spec at docs/specs/<feature>.md, test seams included.

1 Updated 1 months ago
toverux
AI & Automation Listed

teach

Teach the user a new skill or concept, within this workspace.

1 Updated 1 months ago
toverux
AI & Automation Listed

tickets

Break a spec, plan, or the current conversation into tracer-bullet ticket files alongside the spec, each declaring its blocking edges.

1 Updated 1 months ago
toverux
Code & Development Listed

code-review

The review gate โ€” check the changes since a fixed point against the spec and the project's standards, in parallel subagents.

2 Updated 1 weeks ago
toverux
Code & Development Listed

review-gate

The review gate โ€” effort-scaled, multi-angle review of the working diff or the changes since a fixed point, every finding independently verified.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

questionnaire

Turn a decision you can't fully answer into a questionnaire for someone else to fill in.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

handoff

Compact the conversation into a handoff document a fresh session can resume from.

1 Updated 1 months ago
toverux
AI & Automation Listed

implement

Implement a spec or a single ticket, driving TDD at the seams agreed in the spec.

1 Updated 1 months ago
toverux
AI & Automation Listed

grill-me

Grill the user relentlessly about a plan, decision, or idea.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

codebase-design

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.

1 Updated 1 months ago
toverux
AI & Automation Listed

compound

Capture this session's durable learnings and route each to the right knowledge store, every write user-gated. Use at loop end when the commit tail prompts a session scan, when diagnosing-bugs closes out a fix, or when the user wants to capture, remember, or write down a learning, convention, gotcha, or preference.

1 Updated 1 months ago
toverux
AI & Automation Listed

diagnosing-bugs

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

1 Updated 1 months ago
toverux
AI & Automation Listed

prototype

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, explore what a UI should look like, or when a decision in a grill-me interview needs empirical evidence.

1 Updated 1 months ago
toverux
AI & Automation Listed

tdd

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

1 Updated 1 months ago
toverux
AI & Automation Listed

writing-great-skills

Load 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.

1 Updated 1 months ago
toverux
AI & Automation Listed

typescript-code-style

Load before writing or editing any TypeScript or JavaScript file (.ts, .tsx, .js, .jsx), the moment a task will create or modify such code and before the first edit. Covers strictness, style, nullability, immutability, and assertion-based error handling. The trigger is writing; a session that only reads code leaves it unloaded.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

general-code-style

Load before writing or editing any source file, in any language, the moment a task will create or modify code and before the first edit. Covers line breaks, the 100-character line limit, comments, and docblocks. The trigger is writing; a session that only reads code leaves it unloaded.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

grilling

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.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

setup-cantrips-loop

Configure this repo's cantrips loop โ€” knowledge stores and storage backend โ€” by writing docs/agents/cantrips-loop.md.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

writing-for-agents

Load 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.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

sync-upstream

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.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

research

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.

1 Updated 1 months ago
toverux
Code & Development Listed

resolving-merge-conflicts

Use when you need to resolve an in-progress git merge/rebase conflict.

1 Updated 1 months ago
toverux
Code & Development Listed

general-guidelines

Behavioral guidelines to reduce common LLM coding mistakes. Always use this when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

cs-code-style

Load before writing or editing any C# file (.cs), the moment a task will create or modify C# code and before the first edit. Covers language level, member declaration style, type choice, and naming. The trigger is writing; a session that only reads code leaves it unloaded.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

afk

Keep the session's prompt cache warm while you step away.

2 Updated 1 weeks ago
toverux
Code & Development Listed

commit

Scan the session for compound-worthy learnings, then commit the working tree with a repo-appropriate, value-communicating message.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

compound-refresh

Garbage-collect the knowledge stores โ€” audit AGENTS.md, and docs/solutions/ where that store is enabled, against the current code.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

improve-codebase-architecture

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

simplify

Optional pre-review quality pass โ€” preserving fixes through the reuse, simplification, and efficiency lenses. Bug hunting is /review-gate's job.

2 Updated 1 weeks ago
toverux
Testing & QA Listed

spec

Synthesize the current conversation into a published spec, test seams included.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

teach

Teach the user a new skill or concept, within this workspace.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

tickets

Break a spec, plan, or the current conversation into tracer-bullet tickets, each declaring its blocking edges.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

implement

Implement a spec or a single ticket, driving TDD at the seams agreed in the spec.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

handoff

Compact the current conversation into a handoff document for another agent to pick up.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

codebase-design

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.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

diagnosing-bugs

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

prototype

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.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

tdd

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

compound

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 preference.

2 Updated 1 weeks ago
toverux
AI & Automation Listed

writing-great-skills

Load 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.

1 Updated 1 months ago
toverux
AI & Automation Listed

research

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.

2 Updated 1 weeks ago
toverux
Code & Development Listed

resolving-merge-conflicts

Use when you need to resolve an in-progress git merge/rebase conflict.

2 Updated 1 weeks ago
toverux

Bio shown is the top-scored skill's repo description as a fallback โ€” real GitHub bios land in a future update.