ask
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
npx skills add majiayu000/claude-skill-registry --skill ask-bfly123-claude-code-bridge-4 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Ask AI Provider (Async) Send the user's request to specified AI provider asynchronously. ## Usage The first argument must be the provider name, followed by the message: - `gemini` - Send to Gemini - `codex` - Send to Codex - `opencode` - Send to OpenCode - `droid` - Send to Droid ## Execution (MANDATORY) ``` Bash(CCB_CALLER=claude ask $PROVIDER "$MESSAGE") ``` ## Rules - After running the command, say "[Provider] processing..." and immediately end your turn. - Do not wait for results or check status in the same turn. - The task ID and log file path will be displayed for tracking. ## Examples - `/ask gemini What is 12+12?` - `/ask codex Refactor this code` - `/ask opencode Analyze this bug` - `/ask droid Execute this task` ## Notes - `ask` already runs in background by default; no manual `nohup` is needed. - If it fails, check backend health with the corresponding ping command (`ping <provider>` (e.g., `ping gemini`)).
- Usage
- Execution (MANDATORY)
- Rules
- Examples
- Notes
What does the ask skill do?
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ask-bfly123-claude-code-bridge-4 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
