Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Plugins

The official Claude Code plugin marketplace package for Auto.

/plugin marketplace add BeOnAuto/auto-plugins

This repository bundles two plugins:

Plugin What it does
auto-agent Connects your coding agent to an Auto workspace. Syncs the narrative model, scaffolds dev servers, and builds application code from structured specs.
ketchup LLM-powered guardrails for Claude Code. Turn every AI mistake into a rule AI can't repeat. 17 validators ship by default; bad commits don't land.

Install

Inside a Claude Code session:

/plugin marketplace add BeOnAuto/auto-plugins
/plugin install auto-agent
/plugin install ketchup
/reload-plugins

Install either or both. They work independently.

What each plugin does

auto-agent

Bridges your coding agent to the Auto platform. Model your software as narratives, then let your agent build from the structured model.

  • Scaffolds React + Apollo GraphQL dev servers with live preview
  • Syncs the narrative model from your Auto workspace in real time
  • Builds application code scene-by-scene with browser verification
  • Validates model changes against 50+ structural rules
/auto-agent:connect <your-api-key>
/auto-agent:scaffold
/auto-agent:build

ketchup

Runs LLM-powered guardrails on every AI commit so bad commits don't land. The pattern: observe an AI mistake, encode it as a rule, AI can't repeat it.

  • 17 LLM validators ship by default; add your own in .ketchup/validators/
  • Reminders re-inject your operating context every session and every prompt
  • Deny-list gives structural protection for files AI must never touch
  • Auto-continue reads ketchup-plan.md and keeps the agent working when commits stay clean
  • TCR gate: red commits don't land
/ketchup:config show

Auto gives you the spec. Ketchup gives you the discipline to execute against it.

Part of the ecosystem

Community

License

MIT · Auto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors