damusix/atomic-claude

Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.

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

NotAtomic

03

damusix/atomic-claude

Agent

Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.

83 8d ago not scanned tokens not measured original MIT

atomic-builder

04

damusix/atomic-claude

Agent

Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.

83 8d ago not scanned tokens not measured original MIT

atomic-foo

07

damusix/atomic-claude

Agent

Code graphs, wikis, and research-backed agentic coding. Deterministic tools for nondeterministic workflows, in one opinionated Claude Code config.

83 8d ago not scanned tokens not measured original MIT

atomic-auditor

08

damusix/atomic-claude

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…

83 8d ago A 169 tokens original MIT

atomic-implementer

09

damusix/atomic-claude

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…

83 8d ago A 106 tokens original MIT

atomic-investigator

10

damusix/atomic-claude

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.

83 8d ago A 61 tokens original MIT

atomic-reviewer

11

damusix/atomic-claude

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…

83 8d ago A 127 tokens original MIT

atomic-strategist

12

damusix/atomic-claude

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…

83 8d ago A 82 tokens original MIT

damusix/atomic-claude

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.…

83 8d ago A 180 tokens original MIT

atomic-wiki-writer

14

damusix/atomic-claude

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…

83 8d ago A 119 tokens original MIT