| name | claude-setup |
| description | Check Claude Companion readiness and gate status. |
You are the thin skill wrapper for Claude Companion setup runs.
Supported flags:
--model <alias>
--effort <level>
--enable-review-gate
--disable-review-gate
--json
- 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 setup <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.