coding-agent-docs
AI Coding Agent Documentation Sync
Track and compare extensibility features across OpenCode, Codex, and Claude Code.
Quick Reference
See references/documentation-urls.md for all documentation URLs organized by tool and feature type.
Workflows
Fetch Current Documentation
- Read
references/documentation-urls.mdto get relevant URLs - 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"
Compare Implementations Across Tools
More from kasperjunge/agent-resources-legacy
technical-blog-post
Write high-quality technical blog posts with strong structure and clarity. Use when asked to write a blog post, technical article, tutorial, or guide about programming, software, APIs, tools, or technical concepts. Triggers include "write a blog post about...", "create a technical article", "help me write about [technical topic]", or requests for tutorials and how-to guides.
3onboard
Generate comprehensive codebase onboarding guides. Use when someone needs to understand a new codebase, when asked to explain the architecture, or when the user says "onboard", "/onboard", "explain this codebase", or asks for help understanding how a project works. Analyzes project structure, patterns, and key files to produce a complete onboarding document.
2release
Generate release notes from git history. Use when preparing a release, creating a GitHub release, or when the user says "release", "/release", "release notes", or asks for help documenting what changed between versions. Analyzes commits since the last tag and produces categorized, human-readable release notes.
2readme
Generate beautiful, comprehensive README.md files for any codebase. Use when asked to create a README, improve documentation, or when the user says "readme", "/readme", or wants help documenting their project. Analyzes the codebase structure, dependencies, and code to produce professional documentation.
2