Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

codex-systemCodex 系统

Agent Skill

codex-system 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

315

周安装

13

GitHub Stars

135

下载量

103
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:codex-system(Codex 系统)
来源仓库:https://github.com/del-taiseiozaki/claude-code-orchestra
仓库路径:skills/codex-system
安装命令:
npx skills add https://github.com/del-taiseiozaki/claude-code-orchestra --skill codex-system
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/del-taiseiozaki/claude-code-orchestra --skill codex-system

简介

codex-system 负责架构设计、模块划分与复杂算法实现。

  • 区分规划与实施双角色:前者做设计评审,后者执行编码。
  • 当出现未知错误或多步任务时优先咨询此技能。
  • 需明确告知技术选型 trade-off 与依赖顺序约束条件。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Codex System — Planning, Design & Complex Implementation

Codex CLI handles planning, design, and complex code implementation.

Detailed rules: .claude/rules/codex-delegation.md

Two Roles of Codex

1. Planning & Design

  • Architecture design, module composition
  • Implementation plan creation (step breakdown, dependency ordering)
  • Trade-off evaluation, technology selection
  • Code review (quality and correctness analysis)

2. Complex Implementation

  • Complex algorithms, optimization
  • Debugging with unknown root causes
  • Advanced refactoring
  • Multi-step implementation tasks

When to Consult (MUST)

SituationTrigger 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"

When NOT to Consult

  • Simple file edits, typo fixes
  • Tasks that simply follow explicit user instructions
  • git commit, test execution, lint
  • Codebase analysis → general-purpose subagent (Opus 1M context)
  • External information retrieval → general-purpose subagent (Opus, WebSearch/WebFetch)
  • Multimodal processing → Gemini CLI (PDF/video/audio/images)

How to Consult

Subagent Pattern (Recommended)

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).

Direct Call (responses up to ~50 lines)

codex exec --model gpt-5.4 --sandbox read-only --full-auto "Brief question" 2>/dev/null

Having Codex Implement Code

codex exec --model gpt-5.4 --sandbox workspace-write --full-auto "
Implement: {task description}
Requirements: {requirements}
Files: {file paths}
" 2>/dev/null

Sandbox Modes

ModeUse Case
read-onlyDesign, review, debug analysis
workspace-writeImplementation, fixes, refactoring

Task Templates

Implementation Planning

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

Design Review

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

Debug Analysis

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

Language Protocol

  1. Ask Codex in English
  2. Receive response in English
  3. Execute based on advice
  4. Report to user in the user's language

Why Codex?

  • Deep reasoning: Complex analysis and problem-solving
  • Planning expertise: Architecture and implementation strategies
  • Code mastery: Complex algorithms, optimization, debugging
  • Consistency: Same project context via context-loader skill

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.27%
按下载量换算35

Claude

30.01%
按下载量换算31

Cursor

17.09%
按下载量换算18

Gemini CLI

9.18%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills