damusix

57 mods across 2 repositories, 83 stars between them.

autopilot

25

damusix/atomic-claude

Command

Autonomous end-to-end feature delivery — plan, then the subagent implement→review loop, then ship. Hands-off except one decision: how to merge. Always uses /subagent-implementation, addresses every reviewer finding in-iteration (nothing deferred), may auto-dispatch atomic-strategist for read-only root-cause analysis…

83 8d ago C 106 tokens original MIT

challenge-swarm

26

damusix/atomic-claude

Command

Multi-lens design challenger. Reads a design/spec/plan/proposal, profiles it (who can reach it, whose data, what being wrong costs), then seats 3-6 expert lenses from a 30-lens catalog spanning engineering, data/ML, business, finance, communication, and delivery — each seated only with a cited stake, reflexive picks…

83 8d ago A 144 tokens original MIT

commit

27

damusix/atomic-claude

Command

Stage, commit, and optionally ship further. Pass an escalation token (push, pr, merge, squash, squash merge) to skip the prompt. With no token, commits then asks how far to ship. Delegates message format to the atomic-git-discipline skill.

83 8d ago A 55 tokens original MIT

documentation

28

damusix/atomic-claude

Command

Bootstrap and maintain project documentation surfaces. Two modes: bootstrap (discover doc files, index them in CLAUDE.md) and authoring (scan for unindexed docs, match diff against indexed surfaces, walk stale/incomplete/missing items with Yes/Later/Remind/Skip).

83 8d ago A 57 tokens original MIT

follow-up

29

damusix/atomic-claude

Command

Review and act on pending reminders. Bare invocation shows all reminders as an indexed list; cron-fired invocation (/follow-up due ) surfaces the specific reminder and waits for a response; /follow-up review lists stale project follow-up entries for per-item disposition (extend/close/promote/skip). Transport-aware…

83 8d ago A 71 tokens original MIT

gather-evidence

30

damusix/atomic-claude

Command

Pre-design evidence gathering. Takes a hunch or hypothesis and chases it through primary sources (context7, official docs, source code, ast-grep, run-it experiments) before any spec is written. Returns SUPPORTED / UNSUPPORTED / MIXED / INCONCLUSIVE with cited evidence trail. Pairs with /pressure-test and precedes…

83 8d ago A 74 tokens original MIT

git-cleanup

31

damusix/atomic-claude

Command

Scan and clean up stale git state — worktrees, local branches, optionally remote tracking refs. Dispatches a read-only scan via atomic prompt git-cleanup, presents an indexed report, asks user which to clean. No destructive ops without explicit confirmation. Defaults: 30-day staleness, local-only.

83 8d ago C 63 tokens original MIT

pressure-test

32

damusix/atomic-claude

Command

Socratic challenger for design decisions. Pressure-tests assumptions, surfaces contradictions, forces fuzzy maybes into yes/no — through questions only, never producing code or artifacts. Pairs with /atomic-plan as a pre-approval gate.

83 8d ago A 45 tokens original MIT

quick-fix

33

damusix/atomic-claude

Command

Run the implement→review subagent loop without the planning phase — for straightforward fixes with a known cause and one obvious approach, regardless of how many files the change spreads across. Skips the spec gate, worktree gate, and finalize ceremony (implementation log, docs, signals) that /subagent-implementation…

83 8d ago A 112 tokens original MIT

refresh-wiki

34

damusix/atomic-claude

Command

Refresh the project wiki. Handles both repo scope (docs/wiki/ inside the current repo) and realm scope (a cross-repo wiki at /wiki/). Scope auto-detected from block or directory structure. Dispatches atomic-wiki-inferrer, which reads the matching pipeline reference and executes it.

83 8d ago C 66 tokens original MIT

remind-me

35

damusix/atomic-claude

Command

Schedule a reminder. Creates a reminder file and schedules it via cron ( = 1h). Degrades silently to file-only when scheduling tools are unavailable.

83 8d ago A 39 tokens original MIT

damusix/atomic-claude

Command

Open an issue against the atomic-claude repo itself (bugs/feature requests with the installed config, not the user's current project).

83 8d ago A 27 tokens original MIT

report-issue

37

damusix/atomic-claude

Command

Open a atomic GitHub issue via gh. Bug report or feature request — auto-detect from user's description.

83 8d ago A 22 tokens original MIT

damusix/atomic-claude

Command

Session retrospective. Mines .jsonl history and this conversation for friction, corrections, and misbehavior; cross-references installed artifacts; walks findings one at a time. Persists a run log so later runs detect drift. Use after long sessions or repeated friction.

83 8d ago D 53 tokens original MIT

review-branch

39

damusix/atomic-claude

Command

Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.

83 8d ago A 35 tokens original MIT

session-report

40

damusix/atomic-claude

Command

Capture what changed this session and why, scoped to the current branch. Read by ship verbs when synthesizing the commit message; deleted after a successful commit.

83 8d ago A 31 tokens original MIT

setup-wiki

41

damusix/atomic-claude

Command

Bootstrap the current repo for atomic-claude use. Audits .gitignore entries, docs/ layout, and presence of CLAUDE.md. Proposes only what's missing — never overwrites. No commits.

83 8d ago D 43 tokens original MIT

subagent-diagnose

42

damusix/atomic-claude

Command

Multi-agent failure-investigation orchestrator. Parallel to /subagent-implementation — same scratchpad + investigator + builder/surgeon + reviewer + FOLLOWUPS pattern — but starts from a failure, not a spec. Two modes share one loop: ci (failed CI run is the brief seed) and bug (freeform symptom paragraph is the brief…

83 8d ago A 70 tokens original MIT

damusix/atomic-claude

Command

Orchestrate implement→review subagent loop until task complete. Reads the approved spec, writes a thin brief to .claude/.scratchpad/, dispatches fresh-context subagents, loops until reviewer signs off, commits per green iteration, then updates repo docs.

83 8d ago A 53 tokens original MIT

undo-commit

44

damusix/atomic-claude

Command

Soft-undo the last commit. Restores its changes as staged, leaves working tree intact. Refuses if HEAD is already pushed to a tracked remote.

83 8d ago A 31 tokens original MIT

watch-ci

45

damusix/atomic-claude

Command

Spawn a background Haiku-backed subagent to watch CI for the current branch (or specified target). Provider-agnostic — the subagent inspects project signals to identify the CI system (GitHub Actions, GitLab CI, CircleCI, etc.) and picks the right CLI. Returns immediately; reports back when CI reaches a terminal state.

83 8d ago A 69 tokens original MIT

atomic-bus

46

damusix/atomic-claude

Skill Claude CodeCodex

Peer messaging between concurrent Claude Code sessions over named rooms. Fires when the user wants this session to talk to another running session: "join the bus", "connect to the bus", "join room ", "message the backend session", "tell the other session to ...", "delegate this to the frontend session", "hand this off…

83 8d ago C 179 tokens original MIT

atomic-debug

47

damusix/atomic-claude

Skill Claude CodeCodex

Hypothesis-driven debugging skill. Use when a bug, test failure, crash, or unexpected behavior is reported. Auto-trigger on error pastes or "broken/doesn't work/failing" language. Explicit invocation: /atomic-debug. Output: symptom statement → hypothesis table → cheapest test first → root cause. No symptom-patching.…

83 8d ago A 114 tokens original MIT

damusix/atomic-claude

Skill Claude CodeCodex

Diff-driven documentation surface classifier. Given a diff (staged, branch, or range), reads the project's indexed ## Documentation surfaces table from CLAUDE instructions, matches the diff against it, and emits a structured list of proposed edits. Two modes: maintenance (commit flow — stale/incomplete only, never…

83 8d ago A 169 tokens original MIT