Docs Guide banner
fivetaku fivetaku

Docs Guide

Development community

Description

--- name: docs-guide description: Fetch and explain official docs for any library argument-hint: "[library] [question]" allowed-tools: - WebFetch - WebSearch - Read - Task --- <!-- first-run setup: idempotent, non-blocking, self-skips after first run --> **Step 0 — run once at the very start, before anything else:** run `bash "${CLAUDE_PLUGIN_ROOT}/setup/setup.sh" ask`. If its output starts with `STAR_ASK`, immediately call the **AskUserQuestion** tool once, with the question and option

Installation

Installs to ~/.claude/skills/fivetaku-docs-guide-docs-guide/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository