Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Send a request to a CCB agent with `ask`. Default async; use wait only when the user explicitly wants the reply now.
Use this skill when the user writes $ask.
Syntax:
$ask <target> <message...>
Rules:
TARGET is the first token after $ask.MESSAGE is the exact raw remainder after TARGET.MESSAGE is empty, stop and report a short usage error.MESSAGE verbatim. Do not rewrite, summarize, or translate it.TARGET=all for broadcast. Do not expand the recipient list yourself.--wait if the user explicitly asks to wait for the reply in the same turn.--silence if the user explicitly asks for silent success mail.pend, ping, watch, retries, or any follow-up command unless the user explicitly asks.Default:
command ask "$TARGET" <<'EOF'
$MESSAGE
EOF
Wait:
command ask --wait "$TARGET" <<'EOF'
$MESSAGE
EOF
Silent:
command ask --silence "$TARGET" <<'EOF'
$MESSAGE
EOF
Wait + silent:
command ask --wait --silence "$TARGET" <<'EOF'
$MESSAGE
EOF
npx skills add bfly123/claude_codex_bridge --skill askHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.