The Index
Every entry verified live, scored against the public rubric, and timestamped. Sorted by overall score, never by stars.
24 skills
Blocks the agent from claiming work is complete, fixed, or passing until it has run verification commands and confirmed output. Evidence…
Forces root-cause investigation before any fix: reproduce, hypothesize one cause at a time, test the hypothesis, then patch. Bans…
Requires a failing test before implementation code for any feature or bugfix. The loop is red, green, refactor, with the agent forbidden…
A complete landing pipeline: detect and merge base branch, run tests, review the diff, bump version, update changelog, commit, push, and…
Drives a headless browser through the running application, systematically exercising flows, logging defects, and fixing what it finds before…
Reads, creates, merges, splits, fills, and OCRs PDF files, with bundled scripts handling the format mechanics so instructions stay…
Forces requirements exploration before any creative work: intent, constraints, and design alternatives surfaced and agreed before…
Converts a spec into a written implementation plan with ordered steps and checkpoints before any code is touched.
Executes a written plan with review checkpoints: batch-by-batch progress, verification per step, and stop points for feedback.
Governs when and how to fan work out to parallel subagents: independence tests, scoping rules, and result-integration discipline.
Ensures feature work happens in an isolated workspace via git worktrees before executing plans or risky changes.
Requires completed work to pass through a review pass against requirements before merging or declaring done.
Governs how feedback gets handled: technical verification of each finding before implementation, no performative agreement, pushback with…
Executes plan tasks through fresh subagents per task, keeping the orchestrating session's context clean and each task's context focused.
The meta-skill: how to author, edit, and verify skills, including trigger design, structure conventions, and pre-deployment testing.
Structures the end of feature work: verify tests pass, then present explicit merge/PR/cleanup options instead of assuming an integration…
Creates, reads, and edits Word documents with formatting, tracked changes, tables of contents, and template handling via bundled scripts.
Reads, creates, and repairs spreadsheets: formulas, formatting, charts, and messy-tabular-data cleanup, scripts included.
Builds and edits slide decks: layouts, speaker notes, templates, and content extraction from existing presentations.
Creates and improves skills: scaffolding, description optimization for trigger accuracy, and eval runs to measure whether a skill actually…
A designer's-eye QA pass over a running interface: visual inconsistency, spacing, hierarchy, and interaction problems found and fixed…
Systematic debugging with root-cause discipline: reproduce, hypothesize, test one variable at a time, and distinguish confirmed from…
Reviews an implementation plan from a founder's perspective: scope, sequencing, user impact, and what to cut, before engineering effort is…
A fast headless-browser capability for QA and dogfooding: navigate, interact, read state, and screenshot the running application from within…