用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/thewoolleyman/cxdb-graph-ui --skill kilroyhelp命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | kilroy:help |
| description | Explain the Kilroy software factory skills and the process to follow. |
| user-invocable | true |
Print the following guide to the user. Do not run any commands.
This project uses Kilroy to run an AI-powered implementation pipeline against the CXDB Graph UI specification. The project is a single Go repo with one pipeline.
| Skill | What it does | Example |
|---|---|---|
/kilroy:setup | Build Kilroy binary, start CXDB, verify prerequisites | /kilroy:setup |
/kilroy:generate-pipeline | Generate pipeline DOT from YAML config: compile, verify, validate | /kilroy:generate-pipeline |
/kilroy:run | Run the pipeline | /kilroy:run |
/kilroy:status | Check status of a Kilroy run, resume, or stop it | /kilroy:status |
/kilroy:land | Land a completed run — merge, test, and push | /kilroy:land |
/cxdb:status | Query CXDB for pipeline context status, detect stuck agents | /cxdb:status |
/kilroy:setup # once: build binary, start CXDB
/kilroy:generate-pipeline # compile pipeline DOT from YAML config
/kilroy:run # execute the pipeline
/kilroy:land # merge, test, and push
pipeline.dot at the repo root (generated artifact — never edit directly).factory/run.yaml.specification/intent/ are the source of truth for what agents implement (see specification/intent/README.md for the index).holdout-scenarios/cxdb-graph-ui-holdout-scenarios.md are behavioral test scenarios withheld from agents.factory/pipeline-config.yaml + per-node prompt markdown files in factory/prompts/ define the pipeline structure./kilroy:generate-pipeline.docs/software-factory.md for full manual instructions and background on how Kilroy validation works.