Docs Guide banner
fivetaku fivetaku

Docs Guide

Development community

Description

--- name: docs-guide description: Use this agent when the user asks technical questions about any library, framework, API, or service that is NOT Claude Code, Claude Agent SDK, or Claude API (those are handled by the built-in claude-code-guide agent). This agent determines whether official documentation lookup is needed, fetches docs via llms.txt or WebSearch, and provides accurate, source-based answers. Trigger on questions like "How do I...", "What is...", "How does X work...", "Best practi

Installation

Installs to ~/.claude/agents/fivetaku-docs-guide-docs-guide.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fivetaku/docs-guide/HEAD/agents/docs-guide.md -o ~/.claude/agents/fivetaku-docs-guide-docs-guide.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository