coding-agent-docs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

AI 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

获取最新文档

  1. Read
    references/documentation-urls.md
    to get relevant URLs
  2. 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"
  1. 读取
    references/documentation-urls.md
    获取相关URL
  2. 针对每个URL使用WebFetch并传入目标提示词:
    • 概述类:“总结核心概念以及该功能的工作原理”
    • 对比类:“提取关键配置选项、文件结构和功能特性”
    • 实现细节类:“列出所需文件、语法和示例”

Compare Implementations Across Tools

跨工具对比实现方式

  1. Identify the concept to compare (skills, commands, agents)
  2. Fetch documentation from each tool using the feature mapping table
  3. Structure comparison around:
    • Triggering: How is the feature invoked?
    • Structure: What files/config are required?
    • Capabilities: What can it do?
    • Limitations: What constraints exist?
  1. 确定要对比的概念(skills、commands、agents)
  2. 使用功能映射表获取各工具的文档
  3. 围绕以下维度构建对比:
    • 触发方式:该功能如何被调用?
    • 结构:需要哪些文件/配置?
    • 功能特性:它能实现什么?
    • 局限性:存在哪些约束?

Research Specific Feature

研究特定功能

  1. Identify which tool(s) to research
  2. Fetch the relevant documentation URL(s)
  3. Extract:
    • Core concepts and terminology
    • Required file structure
    • Configuration options
    • Example implementations
  1. 确定要研究的工具
  2. 获取相关文档URL
  3. 提取以下内容:
    • 核心概念和术语
    • 所需文件结构
    • 配置选项
    • 示例实现

Concept Mapping

概念映射表

ConceptOpenCodeCodexClaude Code
Reusable workflowsSkillsSkills, Custom PromptsSkills
User commandsCommands-Slash Commands
Autonomous tasksAgents-Sub-agents
概念OpenCodeCodexClaude Code
可复用工作流SkillsSkills、Custom PromptsSkills
用户命令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可能会变更;在依赖之前请验证链接是否有效
  • 不同工具对相似概念使用不同术语
  • 功能迭代速度快;请始终获取最新文档,而非依赖缓存的知识