원클릭으로
project-ledger
Compatibility pointer for the packaged Project Ledger skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compatibility pointer for the packaged Project Ledger skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
View or change the AI model used by butler or workers. Supports canonical provider/model refs.
Use a portable local Project Ledger CLI to inspect, query, render, and validate project-management records before reading broad project files.
Dispatch a task to a native worker process. Results arrive automatically when done.
View or switch the active butler persona, or customize the active persona directly
List all registered projects with their recent task history and status
Restart the butler system (orchestrator process, MCP server)
| name | project-ledger |
| description | Compatibility pointer for the packaged Project Ledger skill. |
| user-invocable | false |
| applicability | Use packages/project-ledger/SKILL.md as the canonical Project Ledger skill. |
| allowed-tools | project-ledger-cli |
| dispatch | none |
| review | none |
| reporting | Reply with bounded status, next actions, blockers, stale views, or doctor findings; do not expose raw private records. |
The Project Ledger implementation and canonical skill now live at
packages/project-ledger/.
Use:
packages/project-ledger/bin/project-ledger status --project "$PWD" --json
packages/project-ledger/bin/project-ledger query --project "$PWD" --kind next-actions --json
packages/project-ledger/bin/project-ledger check --project "$PWD" --silent
The legacy packages/butler-agent/resources/skills/project-ledger/bin/project-ledger path remains as
a repository-local compatibility shim during the package layout migration.