Documentation
README
Claude Code Status
Use this skill when the user wants the current state of Claude Code jobs in this repository.
Resolve <plugin-root> as two directories above this SKILL.md file. Always run the companion from that active plugin root:
node "<plugin-root>/scripts/claude-companion.mjs" status $ARGUMENTS
Supported arguments: [job-id], --wait, --timeout-ms <ms>, --poll-interval-ms <ms>, --all
Output:
- Present the companion stdout exactly as returned.
- Do not add extra prose or reformat it.
- By default, status overview is scoped to the current Codex session in this repository.
--allwidens that overview to all tracked jobs in the current repository workspace.