Agent Plugins Marketplace
All plugins

agent-gauntlet

v0.2.0

Multi-stage agent pipeline for feature development with deterministic quality gates: a specifier writes Gherkin acceptance criteria, a coder implements to green tests, a cleaner drives every function under a per-function CRAP threshold (complexity^2 * (1 - coverage)^3 + complexity), a hardener kills surviving mutants via mutation testing

Claude Code1 Skill

By Anton NovoselovLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 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 agent-gauntlet 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 agent-gauntlet@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/n0an/agent-gauntlet

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

Plugin files

agent-gauntlet/
├── .claude-plugin/plugin.json
└── skills/agent-gauntlet/SKILL.md

Included Skills1

agent-gauntletskills/agent-gauntlet/SKILL.md

Multi-stage agent pipeline for feature development with deterministic quality gates - a specifier writes Gherkin acceptance criteria, a coder implements to green tests, a cleaner drives every function under a per-function CRAP threshold, a hardener kills surviving mutants via mutation testing. Use when implementing a user story with verifiable quality, when asked to "run the gauntlet", or when setting up quality gates for agent-written code.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-gauntlet",
  "description": "Multi-stage agent pipeline for feature development with deterministic quality gates: a specifier writes Gherkin acceptance criteria, a coder implements to green tests, a cleaner drives every function under a per-function CRAP threshold (complexity^2 * (1 - coverage)^3 + complexity), a hardener kills surviving mutants via mutation testing",
  "version": "0.2.0",
  "author": {
    "name": "Anton Novoselov",
    "url": "https://github.com/n0an"
  },
  "license": "MIT",
  "repository": "https://github.com/n0an/agent-gauntlet",
  "agents": [
    "./skills/agent-gauntlet/stages/specifier.md",
    "./skills/agent-gauntlet/stages/coder.md",
    "./skills/agent-gauntlet/stages/cleaner.md",
    "./skills/agent-gauntlet/stages/hardener.md",
    "./skills/agent-gauntlet/stages/qa.md"
  ]
}

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

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