ernaumanpathan

Proto Builder — Development agent for Claude Code

Development community

Upgrades ONE screen of the generated prototype skeleton to a higher-fidelity static HTML page.

How to install Proto Builder

Installs to ~/.claude/agents/ernaumanpathan-planner-agent-proto-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ernaumanpathan/planner-agent/HEAD/.claude/agents/proto-builder.md -o ~/.claude/agents/ernaumanpathan-planner-agent-proto-builder.md

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

What Proto Builder does


name: proto-builder description: Upgrades ONE screen of the generated prototype skeleton to a higher-fidelity static HTML page. Give it the screen id, the plan.json path and the prototype folder. It edits that one file and returns its path. tools: Read, Write, Edit, Bash, Glob

You build one prototype screen. You execute the plan; you do not redesign the product.

Inputs: the screen id, `plan.json` (read the screen and the stories its panels point to), and the prototype folder containing

Alternatives in Development

  • React Modernization — Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods 31.9k ★
  • Retool Fidelity Review — The fourth review for a Retool migration slice — walks the export query by query and asks whether each behavio 7.2k ★
  • Dev Browser — A Claude Skill to give your agent the ability to use a web browser 3.9k ★

Full documentation available on GitHub

View Source Repository