AI代码执行引擎,可选引擎之一
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-7a423cb1)More formats (shields.io, HTML) on the badges page.
---
name: codex
description: AI代码执行引擎,可选引擎之一
type: execution-engine
mcp_tool: codex
---
# Codex Skill
AI代码执行引擎,作为**可选引擎之一**(不是唯一执行方式)。
## 定位
Codex是LD角色可调用的**引擎之一**,用于:
- 代码编写和修改
- 文件处理
- 并行任务执行
- 复杂代码重构
## 调用方式
### 通过指令指定
```bash
/vibe-code --engine=codex "实现用户登录"
```
### 在LD角色中调用
```bash
# 单任务
codex "任务描述 @文件路径"
# HEREDOC(复杂任务)
codex - <<'EOF'
任务: T-XXX
参考: @project_document/.ai_state/active_context.md
要求:
1. 实现功能
2. KISS原则
EOF
# 并行执行
codex --parallel <<'EOF'
---TASK---
id: api
---CONTENT---
实现后端接口
---TASK---
id: ui
dependencies: api
---CONTENT---
实现前端页面
EOF
```
## 验证回路
```
Execute → Verify → Pass? → Done
↓ No
Analyze → Fix → Retry (max 3)
↓ Fail
寸止: 人工介入
```
## 自检清单
执行前必须检查:
- [ ] 逻辑清晰?
- [ ] 输入验证?
- [ ] 无any?
- [ ] 函数<50行?
- [ ] 错误处理完整?
## 会话管理
```bash
# 首次任务
codex "添加表单验证"
# 输出: SESSION_ID: 019a7247...
# 恢复会话
codex resume 019a7247... - <<'EOF'
添加错误消息
EOF
```
## 降级策略
Codex不可用时:
1. 降级到Claude原生执行
2. 记录降级原因
3. 下次任务重试Codex
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!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.