kilroy
Turn English requirements into executable software pipelines
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Kilroy?โผ
Run `npx skills add danshapiro/kilroy --all -g -y` in your terminal to install all skills in this suite globally.
What does Kilroy do?โผ
Kilroy turns plain-English requirements into a validated pipeline graph, then executes each stage with coding agents in an isolated git worktree. Every completed stage creates a checkpoint commit so interrupted runs can resume exactly where they stopped.
How do I debug a failed Kilroy pipeline run?โผ
Use the investigating-kilroy-runs skill to inspect run artifacts like checkpoint.json, final.json, and progress.ndjson. It pinpoints the failing stage, the model and provider involved, and the exact failure cause.
Which AI providers does Kilroy support?โผ
Kilroy works with OpenAI, Anthropic, Google, Kimi, Z.ai, Cerebras, and MiniMax through either CLI or API backends. Provider routing is declared in a simple run config file.
Can I use Kilroy without writing pipeline graphs by hand?โผ
Yes. The ingest command and create-dotfile skill generate a validated graph directly from your plain-English requirements, so you never need to write DOT syntax yourself.
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