Agent Skill
2/7/2026

olore-codex-latest

Local Codex documentation reference (latest). Use when asked about Codex CLI features, configuration, skills, slash commands, AGENTS.md, MCP integration, or rules.

O
olorehq
32GitHub Stars
2Views
npx skills add olorehq/olore

SKILL.md

Nameolore-codex-latest
DescriptionLocal Codex documentation reference (latest). Use when asked about Codex CLI features, configuration, skills, slash commands, AGENTS.md, MCP integration, or rules.

name: olore-codex-latest description: Local Codex documentation reference (latest). Use when asked about Codex CLI features, configuration, skills, slash commands, AGENTS.md, MCP integration, or rules.

Codex Documentation

Codex CLI is OpenAI's open-source coding agent that runs locally from your terminal. It can read, change, and run code on your machine in the selected directory. Built in Rust for speed and efficiency.

Quick Reference

FileTitleDescription
contents/using-codex/cli/overview.mdCodex CLIIntroduction to Codex CLI, setup instructions, and overview of key features including interactive mode, model control, image inputs, code review, web search, and scripting
contents/using-codex/cli/features.mdCodex CLI featuresDetailed guide to CLI features including interactive mode, resuming conversations, models and reasoning, approval modes, and image inputs
contents/using-codex/cli/command-line-options.mdCommand-line optionsReference for all command-line options and flags available in Codex CLI
contents/using-codex/cli/slash-commands.mdSlash commandsComplete guide to built-in slash commands like /model, /approvals, /status, /diff, /review, /compact, /mention, /new, /resume, /fork, and more
contents/configuration/config-file/basic-configuration.mdBasic configurationBasic Codex configuration file settings in config.toml
contents/configuration/config-file/sample-configuration.mdSample configurationSample configuration file examples for various use cases
contents/configuration/rules.mdRulesRules system for controlling which commands Codex can run outside the sandbox using prefix_rule() definitions
contents/configuration/agents-md.mdAGENTS.mdCustom instructions with AGENTS.md files for global and project-specific guidance, including discovery precedence and layering
contents/configuration/custom-prompts.mdCustom promptsCreating custom prompts that behave like slash commands with arguments and metadata
contents/configuration/mcp.mdModel Context ProtocolMCP integration for connecting Codex to third-party tools and context like documentation, browsers, or Figma
contents/configuration/skills/overview.mdAgent SkillsAgent skills system for extending Codex with task-specific capabilities, including skill definition, installation, and scope
contents/configuration/skills/create-skill.mdCreate custom skillsStep-by-step guide to creating custom skills using the skill-creator or manual SKILL.md files

When to use

Use this skill when the user asks about:

  • Codex CLI setup, features, or workflows
  • Interactive mode and terminal UI (TUI)
  • Slash commands (/model, /approvals, /status, /diff, /review, etc.)
  • Command-line options and flags
  • Configuration files (config.toml)
  • AGENTS.md files and custom instructions
  • Agent skills system and creating custom skills
  • Model Context Protocol (MCP) integration
  • Rules for command execution control
  • Custom prompts and automation
  • Resuming conversations and session management
  • Approval modes and security settings

How to find information

  1. Check Quick Reference above for the specific topic
  2. Read TOC.md for complete file listing
  3. Read specific files from contents/{path} for detailed information
Skills Info
Original Name:olore-codex-latestAuthor:olorehq