소스 정보
- 저장소
- thewoolleyman/cxdb-graph-ui
- 최근 소스 활동
- 2026년 3월 2일 05:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/thewoolleyman/cxdb-graph-ui --skill kilroyhelp명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Run a Kilroy pipeline for this repo.
Generate or regenerate the Kilroy pipeline DOT file from YAML config. Runs deterministic compilation, verifies correctness, and validates structure.
Build the Kilroy binary, verify CXDB is reachable on the central server via Tailscale, and verify all prerequisites for running Kilroy pipelines.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.