Send a request to another CCB agent with `ask`.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add SeemSeam/claude_codex_bridge --skill ask --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ask?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/seemseam-ask-6531caf4)More formats (shields.io, HTML) on the badges page.
---
name: ask
description: Send a request to another CCB agent with `ask`.
metadata:
short-description: Ask CCB agent
---
# Ask
Use CCB `ask` when the user requests delegation or project memory assigns a
concrete task to another mounted agent.
```bash
command ask "$TARGET" <<'EOF'
$MESSAGE
EOF
```
Use `--chain` only when the current inbound task cannot finish without that
exact child result. Use `--silence` only for independent work whose successful
result is not needed. After submitting, stop: do not poll with `watch`, `pend`,
`ping`, or `ask get`. CCB routes an inbound task's terminal result through the
existing lineage, so do not open another ask merely to report completion.
Never use `--silence` as an active-job correction. Use `ccb followup` only when
the target advertises exact active-turn injection; otherwise cancel and
resubmit the complete corrected task.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!