An agent skill that delegates a prompt to Claude via claude -p. Works with Claude Code, Codex, Cursor, and every other agent supported by skills.sh.
npx skills add stablyai/call-claudeThat's it. The skills CLI handles picking an agent (Claude Code, Codex, Cursor, etc.) and dropping the skill into the right place.
npx skills add stablyai/call-claude -a claude-code
npx skills add stablyai/call-claude -a codex
npx skills add stablyai/call-claude -a cursornpx skills add stablyai/call-claude -gOnce installed, invoke the skill from inside your agent (e.g. in Claude Code):
/call-claude explain what this repo does
With flags:
/call-claude --model sonnet summarize the README
/call-claude --model opus --effort high design a caching layer
| Flag | Values | Default |
|---|---|---|
--model |
opus, sonnet, haiku, or a full model ID |
opus |
--effort |
low, medium, high, xhigh, max |
(omitted) |
Claude Code must be installed — verify with claude --version.
skills/
call-claude/
SKILL.md # tells the agent how/when to invoke this skill
call-claude.sh # the wrapper the skill calls out to