Help us improve
Share bugs, ideas, or general feedback.
From skills
Fetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
npx claudepluginhub kriscard/skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/skills:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Try these in order and stop at the first that returns useful results:
Fetches up-to-date GitHub documentation for libraries, frameworks, and APIs via search and chunk/TOC retrieval for usage, references, configs.
Guides doc lookup and web search workflow for investigating libraries, APIs, or unfamiliar patterns before implementation.
Fetches latest library and framework documentation via Context7 API for Claude Code. Useful when needing up-to-date info on React, Next.js, Prisma, or similar.
Share bugs, ideas, or general feedback.
Try these in order and stop at the first that returns useful results:
1. Context7 MCP — best for library/framework/SDK documentation
mcp__context7__resolve-library-id → mcp__context7__query-docs
Prefer this for npm packages, Python libraries, and popular frameworks. Training data goes stale; Context7 returns current docs.
2. GitHub CLI — for repos not indexed by Context7
gh repo view <owner>/<repo> --json description,readme
gh api repos/<owner>/<repo>/contents/docs
3. WebFetch → WebSearch — for everything else
Deliver actionable implementation guidance — not a raw docs dump.
Key patterns — show working code examples for the most common use cases
Common pitfalls — what trips people up, especially on first use
Version notes — call out anything version-specific, especially for fast-moving ecosystems (Next.js App Router vs Pages, React 19 changes, Python 3.12+ features)
Authoritative sources — link to the official docs page you drew from so the user can verify
Search when:
Answer from memory when: