auto-agent
Build full-stack apps from structured narrative specifications
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install auto-agent?▼
Run `npx skills add BeOnAuto/auto-agent --all -g -y` in your terminal to install all skills in this suite globally.
What is Narrative-Driven Development?▼
It is a method that models software as a four-level hierarchy — Domain, Narrative, Scene, Moment — so your coding agent builds from a validated structured spec instead of vague prompts.
How does auto-agent verify the code it builds?▼
After each scene, the agent tests the running app via browser MCP tools or GraphQL queries, with a curl fallback to confirm the frontend and backend respond correctly.
Does auto-agent work with Claude Code?▼
Yes. It is built for Claude Code today and connects to your Auto workspace through a simple API key, with support for more agents planned.
Does auto-agent upload my source code?▼
No. Your code never leaves your machine — the plugin only syncs the narrative model and reports local dev server URLs, with no telemetry or tracking.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core