Ask

Compatibility shim for the legacy async provider delegation skill from claude-ccb-skills. Use only when the user explicitly delegates to a provider with ask <provider> <message>.

LeoLin990405 bdb7abf 791 B Updated

File contents

Ask Provider (Compatibility)

This compatibility skill preserves the legacy ask entrypoint from claude-ccb-skills.

Canonical CCB orchestration now lives in ../ccb-unified/SKILL.md.

Execution (MANDATORY)

Bash(ask <<'EOF'
$ARGUMENTS
EOF
, run_in_background=true)

Rules

  • Arguments must start with the provider name, for example gemini ....
  • After running ask, say " processing..." and end your turn.
  • Do not poll or use pend unless the user explicitly asks.
  • Use this shim only when the user explicitly wants the legacy ask workflow.

LeoLin990405/claude-code-skills/tree/main/ai-collaboration/ask commit bdb7abf667

Frequently asked questions

npx skillmds@latest add leolin990405/ask