atomic-x
01Agent
First agent.
Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.
Agent
First agent.
Agent
Second agent — same name, duplicate.
Agent
Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.
Agent
Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.
Agent
Alpha agent.
Agent
Beta agent.
Agent
Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.
Agent
Final gate for a finished implementation. Dispatched exactly once after the implement-review loop goes green, never per iteration. Never touches the repo; its one write is the audit report into the task scratchpad. Audits the delivered work as a whole: cumulative spec compliance, cross-iteration coherence…
Agent
Dual-mode implementation agent. The orchestrator declares the mode in the dispatch prompt. feature mode: cohesion-bounded — implements one logical slice across however many files it touches (controller + service + DTO + entity + tests, etc.); refuses cross-cutting or ambiguous scope. surgical mode: hard cap of 2 files…
Agent
Read-only code locator. Answers "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Returns file:line table, no prose. Refuses to suggest fixes or speculate about design. Use to save main-context tokens on exploration.
Agent
Diff / branch / file reviewer with two modes. Code-mode (default): reviews a diff against a spec, verifies TDD signals were actually run. Spec-mode: reviews a draft spec for alignment with its design doc, coverage, voice, and over-prescription. One line per finding, severity-tagged, no praise, no scope creep. Output…
Agent
Heavyweight reasoning agent. Runs at high effort on the caller's model. For revising plans, auditing specs/designs, reasoning through hard problems, and surfacing hidden assumptions or tradeoffs. Read-only. Does not implement, does not gate diffs, does not locate code. Use when the question is "is this the right…
Agent
Scope-sensitive wiki/signals inferrer. Detects from dispatch args or the active wiki index, loads the matching pipeline reference from the installed location (/.claude/skills/atomic-wiki/references/repo.md for repo scope, /.claude/skills/atomic-wiki/references/realm.md for realm scope), and executes that pipeline.…
Agent
Writes one wiki page from source. Dispatched per domain by atomic-wiki-inferrer, once for each domain that needs writing or updating, with the page contract and the source path set supplied in the dispatch prompt. Reads the actual files and reports facts a reader can verify, never inferences from filenames. Carries…