|
10 | 10 | [](https://github.com/SuperagenticAI/codexopt-demo) |
11 | 11 | [](LICENSE) |
12 | 12 |
|
13 | | -CodexOpt: Optimize your Agents.MD and Skills for Codex with GEPA |
| 13 | +CodexOpt is a lightweight CLI for benchmarking and optimizing Codex instruction assets. |
14 | 14 |
|
15 | | -## Demo Repo |
| 15 | +It focuses on two repo-local files: |
16 | 16 |
|
17 | | -Want to see CodexOpt on a small, intentionally messy repository with sample |
18 | | -`AGENTS.md`, demo skills, `tasks.md`, and `issues.md`? |
19 | | - |
20 | | -- Demo: https://github.com/SuperagenticAI/codexopt-demo |
21 | | - |
22 | | -## Documentation |
23 | | - |
24 | | -- Docs site: https://superagenticai.github.io/CodexOpt/ |
25 | | -- Docs source: [`docs/`](/Users/shashi/oss/CodexOpt/docs) |
| 17 | +- `AGENTS.md` |
| 18 | +- `.codex/skills/**/SKILL.md` |
26 | 19 |
|
27 | | -View the published documentation: |
| 20 | +## Quick Links |
28 | 21 |
|
29 | | -- https://superagenticai.github.io/CodexOpt/ |
| 22 | +- Documentation: https://superagenticai.github.io/CodexOpt/ |
| 23 | +- Demo repository: https://github.com/SuperagenticAI/codexopt-demo |
| 24 | +- PyPI package: https://pypi.org/project/codexopt/ |
| 25 | +- Docs source: [docs/](/Users/shashi/oss/CodexOpt/docs) |
30 | 26 |
|
31 | | -CodexOpt is a lightweight Python CLI to improve Codex instruction assets with a repeatable loop: |
| 27 | +CodexOpt gives teams a repeatable workflow to: |
32 | 28 |
|
33 | 29 | 1. Scan instruction files. |
34 | 30 | 2. Benchmark quality. |
35 | 31 | 3. Generate optimized candidates. |
36 | 32 | 4. Apply only improvements. |
37 | 33 | 5. Produce a report. |
38 | 34 |
|
39 | | -It targets: |
40 | | - |
41 | | -- `AGENTS.md` |
42 | | -- `.codex/skills/**/SKILL.md` |
43 | | - |
44 | 35 | ## Why CodexOpt |
45 | 36 |
|
46 | 37 | Most teams edit `AGENTS.md` and `SKILL.md` manually, but struggle to answer: |
|
0 commit comments