ask
SolidSend a request to another CCB agent with `ask`.
AI & Automation 3,494 stars
341 forks Updated 2 days ago NOASSERTION
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- SeemSeam
- Repository
- SeemSeam/claude_codex_bridge
- Created
- 10 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
ask
Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
15 Updated today
zernie AI & Automation Featured
ask
Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
39,098 Updated today
Yeachan-Heo AI & Automation Solid
askme
Use when a task is ambiguous or intent needs eliciting: exhaustive/collaborative/adversarial askme, batch questions, interview, ambiguity scan, or intent proposal. Not for one fork: use decide.
52 Updated 5 days ago
OutlineDriven