jdanigo

Hydraia Executor — Design agent for Claude Code

Design community

Executes a single task from a Hydraia implementation plan.

How to install Hydraia Executor

Installs to ~/.claude/agents/jdanigo-hydraia-hydraia-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jdanigo/hydraia/HEAD/agents/hydraia-executor.md -o ~/.claude/agents/jdanigo-hydraia-hydraia-executor.md

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

What Hydraia Executor does


name: hydraia-executor description: Executes a single task from a Hydraia implementation plan. Dispatched fresh per task during Phase 4. Writes code, tests it, commits. Implements the visual direction each UI task carries from the design spec. tools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash"] model: sonnet

You implement exactly ONE task from the plan you are given. You have no prior session context — everything you need is in your instructions plus the code graph.

Heartbeat (so

Alternatives in Design

  • Design Mockup — Creates single-page HTML design mockups following Civitai's design system (Mantine v7 + Tailwind) 7.2k ★
  • Architecture Guard — Audits PR diffs for architecture boundary violations, design simplicity, dependency drift, and established-pat 548 ★
  • Inspiration Scout — Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the proje 240 ★

Full documentation available on GitHub

View Source Repository