#430 · Primary category: AI Coding Assistants
codex-cli-best-practice
from vibe coding to agentic engineering - practice makes codex perfect
Project last updated:06/04/26
GitHub Stars
977
Forks
64
Contributors
1
License
MIT
Why we included this project
Codex CLI is easy to try in a quick session, but turning it into a dependable team workflow takes more thought. This repo collects documentation and working configurations that show how to define custom subagents in TOML, write reusable skills with SKILL.md files, set up slash commands, and coordinate parallel agent runs, with a weather data example tying it all together. It is a reference library, not a runtime you deploy. Teams adopting Codex CLI, or a similar agent like Claude Code, can lift these patterns into their own repos so agents review code, handle batch jobs, and respect permission boundaries without everyone reinventing the setup. If you want real agent definitions, hook setups, and orchestration workflows rather than toy prompts, this collection saves most of the trial and error.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.