소스 정보
- 저장소
- materialofair/oh-my-codex
- 최근 소스 활동
- 2026년 7월 8일 09:00
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 12
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/materialofair/oh-my-codex --skill multi-model-research명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
三阶段专利撰写workflow(Research → Plan → Implement),借鉴AutoPatent架构,通过 Codex CLI 原生 spawn_agent 派发 explorer/reviewer child agent 协作,确保专利质量和授权率;也用于整理或优化已有 DOCX 专利交底书、保留图片和版式资源并生成新版 Word 文档
Analyze raw prompts, identify intent and gaps, inventory the current oh-my-codex skill catalog across local/upstream sources, choose the best-fit skill chain, and output a ready-to-paste optimized prompt for Codex. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants the task executed directly, or says "just do it" / "直接做". DO NOT TRIGGER when user says "优化代码", "优化性能", "optimize performance", "optimize this code" — those are refactoring/performance tasks, not prompt optimization.
Tests Codex skill functionality with TDD approach, verifying skills work correctly through automated test scenarios and validation
SOC 직업 분류 기준
SKILL.md 표시 중
| name | multi-model-research |
| description | 多代理技术调研 - 使用 Codex 主线与只读 child agent 并行收集架构、实现、文档和风险视角。 |
| auto_invoke | true |
| tags | ["research","multi-agent","codex-native","no-timeout"] |
| version | 0.2.0 |
| source | fork |
| checksum | 73425cb43114bcd9aa8c4b8e527638ed77aa0385ca025a7a52a5cbeb7754fc83 |
| updated_at | 2026-05-29T03:50:00.000Z |
| intent | research |
| layer | research |
手动触发:
使用 multi-model-research 分析 <你的问题>
确认:
根据问题选择最小代理集:
spawn_agent(agent_type="explorer", message="<architecture and repo evidence task>")
spawn_agent(agent_type="reviewer", message="<risk and correctness task>")
spawn_agent(agent_type="docs-researcher", message="<official docs verification task>")
wait_agent
close_agent
常用分工:
| Agent | 关注点 | 输出 |
|---|---|---|
| explorer | 架构、代码路径、依赖关系 | 事实地图、方案适配性 |
| reviewer | 风险、安全、测试缺口、回归风险 | findings、阻塞项 |
| docs-researcher | 官方文档、版本行为、API 真实性 | 引用来源、版本约束 |
Codex 主线必须:
## ResearchPack
### Topic
[调研主题]
### Sources
- [本地文件 / 官方文档 / 命令]
### Findings
| Dimension | Finding | Evidence | Confidence |
### Options
| Option | Pros | Cons | Risks | Fit |
### Recommendation
[推荐方案 + 理由]
### Validation Plan
1. [step] -> verify: [check]
### Open Questions
[仍需确认的问题]
如果 child agent 不可用,主线 Codex 在同一回复中使用 [EXPLORER]、[REVIEWER]、、 四段完成同等分析。
[DOCS][SYNTHESIS]