codex-cli
Codex CLI — 本机使用指南
OpenAI Codex CLI (@openai/codex) 是 OpenAI 的终端编码代理。本 skill 教你如何从 Claude Code 中正确调用它。
核心原则
- Codex 是协作者,不是替代品。 用它做独立、可验证的子任务;不要把整个会话上下文丢给它。
- 非交互优先。 从 Claude Code 调用时,始终使用
codex exec(非交互模式),不要启动交互式 TUI。 - 捕获输出。 用
-o <file>或--json拿到结果,方便后续处理。 - 尊重沙箱。 默认使用
--full-auto(workspace-write 沙箱),只在用户明确授权时才放宽。
1. codex exec — 非交互任务委托
这是最核心的命令。把一个明确的 prompt 交给 Codex,让它自主完成。
基本用法
More from nangongwentian-fe/agent-skills
persistent-memory
通用跨会话记忆协议(Universal Memory Protocol)。让所有 AI 编程工具共享同一套记忆系统。适用 Claude Code / Cursor / Aider / Cline / Codex / Trae / OpenCode。能力:智能分类 / FSRS 衰减 / 月度压缩 / 多层检索。触发:用户说"记住";问"之前";检测到敏感信息;会话结束。
23exa-unified-research
Use this skill for ANY web research task — looking up companies, finding people, searching for code examples or API docs, reading tech blogs, finding academic papers, checking SEC filings or financial reports, or gauging social media sentiment. Covers any question that requires searching the internet for current information. Exa provides neural/semantic search that returns higher-quality, better-structured results than simple keyword search. Load this skill whenever the user asks you to search, research, find, look up, or investigate anything online — even if you think you can handle it with built-in search tools, this skill will produce significantly better results.
10git-rebase-workflow
Git Rebase 分支同步流程,用于将当前功能分支 rebase 到最新的目标分支(如 master/main),保持提交历史整洁。适用于功能分支落后于目标分支时,需要同步最新代码的场景。
8code-review-uncommitted
对 git 中未提交的代码变更进行多维度 code review,包括项目规范合规性、Bug 扫描、代码注释合规性、组件封装/架构设计合理性审查,并通过置信度评分过滤误报。当用户要求 review 未提交的代码、review 当前改动、或使用 /code-review-uncommitted 时触发。
8reflect-and-remember
|
4web-content-fetcher
>
1