Justinmendezai/The-Adam-Repo

Bolt this onto your coding agent and build software

This repository also configures its own agents. See what The-Adam-Repo tells them →

12Stars on the repository
45Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

Justinmendezai/The-Adam-Repo

Skill Codex

Copy Adam foundation rules and folder contract into a target project, and verify global MCP servers. Use during setup-adam, after foundation updates, or when adopting Adam in an existing repo.

not rated 12 +1 18d ago B 42 tokens original Apache-2.0

babysit-builders

02

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Watch in-flight Composer 2 builder subagents, redirect on failure or blocker, collect commits, and triage. Auto-retries before escalating; human items queue to agent-control/human-queue.md instead of blocking the run.

not rated 12 +1 18d ago A SkillSpector: pass 52 tokens original Apache-2.0

brainstorm

03

Justinmendezai/The-Adam-Repo

Skill Claude Code

Strategy-first mode — zoom out, no code, deterministic-over-inference, decisions before implementation. Use for brainstorm, zoom out, don't jump to code, or strategy not implementation.

not rated 12 +1 18d ago A 39 tokens original Apache-2.0

calibrate

04

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex needs its repo

First-run interview that generates adam/context profile files and then sets up the project. Use when starting with Adam, onboarding a new founder, when context files are missing, or when the user just opened Adam and does not know what to do next.

not rated 12 +1 18d ago A SkillSpector: pass 52 tokens original Apache-2.0

canvas-project

05

Justinmendezai/The-Adam-Repo

Skill Claude Code

Render project status in a Cursor Canvas — sprint, slices, blockers, main vs branch state. Use for canvas project, visual status, or project diagram.

not rated 12 +1 18d ago A 34 tokens original Apache-2.0

context-primer

06

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Compact the current high-level orchestrator session into a primer doc so the next agent (or you, after a refresh) can resume cleanly. Prefer keeping one canonical agent-control/next-orchestrator-brief.md in sync. Use when token usage is approaching 50-60%, when the user asks to hand off, or before a long pause.

not rated 12 +1 18d ago A SkillSpector: pass 79 tokens original Apache-2.0

council

07

Justinmendezai/The-Adam-Repo

Skill Claude Code

Run an engineering council pass — INPUT, seven perspectives, synthesis, final-output. Use for council run, run a council, perspectives pass, or council pass on a topic.

not rated 12 +1 18d ago A 39 tokens original Apache-2.0

dev-launch-debug

08

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Path-unblocker for broken dev launches. Complete the main E2E happy path with the fewest safe changes; defer non-blockers to a ledger. Use when bringing up a freshly-pulled or freshly-installed dev environment, when the app boots but the main happy path breaks, or when the temptation to refactor would slow E2E…

not rated 12 +1 18d ago A SkillSpector: pass 76 tokens original Apache-2.0

diagnose

09

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce, minimize, hypothesize, instrument, fix, write a regression test. Use when chasing a bug whose root cause isn't obvious, or when a perf regression appears.

not rated 12 +1 18d ago A SkillSpector: pass 51 tokens original Apache-2.0

dispatch-builder

10

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Launch a single Composer 2 subagent to implement one slice. Use when dispatching a single ready slice or running a sequential slice that depends on another in-progress slice. For multiple independent slices at once, use dispatch-parallel.

not rated 12 +1 18d ago A SkillSpector: pass 49 tokens original Apache-2.0

dispatch-manager

11

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Tier-2 per-slice manager. Reads exactly one slices/ /SPEC.md, constructs a tightly-scoped worker prompt (reproducing the verifier verbatim), dispatches the worker subagent, runs the verifier once, and returns a single-line summary to the Tier-1 orchestrator. Owns sub-task fan-out for oversized slices. Use when…

not rated 12 +1 18d ago A SkillSpector: pass 92 tokens original Apache-2.0

dispatch-parallel

12

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Fan out N independent slices to N Composer 2 subagents in parallel, each in its own worktree branch. Use when multiple slices in slices/ are marked ready to dispatch and have no unresolved dependson edges between them.

not rated 12 +1 18d ago A SkillSpector: pass 49 tokens original Apache-2.0

dispatch-research

13

Justinmendezai/The-Adam-Repo

Skill Claude Code

Fan out a research pod to land findings in scratch/research. Use for dispatch research, research brief, or bring back info on a topic.

not rated 12 +1 18d ago A 33 tokens original Apache-2.0

e2e-acceptance

14

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Final end-to-end acceptance pass after all slices are merged: full tests-first suite, Playwright CLI when the packet defines e2e, extra verification.layers commands (API/integration/contract), code-review-graph integrity, and browser MCP walks for UI success criteria — without using Playwright for backend depth. Use…

not rated 12 +1 18d ago A SkillSpector: pass 87 tokens original Apache-2.0

go

15

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Proceed with the last proposed plan without re-explaining — minimal ack, execute. Use when user says go, yes, yep, keep going, do it, go ahead, proceed, approved, lgtm, or sounds good. On Codex/ChatGPT this is ordinary yes — never ask them to type /go.

not rated 12 +1 18d ago A 69 tokens original Apache-2.0

grill-me

16

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Get relentlessly interviewed about a plan, design, or decision until every branch of the decision tree is resolved. Use when the user wants to think hard before acting, when a plan feels hand-wavy, or when "grill me" is requested directly.

not rated 12 +1 18d ago A 55 tokens original Apache-2.0

grill-then-council

17

Justinmendezai/The-Adam-Repo

Skill Claude Code

Grill the operator on open decisions first, then run council on resolved INPUT. Use for grill me first then council or make council pass worth it.

not rated 12 +1 18d ago A 38 tokens original Apache-2.0

grill-with-docs

18

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Grilling session that lands in CONTEXT.md and ADRs. Sharpens shared language with the agent and documents hard-to-explain decisions. Use when starting a non-trivial change, when the codebase has rich domain language, or when the user wants the grilling output durable.

not rated 12 +1 18d ago A SkillSpector: pass 62 tokens original Apache-2.0

handoff-prompt

19

Justinmendezai/The-Adam-Repo

Skill Claude Code

Write a handoff doc plus a paste-ready orchestrator kickoff prompt, optionally switch workspace and continue in the same chat. Use when the user says handoff-prompt, wants handoff and prompt, kick off next agent, or one handoff file and a prompt to pass.

not rated 12 +1 18d ago A 61 tokens original Apache-2.0

handoff

20

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Compact the current conversation into a handoff document so another agent can continue the work. Use when switching agents mid-task, when the conversation is getting heavy, or when the user explicitly asks for a handoff. Always paste the kickoff prompt in chat and name the target repo.

not rated 12 +1 18d ago A SkillSpector: pass 58 tokens original Apache-2.0

intake

21

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Process a raw idea or brainstorm doc into plan updates — critical review, gap analysis, packet or plan edits. Use for idea intake, process ideas, or critical review before building. Follow from natural language; do not ask for /intake.

not rated 12 +1 18d ago A 52 tokens original Apache-2.0

merge-manual

22

Justinmendezai/The-Adam-Repo

Skill Claude Code

Merge approved slice branches then output operator manual test checklist. Use for merge then manual, merge branches and test list, or land slices and give me QA steps.

not rated 12 +1 18d ago A 36 tokens original Apache-2.0

orchestrate-build

23

Justinmendezai/The-Adam-Repo

Skill Claude CodeCodex

Tier-1 set-and-forget driver. Walk the slice dependency graph, dispatch per-slice managers (Tier 2) for every newly-unblocked slice, independently re-run each slice's verifier, flip status in agent-control/slice-status.md, and fan out the next wave. Use when the build orchestrator has slices ready and wants one lean…

not rated 12 +1 18d ago A SkillSpector: warn 94 tokens original Apache-2.0

orchestrate

24

Justinmendezai/The-Adam-Repo

Skill Claude Code

Output a paste-ready build-orchestrator prompt from agent-control brief and orchestrate-build driver. Use for orchestrate, kick off build orchestrator, or tier-1 prompt for next wave.

not rated 12 +1 18d ago A 43 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: