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
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.
tools
Turn an existing concrete spec into a reusable generic spec template. Use when asked to create a generic spec, template spec, reusable implementation template, or generalized version of a spec from a specific implementation such as one plugin, channel, integration, feature, or PR.
data-ai
Trace how something works with an investigator subagent and a skeptical reviewer subagent.