coding-agent-docs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAI Coding Agent Documentation Sync
AI编码Agent文档同步
Track and compare extensibility features across OpenCode, Codex, and Claude Code.
跟踪并对比OpenCode、Codex和Claude Code的扩展性功能。
Quick Reference
快速参考
See references/documentation-urls.md for all documentation URLs organized by tool and feature type.
查看references/documentation-urls.md获取按工具和功能类型整理的所有文档URL。
Workflows
工作流程
Fetch Current Documentation
获取最新文档
- Read to get relevant URLs
references/documentation-urls.md - Use WebFetch for each URL with a targeted prompt:
- For overview: "Summarize the main concepts and how this feature works"
- For comparison: "Extract the key configuration options, file structure, and capabilities"
- For implementation details: "List the required files, syntax, and examples"
- 读取获取相关URL
references/documentation-urls.md - 针对每个URL使用WebFetch并传入目标提示词:
- 概述类:“总结核心概念以及该功能的工作原理”
- 对比类:“提取关键配置选项、文件结构和功能特性”
- 实现细节类:“列出所需文件、语法和示例”
Compare Implementations Across Tools
跨工具对比实现方式
- Identify the concept to compare (skills, commands, agents)
- Fetch documentation from each tool using the feature mapping table
- Structure comparison around:
- Triggering: How is the feature invoked?
- Structure: What files/config are required?
- Capabilities: What can it do?
- Limitations: What constraints exist?
- 确定要对比的概念(skills、commands、agents)
- 使用功能映射表获取各工具的文档
- 围绕以下维度构建对比:
- 触发方式:该功能如何被调用?
- 结构:需要哪些文件/配置?
- 功能特性:它能实现什么?
- 局限性:存在哪些约束?
Research Specific Feature
研究特定功能
- Identify which tool(s) to research
- Fetch the relevant documentation URL(s)
- Extract:
- Core concepts and terminology
- Required file structure
- Configuration options
- Example implementations
- 确定要研究的工具
- 获取相关文档URL
- 提取以下内容:
- 核心概念和术语
- 所需文件结构
- 配置选项
- 示例实现
Concept Mapping
概念映射表
| Concept | OpenCode | Codex | Claude Code |
|---|---|---|---|
| Reusable workflows | Skills | Skills, Custom Prompts | Skills |
| User commands | Commands | - | Slash Commands |
| Autonomous tasks | Agents | - | Sub-agents |
| 概念 | OpenCode | Codex | Claude Code |
|---|---|---|---|
| 可复用工作流 | Skills | Skills、Custom Prompts | Skills |
| 用户命令 | Commands | - | Slash Commands |
| 自主任务 | Agents | - | Sub-agents |
Important Notes
重要说明
- Documentation URLs may change; verify links still work before relying on them
- Each tool uses different terminology for similar concepts
- Features evolve rapidly; always fetch current docs rather than relying on cached knowledge
- 文档URL可能会变更;在依赖之前请验证链接是否有效
- 不同工具对相似概念使用不同术语
- 功能迭代速度快;请始终获取最新文档,而非依赖缓存的知识