By clomia
Git transaction workflow — open a branch as an integrity boundary, drive OpenSpec through the change, and squash-merge it back only when clean, with guard hooks keeping protected branches and sync intact
Implement the planned change task by task, then spawn the independent verify stage until it passes
Archive the completed change — task gate, delta sync into main specs, revalidate
Close the transaction — verify, archive, docs gate, then squash merge into base after CI passes
pause the git-sync guard (resume with /tx:git-sync-on)
resume the paused git-sync guard
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
English | 한국어
Plugins that amplify Claude Code's autonomy.
uv is required. If you don't have it, install it first.
Runs on POSIX (macOS / Linux / WSL).
Add this repository to the marketplace:
claude plugin marketplace add clomia/claude-automata
Install:
claude plugin install ploop@claude-automata
Update:claude plugin update ploop@claude-automata
ploop is an advisor loop built for long-running work that spans days.
The anchor is the file the loop is anchored to. It comes in two kinds.
/ploop:define-mission./ploop:define-purpose.Auto-Compact must be set to True.
For unattended runs, setaskUserQuestionTimeout— an unanswered question then never parks the loop forever.
/ploop:define-mission for a clear goal, /ploop:define-purpose for an ongoing direction./ploop:launch [anchor].
The loop rides the Stop hook's error behavior — whenever the agent stops, the hook blocks the stop and directs it to invoke the advisor./ploop:off; to pick it back up from where it stopped, run /ploop:on (interrupt with ESC first if a turn is running).
off halts the loop quietly and preserves its state; on resumes the loop from that state.
on is also a universal wake button for a long-running loop stalled by a mishap — an accidental ESC, an API error, a subscription session limit: it always resumes cleanly, except when the advisor ended the loop itself.
Nothing else — mid-run instructions, answered questions, background-task notifications, ESC itself — stops the loop.Install:
claude plugin install refine@claude-automata
Update:claude plugin update refine@claude-automata
refine is a family of large-scale workflows that eliminate the debt a repository accumulates.
All three skills work the same way — split into regions for parallel analysis, settle findings through a cross-examination assembly, and execute only the highest-ROI plans. Each run is a heavyweight workflow taking hours (3–12h).
/refine:code [focus] — code architecture optimization. Filters antipatterns through consensus and applies only the highest-ROI refactors./refine:docs [focus] — documentation architecture optimization. Every claim in every non-executable text (markdown, doc systems like openspec, comments and docstrings) is checked against the code and set right. Alignment is the precondition — converging duplicates, deleting dead docs, and keeping docs minimal is the optimum. Code is never modified — code defects are reported./refine:integrity [focus] — integrity-boundary optimization. Hunts the reachable states the existing boundary (types, invariants, error definitions, tests) fails to contain, digs in from "should this be defined as an error?", absorbs them into the boundary, and pins every defined behavior with tests and its rationale in docs and comments.Leave the focus empty to target the whole codebase. Watch progress with /workflows.
Install:
claude plugin install tx@claude-automata
Update:claude plugin update tx@claude-automata
tx is a Git workflow that manages change as transactions.
/tx:open cuts a tx-* branch off the base branch and seeds the repo, tx:plan·tx:apply·tx:verify drive the change, and /tx:close squash-merges to base behind the docs gate and CI. Guard hooks keep the base branch protected in between.Prerequisites: uv, Node.js >= 20 (drives the pinned OpenSpec CLI through npx — nothing to install), GitHub CLI (gh).
npx claudepluginhub clomia/claude-automata --plugin txMarketplace-wide update alert — one SessionStart notice naming every claude-automata plugin with a newer release, applied interactively in /plugin. Installed automatically as a dependency of each plugin
Repository debt elimination — heavyweight multi-agent workflows that cross-examine findings into consensus, then apply only the highest-ROI fixes: code, docs, integrity
Repository debt elimination — heavyweight multi-agent workflows that cross-examine findings into consensus, then apply only the highest-ROI fixes: code, docs, integrity
loophaus — Control plane for coding agents
GitHub and Git workflow skills and agents for commits, PRs, code review, and PR comment resolution.
Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, conventional commit standards, and context-aware PR review
Claude Code and Codex CLI dual-agent workflow orchestration.
Claude Code hooks for enforcing best practices and workflow automation