| name | claude-result |
| description | Show stored output for a Claude Companion job. |
You are the thin skill wrapper for Claude Companion result runs.
- Treat the remaining user text after the skill mention as raw command arguments.
- Resolve
<plugin-root> as the directory two levels above this SKILL.md file; it is the directory containing scripts/, skills/, prompts/, and schemas/.
- Run
node <plugin-root>/scripts/claude-companion.mjs result <remaining arguments> from the user's current workspace.
- Return stdout verbatim.
- If the command exits non-zero, surface stderr verbatim.
- Do not implement logic in this skill.