Skip to content

stablyai/call-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

call-claude

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.

Install

npx skills add stablyai/call-claude

That's it. The skills CLI handles picking an agent (Claude Code, Codex, Cursor, etc.) and dropping the skill into the right place.

Target a specific agent

npx skills add stablyai/call-claude -a claude-code
npx skills add stablyai/call-claude -a codex
npx skills add stablyai/call-claude -a cursor

Install globally (available across all projects)

npx skills add stablyai/call-claude -g

Use

Once 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

Flags

Flag Values Default
--model opus, sonnet, haiku, or a full model ID opus
--effort low, medium, high, xhigh, max (omitted)

Prerequisite

Claude Code must be installed — verify with claude --version.

Repo layout

skills/
  call-claude/
    SKILL.md         # tells the agent how/when to invoke this skill
    call-claude.sh   # the wrapper the skill calls out to

About

Delegate prompts to Claude via claude -p. Install-free: npx github:stablyai/call-claude

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages