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.
Use this only for /ask.
/ask <target> <message...>
TARGET is the first token after /ask.MESSAGE is the exact raw remainder after TARGET.MESSAGE is empty, stop and return a brief usage error.MESSAGE verbatim. Do not rewrite, summarize, translate, or paraphrase it.TARGET=all for broadcast. Do not expand the recipient list yourself.MESSAGE via stdin. Do not pass it as CLI arguments.--wait only if the user explicitly asks for the reply in the same turn.--silence only 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:
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.