3 Commits
Author SHA1 Message Date
Nick BaumannandGitHub 45d05d7536 Clarify todo completion in migrate-to-codex skill (#383)
**Summary**

- Clarify that the `migrate-to-codex` skill should finish by marking
completed TODO steps as `completed`
- Explicitly prevent a completed migration from leaving a stale
`in_progress` task behind
2026-05-01 09:34:51 -05:00
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