Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/ask-bfly123-claude-code-bridge-4/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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`)).

What's inside
Steps it walks through
  1. Usage
  2. Execution (MANDATORY)
  3. Rules
  4. Examples
  5. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going