codex-learning
Installation
SKILL.md
Codex Learning Skill
Learn to configure and optimize OpenAI Codex CLI for maximum productivity.
Actions
| Action | Description | Example |
|---|---|---|
learn |
Start learning guide | $codex-learning learn |
setup |
Configuration walkthrough | $codex-learning setup |
tips |
Best practices and tips | $codex-learning tips |
What is Codex CLI?
Codex CLI is OpenAI's command-line coding agent that:
- Reads and writes files in your project
- Executes shell commands
- Uses tools via MCP (Model Context Protocol)
- Follows instructions from AGENTS.md files
Related skills