danshapirodanshapiroCommunityยท2 Agent Skills Included

kilroy

Turn English requirements into executable software pipelines

Converts plain-English requirements into validated DOT pipeline graphs and executes them stage by stage with coding agents. Eliminates manual orchestration of multi-step builds, test verification, and failure recovery with checkpoint commits and resumable runs. Diagnoses stuck or failed runs from logs and event history so pipelines finish without constant supervision.
npx skills add danshapiro/kilroy --all -g -y
Available:

Gives your AI agent strict operating rules for running Kilroy pipelines, including production-run safety gates, test versus real provider modes, and instructions to improve the system rather than patch individual projects.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’