Agent Plugins Marketplace
All plugins

dev-loops

v1.0.0-rc.7

Agent-harness-agnostic dev-loop: agents, skills, and hooks for GitHub/Copilot-driven development loops.

Claude Code7 Skills

By Manuel FittkoLicense: MIT14 GitHub starsUpdated 48 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dev-loops for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dev-loops@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mfittko/dev-loops

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .claude/.

Plugin files

.claude/
├── .claude-plugin/plugin.json
├── skills/copilot-pr-followup/SKILL.md
├── skills/dev-loop/SKILL.md
├── skills/final-approval/SKILL.md
├── skills/local-implementation/SKILL.md
├── skills/loop-grill/SKILL.md
├── skills/review/SKILL.md
└── skills/ui-review/SKILL.md

Included Skills7

copilot-pr-followupskills/copilot-pr-followup/SKILL.md

Internal routed strategy behind `dev-loop` for GitHub-first Copilot-owned PR follow-up: inspect the canonical PR state, request or re-request Copilot when appropriate, wait deterministically for new review activity, run narrow Pi fix/reply/resolve passes, verify gate evidence, and stop for explicit human approval before merge.

dev-loopskills/dev-loop/SKILL.md

Single public dev-loop entrypoint. Resolve canonical current state first, then load only route-specific internal skills.

final-approvalskills/final-approval/SKILL.md

Internal routed strategy behind `dev-loop` for the final human approval and merge gate. The canonical procedure now lives in copilot-pr-followup.

local-implementationskills/local-implementation/SKILL.md

Internal routed strategy behind `dev-loop` for local phase-bounded implementation. Use it when authoritative startup/resume routing selects the `local_implementation` strategy so the child agent can own phase planning, artifact discipline, test-first implementation, and local validation in fresh context.

loop-grillskills/loop-grill/SKILL.md

Standalone pre-loop Socratic Q&A grill for issues (tracker-first), PR bodies, or local plan files (local-planning). Detects spec gaps, asks clarifying questions (interactive) or self-answers them from codebase context (--auto), then synthesizes Acceptance criteria / Definition of done / Non-goals into the body while keeping the raw Q&A only in an ephemeral tmp artifact.

reviewskills/review/SKILL.md

Standalone, on-demand review entrypoint over the shared draft+pre-approval fan-out/fan-in gate procedure. Runs ONE `review`-gate round on any PR — draft or ready, with no dev-loop lifecycle obligation — and posts the single-surface verdict. Never fixes, never flips ready-for-review, never moves a board item, and never satisfies draft_gate/pre_approval_gate evidence.

ui-reviewskills/ui-review/SKILL.md

Internal routed strategy behind `dev-loop` for the UI-review route — the "prove it in the running app" review sibling of reviewer/fixer. Drives the PR through five CLI stages (provision, drive, diagnose, report, teardown), each routed as a `dev-loops loop ui-review-*` subcommand.

Plugin manifests1

.claude/.claude-plugin/plugin.json
{
  "name": "dev-loops",
  "version": "1.0.0-rc.7",
  "description": "Agent-harness-agnostic dev-loop: agents, skills, and hooks for GitHub/Copilot-driven development loops.",
  "author": {
    "name": "Manuel Fittko",
    "email": "[email protected]"
  },
  "license": "MIT",
  "homepage": "https://github.com/mfittko/dev-loops#readme",
  "repository": "https://github.com/mfittko/dev-loops.git",
  "keywords": [
    "dev-loop",
    "workflow",
    "github",
    "copilot",
    "claude-code",
    "plugin"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dev-loops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-loops)