dcosson

19 mods across 1 repository, 159 stars between them.

h2 AGENTS.md

01

dcosson/h2

Instructions file CodexOpenCode

Instructions for dcosson/h2, covering testing rules, release process and commit quality gate.

159 6d ago A 305 tokens original MIT

h2 CLAUDE.md

02

dcosson/h2

Instructions file

Instructions for dcosson/h2, covering testing rules, release process and commit quality gate.

159 6d ago A 305 tokens copy · 100% MIT

babysit-pr

03

dcosson/h2

Skill Claude CodeCodex

Schedule yourself to wake up every 5 minutes and shepherd an open PR — fix failing CI, address review-bot comments (push fixes for legit findings, resolve false positives, re-request review once addressed), reply to mechanical human comments with fixes, and flag architecture-level human comments back to the user.…

159 6d ago A 84 tokens original MIT

dcosson/h2

Skill Claude CodeCodex

Incorporate code review feedback — make code changes, commit with review trailers, update disposition table, and request re-review if needed. Mirrors plan-incorporate for code reviews.

159 6d ago A 42 tokens original MIT

code-review

05

dcosson/h2

Skill Claude CodeCodex

Review a code diff for a bead/feature. Produces a structured review doc with severity-rated findings. Run by reviewer agents after implementation is complete.

159 6d ago A 33 tokens original MIT

e2e-wiring-review

06

dcosson/h2

Skill Claude CodeCodex

End-to-end wiring audit of a component or application. Traces every user-facing entry point through the full request path, identifies what is wired vs stubbed/dead, and verifies test coverage. Works for any project type — web apps, APIs, CLIs, databases, mobile apps.

159 6d ago A 65 tokens original MIT

plan-architect

07

dcosson/h2

Skill Claude CodeCodex

Produce a high-level architecture doc and — if the project is large enough — a plan index that lists sub-plans to be written later. Use after shaping to create the planning structure. Does NOT write sub-plans itself.

159 6d ago A 49 tokens original MIT

plan-draft

08

dcosson/h2

Skill Claude CodeCodex

Write a detailed plan doc and its companion test harness doc for a single component. Use after plan-architect has created the plan index.

159 6d ago A 31 tokens original MIT

plan-incorporate

09

dcosson/h2

Skill Claude CodeCodex

Incorporate review feedback into a plan doc. Reads review files, updates the source doc, adds a disposition table tracking every finding, and deletes review files. Supports multiple review rounds — detects existing disposition tables and adds the next round.

159 6d ago A 52 tokens original MIT

plan-orchestrate

10

dcosson/h2

Skill Claude CodeCodex

Orchestrate the full planning lifecycle — from input assessment through architecture, plan writing, review cycles with convergence, and sign-off. Designed for concierge/scheduler agents coordinating multi-agent planning work.

159 6d ago A 43 tokens original MIT

plan-review

11

dcosson/h2

Skill Claude CodeCodex

Independently review a plan doc and its test harness. Produces a review findings doc rated P0-P3. Run multiple times with different reviewers for independent perspectives.

159 6d ago A 37 tokens original MIT

plan-seam-review

12

dcosson/h2

Skill Claude CodeCodex

Review the interfaces and seams between connected plan components to catch wiring omissions before implementation begins. Runs after individual plan reviews converge, before plan-to-beads. Supports vertical-slice (end-to-end request path) and horizontal-seam (cross-cutting contract) review modes.

159 6d ago A 59 tokens original MIT

plan-summarize

13

dcosson/h2

Skill Claude CodeCodex

Generate a planning summary doc with review statistics, incorporation rates, convergence tracking, finding patterns, and document metrics across plan docs AND test harness docs. Supports multiple review rounds — each round gets its own section.

159 6d ago A 46 tokens original MIT

plan-tighten

14

dcosson/h2

Skill Claude CodeCodex

Surgically trim verbosity and within-doc duplication from a plan doc without losing fidelity. Cuts review residue, restated rationale, illustrative code that prose+signature already covers, redundant adjacent sections, and prose-then-table restatements. Preserves all API/interface specs, acceptance criteria, URP/EO/AA…

159 6d ago A 95 tokens original MIT

plan-to-beads

15

dcosson/h2

Skill Claude CodeCodex

Decompose reviewed plan docs into implementation beads (epics + tasks) with correct dependencies. Reads plan docs, identifies components, and creates properly sized bd tasks.

159 6d ago A 37 tokens original MIT

dcosson/h2

Skill Claude CodeCodex

Verify implemented plan docs against their actual code, add completion signoff metadata, and surface any gaps as new beads. Designed for scheduler/concierge agents coordinating multi-agent signoff after implementation is done.

159 6d ago A 47 tokens original MIT

prepare-to-land

17

dcosson/h2

Skill Claude CodeCodex

Clean up a long-running work branch before landing into main — close beads, prune review docs, strip ceremonial comments, undo accidental cross-cutting refactors that weren't part of the task. Run after implementation completes, before opening the PR to main. Specific to the final land into the trunk, NOT for ordinary…

159 6d ago A 73 tokens original MIT

shaping

18

dcosson/h2

Skill Claude CodeCodex

Use this methodology when collaboratively shaping a solution with the user - iterating on problem definition (requirements) and solution options (shapes).

159 6d ago A 30 tokens original MIT

stress-test

19

dcosson/h2

Skill Claude CodeCodex

Adversarially stress-test a technical plan by verifying claims against real docs, running POC code, and updating the plan before you build.

159 6d ago C 32 tokens original MIT