active/dev.codex/SKILL.md
Manage Codex self-configuration and session analysis; not skill authoring (use $sc).
npx skillsauth add kevinslin/skills dev.codexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to manage Codex's own configuration and runtime setup. Start with MCP server management; expand with new capabilities as needed.
references/mcp-management.md for CLI syntax and config options from the docs.~/.codex/config.toml for fine-grained config.[mcp_servers.<server-name>] table or set
enabled = false to disable./mcp in the Codex TUI or by inspecting the config file.dev.llm-session skill.~/.codex/sessions/ (preferred) or
~/.codex/history.jsonl and load only the relevant session.https://developers.openai.com/codex/multi-agent/./experimental in Codex CLI and restart, or set:
[features]
multi_agent = true
[agents] in either:
~/.codex/config.toml for personal defaults..codex/config.toml for project-shared roles.[agents.<name>] with:
description: short guidance for when Codex should choose the role.config_file: TOML layer for that role (relative paths resolve from the owning
config.toml).config_file to set role-specific overrides such as:
model, model_reasoning_effort, sandbox_mode, developer_instructions.[agents.<name>] are rejected.config_file must exist and load cleanly or role spawns can fail.default, worker,
explorer, monitor), the custom role takes precedence.agents.max_depth defaults to 1 (child can spawn, deeper nesting blocked)./agent to inspect/switch active agent threads in CLI.agent_type = "<name>" when testing a role.development
Create, rename, audit, or close a tracked Codex task whose turns and status are persisted in the local thread ledger. Only use when directly invoked.
testing
Manage Git preflight, branch and worktree creation, and completed-work cleanup. Use when explicitly invoked.
databases
Automatically use for durable knowledge, configured project-context lookup, and schema-backed artifact layouts.
content-media
Create, update, or optimize skills and SKILL.md content.