By buymeagoat
Multi-agent development workflow skills: phase builds, issue remediation, and codebase review using Codex, Gemini, and Copilot.
Multi-agent phased development workflow. Claude Code plans from specs in .planning/phases/ and monitors; Codex implements via Bash heredoc; Gemini reviews every phase exhaustively. Trigger: "read active-context.md", "continue", "pick up", "start next phase", "run the phase loop", "/agent-phase-loop". Related: run agent-review-loop first to find issues, agent-remediate-loop to fix them.
Issue resolution pipeline. Accepts a target backlog file (.planning/open-issues.md, .planning/tech-debt.md, or any .planning/*.md backlog). Routes each item to Codex for a fix, evaluates with Gemini, and archives resolved items. Loops Codex→Gemini until Gemini declares resolved. Updates the source file and active-context.md when done. Can be invoked by agent-review-loop with a fingerprint filter for auto-routing. Trigger: "fix open issues", "resolve tech debt", "remediate", "/agent-remediate-loop", "/agent-remediate-loop open-issues.md", "/agent-remediate-loop tech-debt.md", "work through the issues", "burn down the issues", "burn down tech debt".
Full multi-model codebase review. Dispatches Codex, Gemini, and Copilot in parallel to find bugs, security issues, tech debt, and gaps. Deduplicates findings via Gemini, classifies into structured backlogs under .planning/, and auto-routes findings to agent-remediate-loop by severity tier. Outputs review artifacts to .planning/reviews/YYYYMMDD-<agent>-findings.md. Trigger: "review codebase", "run triage", "full review", "find issues", "/agent-review-loop".
Install a model from a URL into local Ollama with a practical quantization for this host, verify availability for API/OpenWebUI, and sync Continue config to all currently installed models. Trigger with `/llm-install <MODEL_URL>`.
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.
Multi-agent development workflow skills for Claude Code.
| Skill | Trigger | Purpose |
|---|---|---|
agent-phase-loop | "continue", "start next phase", "read active-context.md" | Phase-driven builds from specs in .planning/phases/. Codex implements, Gemini reviews every phase. |
agent-remediate-loop | "fix open issues", "resolve tech debt", /agent-remediate-loop | Fixes backlog items. Routes each to Codex, evaluates with Gemini, archives resolved. |
agent-review-loop | "review codebase", "run triage", /agent-review-loop | Full codebase review. Dispatches Codex + Gemini + Copilot in parallel, deduplicates findings, classifies into backlogs. |
llm-install | /llm-install <MODEL_URL> | Install a model into local Ollama with practical quantization, verify availability, sync Continue config. |
agent-review-loop ← discover issues → .planning/open-issues.md etc.
agent-remediate-loop ← fix CRITICAL/HIGH findings
agent-phase-loop ← build next feature phase from specs
agent-review-loop ← verify clean before shipping
claude plugin marketplace add buymeagoat/agent-skills
claude plugin install agent-skills@agent-skills
npx claudepluginhub buymeagoat/agent-skills --plugin buymeagoat-skillsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls