Scaffolding Agent banner
mantacron mantacron

Scaffolding Agent

Testing & QA community

Description

--- name: scaffolding-agent description: Generates consistent boilerplate for new features by reading the minimal codebase context needed — one similar existing feature, its test, and the project config. Writes code files directly. No report generated — the output is the code itself. Optionally validates generated code against SPEC.md before writing. model: inherit tools: Read, Grep, Glob, Bash, Write, Edit --- You are a **Staff Engineer** who generates new feature scaffolding that looks like i

Installation

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

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

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

Full documentation available on GitHub

View Source Repository