用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Hipson47/Hipson --skill hipson-codex-orchestrator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | hipson-codex-orchestrator |
| description | Use Hermes Agent as the intake, scheduling, and status layer for Hipson-governed Codex software work. |
Use this skill when a user asks Hermes to coordinate coding work, repository reviews, CI checks, Codex sessions, task packets, or Hipson workflows.
Hermes is the front desk, scheduler, and durable status layer. Hipson is the workflow authority. Codex is the implementation and verification agent.
Codex remains the user's primary control surface. The user may continue to work from Codex exactly as before; Codex decides when Hermes should be used for status tracking, scheduling, Telegram/gateway dispatch, or async handoff.
Never bypass Hipson for non-trivial repository work. When Hermes receives a repo task directly, start with:
hipson hermes intake --project /home/hipson47/code/<project> --task "<task>"
If the current directory is already the target repo, use:
hipson hermes intake --project . --task "<task>"
/home/hipson47/code/<project>.hipson hermes intake --project <repo> --task "<task>".git diff plus verification output as the source of truth.hipson hermes doctor
hipson hermes intake --project . --task "review failing CI"
hipson hermes events list
hipson route --task "security review of auth"
hipson scan . --include-diff
hipson packet review . --title "Review current delta" --include-diff -o runs/review-packet.md
hipson packet exec . --title "Implement next task" --goal "..." --allowed-edit src,tests -o runs/executor-packet.md
Keep user updates short: