Commit Graph
2 Commits
Author SHA1 Message Date
Nick BaumannandGitHub 728a3e9ba7 Add migrate-to-codex skill (#364)
**Summary**

- Adds the public `migrate-to-codex` curated skill for migrating
external agent setup into Codex-facing files.
- Includes the approved skill instructions, references, and migration
scripts from openai/skills-internal#84.
- Places the skill at `skills/.curated/migrate-to-codex`, which is the
installable public path the Codex App should reference.
2026-04-27 13:29:29 -07:00
Nick BaumannandGitHub 0ed2046f28 Add cli-creator skill (#338)
**Summary**

- Adds curated `$cli-creator` skill for building composable CLIs Codex
can run from any repo.
- Defines the command contract: PATH install, `doctor`, bounded JSON,
discovery/resolve/read/write commands, raw request fallback, and
auth/config handling.
- Adds runtime guidance, reference patterns, and the companion-skill
handoff with `$skill-creator`.
2026-04-10 19:02:02 +01:00