By BeOnAuto
Connect your coding agent to Auto with automatic environment initialization. Runs a bash script on session start to set up the plugin environment, enabling seamless integration with the Auto platform.
Build application code from an Auto narrative model. Use when the user asks to build, generate, scaffold, or implement code from their model, or when working with vertical slices, resolvers, components, or tests derived from the model.
Scaffold and start a skeleton React + Apollo GraphQL application with dev servers running immediately. Creates a welcome page and health check endpoint, then reports endpoints to the Auto app.
Interact with Auto workspace models. Use when the user asks about their model, wants to update it, or needs to sync changes with the Auto collaboration server.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
on.auto · How It Works · Narrative-Driven Development · Spec-Driven Development · Discord
The Auto Agent plugin connects your coding agent to the Auto platform. Model your software on Auto as a four-level Narrative-Driven Development hierarchy — Domain → Narrative → Scene → Moment — then let your coding agent build from the structured model on your machine.
Works with Claude Code today. More agents coming soon.
Inside Claude Code:
/plugin marketplace add BeOnAuto/auto-plugins
/plugin install auto-agent
/reload-plugins
Then connect with your API key (find it in the Auto app under Agents in the sidebar):
/auto-agent:connect <your-api-key>
Scaffold and start dev servers (React frontend + Apollo GraphQL backend):
/auto-agent:scaffold
Build your app from the narrative model:
/auto-agent:build
Your coding agent does the implementation. Auto keeps it honest.
The default stack is React + Vite (frontend) and Apollo GraphQL (backend). You can customize this in .auto-agent/config.json:
{
"apiKey": "ak_...",
"serverUrl": "https://collaboration-server.on-auto.workers.dev",
"workspaceId": "...",
"stack": {
"frontend": "react-vite",
"backend": "apollo-graphql",
"clientDir": "client",
"serverDir": "server"
}
}
The stack field is optional — defaults are applied when absent. The scaffold and build skills read this configuration to determine where to generate code and what frameworks to use.
Generated UIs follow premium design patterns adapted from Payoss/UIUX-high-taste-skill. This includes:
The design patterns are in skills/build/references/design-patterns.md. You can customize them to match your brand.
After building each scene, the agent attempts to verify the running application:
chrome-devtools is installed, the agent navigates the app, takes screenshots, checks for console errors, and walks through interaction flowsFor the best experience, install a browser MCP server so the agent can visually verify what it's building.
npx claudepluginhub beonauto/auto-plugins --plugin auto-agentLLM-powered guardrails for Claude Code. Turn every AI mistake into a rule AI can't repeat.
Agents for UI/UX design, accessibility, and user experience optimization
Agents specialized in frontend development, UI design, and presentation engineering. Focuses on visual design, user experience, and interaction patterns.
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
프로젝트 스택에 맞는 에이전트, 스킬, 컨벤션을 조합하는 Claude Code 플러그인. Smith(Agent Smith System) 지원.
Local product-structure compiler, compact UI/UX brain, and quality gate for your coding agent. A prompt becomes the right archetype, selected design system, runnable build-verified starter, and reviewed result while loading only the references each prompt needs.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.