Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add t3chn/codex-skills --skill "vi-codex-cli-docs"
Install specific skill from multi-skill repository
# Description
Authoritative guidance for Codex CLI using OpenAI developer docs via MCP. Use when questions involve Codex CLI installation, upgrades, usage, commands/flags, slash commands, configuration (config.toml, profiles, providers, sandbox), MCP setup, skills, AGENTS.md, non-interactive/CI workflows, or troubleshooting.
# SKILL.md
name: vi-codex-cli-docs
description: "Authoritative guidance for Codex CLI using OpenAI developer docs via MCP. Use when questions involve Codex CLI installation, upgrades, usage, commands/flags, slash commands, configuration (config.toml, profiles, providers, sandbox), MCP setup, skills, AGENTS.md, non-interactive/CI workflows, or troubleshooting."
Codex CLI Docs (MCP)
Answer Codex CLI questions by pulling exact, up-to-date text from OpenAI docs via the MCP doc tools. Prefer quoting the docs for commands, flags, and config keys.
Workflow
- Clarify OS, shell, and whether the user is in interactive or non-interactive usage.
- Run
mcp__openaiDeveloperDocs__search_openai_docsto locate the most specific page. - Run
mcp__openaiDeveloperDocs__fetch_openai_docwith an anchor to capture the exact section. - Respond with steps, commands, and config snippets plus source URLs.
- If docs do not cover the case, say so and ask a targeted follow-up.
Canonical sources
Use references/doc-index.md as the starting index of Codex CLI pages and common topics. Load it only when needed.
Accuracy rules
- Do not guess flags, file paths, or config keys; always fetch the doc section.
- Call out OS-specific differences and required prerequisites.
- If multiple pages conflict, prioritize the most specific Codex CLI page and mention any ambiguity.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.