此文件是 Codex 集成的占位符。请从官方渠道获取 Codex 的完整 SKILL.md。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill codex --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Codex?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-codex-c290500a)More formats (shields.io, HTML) on the badges page.
# Codex Integration
## 说明
此文件是 Codex 集成的占位符。请从官方渠道获取 Codex 的完整 SKILL.md。
## 下载来源
- OpenAI 官方文档
- Claude Code 插件市场
## 预期能力
```yaml
代码生成:
- 从描述生成代码
- 补全代码片段
- 生成样板代码
重构:
- 代码转换
- 语法更新
- 模式应用
```
## VibeCoding 集成
### 调用时机
```yaml
Execute 阶段:
- 大量 CRUD 代码
- 重复模式生成
- 样板代码填充
```
### 配置
```yaml
# orchestrator.yaml
engines:
available:
- name: codex
model: codex-latest
strengths: [code-generation, refactoring]
skill_path: .claude/skills/codex/SKILL.md
```
## 安装后
替换此文件为官方完整 SKILL.md,包含:
- 详细 API 调用方式
- 参数配置
- 最佳实践
- 示例代码
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!