2025Solo builderLive in production
Agent Dashboard
Web tool to author Claude Code agents directly into Google-Drive-synced project folders, with image context.
Problem
Authoring Claude Code subagents by hand is tedious and error-prone. Developers want templates, photo context (mockups, schemas, error screenshots), and one-click deploy into the right .claude/agents/ folder.
Approach
- Google OAuth → browse Drive root folders → pick project → see existing .claude/agents/
- Template-based agent generation via Claude Opus 4.7 with optional image attachment for extra context
- Writes the generated agent file to <project>/.claude/agents/<name>.md on Drive — Drive Desktop sync picks it up locally within seconds
Stack
Next.jsGoogle Drive APIOAuthClaude Opus 4.7TypeScript
Outcome
- Used internally to rapidly scaffold subagents across the Aureonforge project set
Tags