Make Codex integration skill-first

This commit is contained in:
Kirill Kostarev
2026-06-12 16:51:54 +03:00
committed by carpedkm
parent 1b2652c6f8
commit 1953484822
8 changed files with 100 additions and 71 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Synthesizes SkillOpt (validation-gated bounded text edits), Claude Dreams
Shipped as plugins for **three agents**, one engine + three thin shells:
- **Claude Code** — `.claude-plugin` + `/sleep` command + skill + hooks
- **Codex** — `~/.codex/prompts/sleep.md` + `~/.agents/skills` + `install.sh`
- **Codex** — user-level `skillopt-sleep` skill + shared runner + `install.sh`
- **Copilot** — a stdlib-only MCP server exposing `sleep_*` tools
## Design notes