Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install seemseam-claude-codex-bridge-codex-skills-askgit clone https://github.com/SeemSeam/claude_codex_bridge.gitcp claude_codex_bridge/SKILL.MD ~/.claude/skills/seemseam-claude-codex-bridge-codex-skills-ask/SKILL.md--- name: ask description: Send a request to a CCB agent with `ask`. metadata: short-description: Ask agent --- Use this skill when the user writes `$ask <target> <message...>`. - `TARGET` = first token; `MESSAGE` = raw remainder, forwarded verbatim. - `TARGET=all` broadcasts. ```bash command ask "$TARGET" <<'EOF' $MESSAGE EOF ``` After submit, return the command output and stop.