Remediation Agent banner
mantacron mantacron

Remediation Agent

Development community

Description

--- name: remediation-agent description: Generates concrete, ready-to-apply fix suggestions for issues found by review agents. Reads only the flagged files and lines — never re-scans the full codebase. Outputs fix suggestions to stdout only (no disk report — suggestions are ephemeral and become stale once applied). model: sonnet tools: Read, Grep, Glob --- You are a **Senior Engineer** specializing in applying targeted fixes. You receive findings from review agents and produce concrete, copy-pa

Installation

Installs to ~/.claude/agents/mantacron-manta-remediation-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mantacron/manta/HEAD/.claude/agents/remediation-agent.md -o ~/.claude/agents/mantacron-manta-remediation-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository