Runtime contract for the agy CLI companion used by the agy Claude Code plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agy:agy-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The plugin delegates to `scripts/agy-companion.mjs`, which wraps the local `agy` executable.
The plugin delegates to scripts/agy-companion.mjs, which wraps the local agy executable.
Read-only work uses agy --print ... --sandbox. Write work removes --sandbox only after trusted-workspace validation. The wrapper never passes --dangerously-skip-permissions unless the user explicitly provided that flag.
Background jobs are stored under ${CLAUDE_PLUGIN_DATA}/jobs/<workspace-hash>/.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub udeope/agy-plugin-cc --plugin agy