Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/SeemSeam/claude_codex_bridge --skill ask명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | ask |
| description | Send a request to a CCB agent with `ask`. |
| metadata | {"short-description":"Ask agent"} |
Use this skill when the user asks you to delegate with CCB, or when project
memory says to use CCB ask for collaboration.
Before every ask, decide:
--chain.--chain only when the current active CCB task cannot finish until
this exact child result arrives. Then stop for continuation.--silence: publish/execute task; success result not needed. Failures,
blockers, risks, or required next actions still surface.--compact: result wanted, but only distilled
findings/status/risks/blockers/next actions.+ --artifact-reply: consultation/analysis/report where full text should
be preserved.ask: short question or short handoff where inline text is enough.+ --artifact-request: exact transient input
(logs/output/diffs/copied contents/config/JSON/YAML/table/structured text).
Prefer repo paths when the target can read files directly.--artifact-io: request and reply both need artifacts.--chain; if unsure there is an active parent job, use plain
ask.ask --chain requires an active parent job, retry once with
plain ask for user-requested delegation.--chain merely to make a rejected plain ask succeed. If the work
is independent and no success result is needed, use --silence; otherwise
report the routing limitation instead of inventing a dependency.--chain and --silence usually conflict; avoid mixing unless explicit.--silence --artifact-reply; silence means no caller result needed; artifact-reply preserves one.--chain, --silence, and --compact.
They preserve content, not dependency shape.--artifact-* modes are CCB/daemon managed; targets do not write artifact reply files.ask from an active CCB task is rejected. Use --chain only
for a real child dependency; use --silence for independent no-result work.A --silence -> B, B still runs an active job. B-to-C depends on whether B needs C's result.--chain; CCB then propagates continuations.ask to
report completion to the original caller.watch or trace.ask, --chain, or
--silence to send that final result to the original caller; CCB routes the
continuation completion upstream.--silence is not an active-job correction channel. Use
ccb followup <active_job_id> --message "<correction>" only when the target
provider supports exact active-turn injection; only injected is success.
On rejected, too_late, or terminal, cancel and resubmit the complete
corrected task instead of queueing a correction as ordinary work.completed CCB job means provider execution ended normally; it does not by
itself prove business acceptance.ask get, pend, watch, and ping are diagnostics-only commands for
explicit debugging requests, not normal ask workflow tools.ask adds only requested compact/silent mode metadata.Use no flags or insert selected flags before "$TARGET":
command ask "$TARGET" <<'EOF'
$MESSAGE
EOF
command ask --chain --artifact-reply "$TARGET" <<'EOF'
$MESSAGE
EOF
After submit, stop. Do not wait for a reply, do not run ask get / pend /
ping / watch, and do not poll. For --chain, report only submitted.