Files
court-of-codex/codex/idea-evaluator/README.md
T
2026-06-02 17:46:07 +02:00

16 lines
463 B
Markdown

# Codex Package
This folder contains the Codex version of `idea-evaluator`.
## Packaging notes
- Codex skills are folder-based and use `SKILL.md` as the trigger and instruction file.
- `name` and `description` in YAML frontmatter are the important discovery fields.
- Keeping the body procedural makes the skill easier for another Codex instance to reuse.
## Source
- `Intent.md` in the repo root
- Codex skill format guidance and the OpenAI skill standard