By wilrf
The autonomous build engine (build mode of the agent-loops toolkit): given any task, designs a gate that can prove it done (and can fail), gets human sign-off on the target, then builds and self-verifies against that gate until green — stopping at a committed slice. Install the companion agent-loops (foundation playbook), review, planning, and infra plugins for the other modes.
A Claude Code plugin marketplace for autonomous, self-verifying agent work — the agent-loops toolkit.
The loop is always the same — produce an artifact → verify it against something that can fail → adversarially attack it → simplify → iterate to a machine-checkable done. Only the bindings change per mode. Each mode ships as its own plugin, so you install à la carte:
| Plugin | Mode | What it's for |
|---|---|---|
agent-loops | foundation | The operating manual every mode rests on — the playbook + the goal-template. Install this first. |
engine | build | Build a feature/fix autonomously and self-verify until green, stopping at a committed slice. |
review | review | Audits, security sweeps, deep reviews — findings as the product (no repro = no finding). |
planning | plan | Design a spec/plan before any code; emit a machine-checkable plan build mode consumes. |
infra | infra | Migrations / deploys / backfills — the guardrail harness (parity, canary, rollback) comes first. |
The mode plugins are self-contained but richer with agent-loops installed alongside —
their skills reference its playbook for the full method.
plugins/
├── agent-loops/ skills/engineering-agent-loops/
│ SKILL.md
│ references/agent-loops-playbook.md # the accumulated judgment
│ templates/goal-template.md # build-goal stations
├── engine/ skills/engine/ SKILL.md + templates/engine-template.md
├── review/ skills/review/ SKILL.md + templates/review-template.md
├── planning/ skills/planning/ SKILL.md + templates/planning-template.md
└── infra/ skills/infra/ SKILL.md + templates/infra-template.md
Three layers, three lifespans: a skill routes (per-trigger), the playbook accumulates (per-repo, grows over time), and your task ledger stages (per-task) — the layering that survives context compaction. The playbook is the distillation of real autonomous runs — among them a 7-phase semantic-search + RAG build (~4,900 lines across schema, indexing, embeddings, retrieval, backfill, frontend, monitoring) whose adversarial verify panel caught a real bug every phase, including two security issues no compiler, lint, or test could see — plus an overnight-lane night-shift retro and a multi-PR harvest off a moved base branch.
# Add this marketplace
/plugin marketplace add wilrf/agent-markdowns
# Install the foundation + whichever modes you want
/plugin install agent-loops@agent-markdowns
/plugin install engine@agent-markdowns
/plugin install review@agent-markdowns # optional
/plugin install planning@agent-markdowns # optional
/plugin install infra@agent-markdowns # optional
/engine <your task> # build mode — directly invocable
…or just describe the work and the right mode triggers on its own: "audit this for
security" → review, "plan the X feature first, don't code" → planning, "migrate this table
safely" → infra. /engine and the engineering-agent-loops skill are directly invocable;
the review / planning / infra skills fire on their trigger phrases.
MIT
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.
npx claudepluginhub wilrf/agent-markdowns --plugin engineSurgical bug fixing with validation-first approach. Reads BUGHUNT.md and applies minimal, tactical fixes. Prefers deletion over addition.
Psychologically-enhanced bug hunting with personality-primed parallel agents. Each hunter has a distinct archetype and cognitive style for deeper, more thorough bug detection.
Parallel optimization agents that find performance bottlenecks, reduce bundle sizes, eliminate dead code, and verify improvements with before/after metrics.
Post-refactoring codebase cleanup: detects stale/dead code via git history and dependency analysis, simplifies active code, and archives unused files with a full paper trail.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.