Agent skill

ask

Send 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-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/ask-bfly123-claude-code-bridge-3/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 Send the user's request to the specified AI provider via ask. ## Usage The first argument must be the provider name. The message MUST be provided via stdin (heredoc or pipe), not as CLI arguments, to avoid shell globbing issues: - `gemini` - Send to Gemini - `codex` - Send to Codex - `opencode` - Send to OpenCode - `claude` - Send to Claude Optional flags after the provider: - `--foreground` / `--background` - Env overrides: `CCB_ASK_FOREGROUND=1` / `CCB_ASK_BACKGROUND=1` ## Execution (MANDATORY) ```bash CCB_CALLER=droid command ask "$PROVIDER" <<'EOF' $MESSAGE EOF ``` ## Rules - STRICT: Execute the bash snippet in the Execution section, then immediately end your turn. - Do not run any other commands/tools besides this snippet (no `gask/cask/oask/lask/dask`, no `pend`, no `ping`, no retries) unless the user explicitly asks. - Do not add any extra commentary/output (including "processing..."); the `ask` command already prints the task id and log path. - Do not wait for results or check status in the same turn. ## Examples - `/ask gemini What is 12+12?` (send via heredoc) - `CCB_CALLER=droid command ask gemini <<'EOF'` `What is 12+12?` `EOF` ## Notes - If it fails,

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?

Send 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-3 --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