用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oysteinkrog/dotfiles --skill swarm-exec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Consult Fable (primary oracle) for expert second opinions; escalate to GPT-5.6 Sol (via Codex CLI) or GPT-5.5-Pro (via PAL) only for extremely important or complex tasks (always paired with Fable). Use for complex decisions, architecture choices, debugging hard problems, or when user says "consult oracles", "ask the experts", or wants a second opinion.
Run 2x oracle sessions (FOR + AGAINST stances) to validate design decisions, plans, or bead readiness. Default = two Fable subagents; escalate to GPT-5.6 Sol via Codex CLI or PAL 2x GPT-Pro (always paired with Fable) for extremely important or complex validations. Use after design rounds, before implementation, or to challenge architecture decisions.
Use the local Codex CLI as an independent second agent. Two branches — (1) proactively run `codex review` for a second opinion after completing a substantive change, before presenting it as done or committing; (2) delegate a well-defined implementation task via `codex exec`, ONLY when the user explicitly asks for Codex to do it. Also covers how to prompt Codex.
正在显示 SKILL.md
基于 SOC 职业分类
| name | swarm-exec |
| description | Alias for the execution swarm; delegates to /swarm. |
Alias for the execution swarm — delegates to /swarm.
Same triggers as /swarm:
Read ~/.claude/skills/swarm/skill.md and follow it verbatim. $ARGUMENTS passes
through unchanged. If the user asks for status, delegate to /swarm-exec-status
(which is itself an alias for /swarm-status).
This skill exists only for naming continuity with earlier workflows; the canonical
skill is /swarm. Do not duplicate its contents here — drift between the two is
the reason this became an alias.