context7

Solid

Up-to-date library documentation retrieval using Context7 MCP tools. Process THINK → RESOLVE → FETCH → APPLY. Use when fetching library docs, resolving package names to IDs, getting implementation guides, exploring API references. Provides package resolution strategy, trust score evaluation, token scaling (3K-20K), topic selection patterns.

AI & Automation 13 stars 2 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Context7 Documentation Retrieval Framework for using `/mcp__context7__resolve-library-id` and `/mcp__context7__get-library-docs` tools effectively. Process: **THINK → RESOLVE → FETCH → APPLY** ## Command: `/mcp__context7__resolve-library-id` Resolves a package name to a Context7-compatible library ID. ### Parameters - `libraryName` (required): Library name to search for ### Returns List of matching libraries (10-30+ results) with: - **Context7-compatible library ID**: Format `/org/project` - **Trust Score**: Authority indicator (1-10, higher is better) - **Code Snippets**: Number of available examples - **Description**: Library summary ### Selection Process Priority order: 1. **Name similarity** (exact matches always win) 2. **Trust score** (minimum 7 preferred, 9-10 ideal) 3. **Documentation coverage** (higher snippet counts) 4. **Description relevance** to query intent **Decision rules:** - Exact name + trust ≥7 → Select it - Multiple high-trust (≥9) → Choose highest snippet count - Low trust (<7) → Prioritize snippet count - Ambiguous → Request user clarification **Skip resolve when:** - User provides path like `/vercel/next.js` - Query contains `/org/project` format **Always resolve when:** - User mentions name only: "React", "Next.js" - Generic terms: "React docs" ### Common Patterns ``` "react" → /reactjs/react.dev (trust: 10) "next.js" → /vercel/next.js (trust: 9.5) "vue" → /vuejs/core (trust: 10) "mongodb" → /mongodb/docs (trust: 9.8) ``` ## Command: `/m...

Details

Author
app-builders-club
Repository
app-builders-club/mvp-builder
Created
1 years ago
Last Updated
5 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category