用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill codex-system命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | codex-system |
| description | | Use when this capability is needed. |
Codex CLI handles planning, design, and complex code implementation.
Detailed rules:
.claude/rules/codex-delegation.md
| Situation | Trigger Examples |
|---|---|
| Planning | "Create a plan" "Architecture" |
| Design decisions | "How to design?" |
| Complex implementation | "How to implement?" "How to build?" |
| Debugging | "Why doesn't this work?" "Error" "Debug" |
| Trade-off analysis | "Which is better?" "Compare" |
| Refactoring | "Refactor" "Simplify" |
| Code review | "Review" "Check" |
Task tool parameters:
- subagent_type: "general-purpose"
- run_in_background: true (optional)
- prompt: |
Consult Codex about: {topic}
codex exec --model gpt-5.4 --sandbox read-only --full-auto "
{question for Codex}
" 2>/dev/null
Return CONCISE summary (key recommendation + rationale).
codex exec --model gpt-5.4 --sandbox read-only --full-auto "Brief question" 2>/dev/null
codex exec --model gpt-5.4 --sandbox workspace-write --full-auto "
Implement: {task description}
Requirements: {requirements}
Files: {file paths}
" 2>/dev/null
| Mode | Use Case |
|---|---|
read-only | Design, review, debug analysis |
workspace-write | Implementation, fixes, refactoring |
codex exec --model gpt-5.4 --sandbox read-only --full-auto "
Create an implementation plan for: {feature}
Context: {relevant architecture/code}
Provide:
1. Step-by-step plan with dependencies
2. Files to create/modify
3. Key design decisions
4. Risks and mitigations
" 2>/dev/null
codex exec --model gpt-5.4 --sandbox read-only --full-auto "
Review this design approach for: {feature}
Context: {relevant code or architecture}
Evaluate:
1. Is this approach sound?
2. Alternative approaches?
3. Potential issues?
4. Recommendations?
" 2>/dev/null
codex exec --model gpt-5.4 --sandbox read-only --full-auto "
Debug this issue:
Error: {error message}
Code: {relevant code}
Context: {what was happening}
Analyze root cause and suggest fixes.
" 2>/dev/null
When the openai/codex-plugin-cc plugin is installed, these slash commands are available:
/codex:review # Review current uncommitted changes
/codex:review --base main # Review branch diff against main
/codex:review --background # Run review in background
/codex:adversarial-review # Challenge design decisions
/codex:adversarial-review --base main # Branch-level adversarial review
/codex:adversarial-review --background look for race conditions
/codex:rescue investigate why the tests started failing
/codex:rescue fix the failing test with the smallest safe patch
/codex:rescue --resume apply the top fix from the last run
/codex:rescue --model gpt-5.4-mini --effort medium investigate flaky test
/codex:rescue --background investigate the regression
/codex:status # Check progress of background jobs
/codex:result # Show finished job output
/codex:cancel # Cancel active background job
/codex:setup # Check if Codex is installed and authenticated
/codex:setup --enable-review-gate # Enable auto-review gate (use with caution)
/codex:setup --disable-review-gate # Disable review gate
| Scenario | Use |
|---|---|
| Pre-ship code review | /codex:review |
| Challenge design | /codex:adversarial-review |
| Delegate investigation/fix | /codex:rescue |
| Background work + tracking | Plugin --background |
| Ad-hoc design question | codex exec (direct) |
| Implementation in sandbox | codex exec --sandbox workspace-write |
| Subagent delegation | codex exec via general-purpose |
context-loader skillConverted and distributed by TomeVault — claim your Tome and manage your conversions.