shanshanzhong e0b2be2058
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 7m36s
x
2026-03-30 21:05:21 -07:00
..
x
2026-03-30 21:05:21 -07:00
ipa
2026-03-08 05:12:28 -07:00
ipa
2026-03-08 05:12:28 -07:00

.agents Directory

This directory contains agent configuration and skills for OpenAI Codex CLI.

Structure

.agents/
  config.toml     # Main configuration file
  skills/         # Skill definitions
    skill-name/
      SKILL.md    # Skill instructions
      scripts/    # Optional scripts
      docs/       # Optional documentation
  README.md       # This file

Configuration

The config.toml file controls:

  • Model selection
  • Approval policies
  • Sandbox modes
  • MCP server connections
  • Skills configuration

Skills

Skills are invoked using $skill-name syntax. Each skill has:

  • YAML frontmatter with metadata
  • Trigger and skip conditions
  • Commands and examples

Documentation