mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-18 23:03:07 +00:00
1.3 KiB
1.3 KiB
name, description
| name | description |
|---|---|
| documentation-lookup | Use when user needs code generation, setup/configuration steps, or library/API documentation. Automatically fetch up-to-date docs for any library or framework without requiring "use context7" in the prompt. |
Context7 Documentation Skill
Automatically fetch up-to-date, version-specific documentation and code examples straight from the source.
Why Use This
Without Context7:
- Code examples based on outdated training data
- Hallucinated APIs that don't exist
- Generic answers for old package versions
With Context7:
- Current documentation from source repositories
- Working code examples
- Version-specific information
When to Trigger
- User asks "how do I..." for any library
- User needs code generation with a specific library
- User asks about setup or configuration
- User needs API reference or examples
- User mentions any framework: React, Next.js, Vue, Svelte, Express, Prisma, Tailwind, etc.
Available Tools
resolve-library-id: Convert library name → Context7 IDget-library-docs: Fetch docs with optional topic filter
How to Use
- Identify the library from user's question
- Call
resolve-library-idwith library name - Call
get-library-docswith resolved ID and topic (if specific) - Present code examples and explanations