EmanuelVogt/skills

Independent agent skills: grill a business idea to a GO/PIVOT/KILL verdict; track tech and cognitive debt in AI-written code

5Stars on the repository
9Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

repo-scout

01

EmanuelVogt/skills

Agent

Locates code in this repo without polluting the main context — where a symbol is defined, who consumes a route/component, where a module's rule lives, what's in a large file, the map of a module or feature. Use instead of grepping around. Not for editing, reviewing or deciding architecture. Always pass model — haiku…

5 4d ago A 104 tokens original MIT

shell-runner

02

EmanuelVogt/skills

Agent

Runs a terminal command in this repo (test, typecheck, lint, build, script) without dumping the output into the main context — full log to a file, returns exit code + the literal failures. For the main window's gates: the orchestrator's Build gate per wave and the Verifier's Final gate; a spec-worker runs its own…

5 4d ago A 126 tokens original MIT

spec-verifier

03

EmanuelVogt/skills

Agent

Independent verifier for a ca-spec-driven feature, dispatched by the orchestrator after the last wave (author ≠ verifier) — spec-anchored coverage with evidence-or-zero, the Final gate (only full-suite run), mutation sensor, writes .specs/features/ /validation.md, returns the compact verdict. Never fixes code. Pass…

5 4d ago B 125 tokens original MIT

spec-worker

04

EmanuelVogt/skills

Agent

Implements ONE cluster of tasks from a ca-spec-driven feature (Execute) — scoped gate, one atomic commit per task, compact summary back. Dispatched only by the orchestrator, in parallel with other workers on the same checkout. Pass model per cluster — sonnet by default; haiku for pure mechanics; opus for domain…

5 4d ago B 115 tokens original MIT