Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 545 Bytes

File metadata and controls

25 lines (17 loc) · 545 Bytes

Codex-Compatible Skills

Run these commands from the repo root.

Install a single skill:

.\scripts\install-skill.ps1 -Agent codex -Slug concurrency-safe-tool-batching
./scripts/install-skill.sh codex concurrency-safe-tool-batching

Or install a bundle:

.\scripts\install-bundle.ps1 -Agent codex -Bundle starter
./scripts/install-bundle.sh codex starter

These folders are a compatible install layout for Codex-style skill directories. They are not official OpenAI distributions.