From samhvw8-dot-claude
Technical documentation discovery via context7 and web search. Capabilities: library/framework docs lookup, topic-specific search. Keywords: llms.txt, context7, documentation, library docs, API docs. Use when: searching library documentation, finding framework guides, looking up API references.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin samhvw8-dot-claudeThis skill uses the workspace's default tool permissions.
**Mission:** Find official library/framework documentation quickly.
COMPARISON.mdREADME.mdREFACTORING_SUMMARY.mdarchive/package.jsonarchive/references/advanced.mdarchive/references/context7-patterns.mdarchive/references/errors.mdarchive/scripts/analyze-llms-txt.jsarchive/scripts/detect-topic.jsarchive/scripts/fetch-docs.jsarchive/scripts/tests/run-tests.jsarchive/scripts/tests/test-analyze-llms.jsarchive/scripts/tests/test-detect-topic.jsarchive/scripts/tests/test-fetch-docs.jsarchive/scripts/utils/env-loader.jsarchive/workflows/library-search.mdarchive/workflows/repo-analysis.mdarchive/workflows/topic-search.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Mission: Find official library/framework documentation quickly.
mcp__context7__resolve-library-id("{library}")
→ Success? → mcp__context7__get-library-docs("{id}", topic="{topic}")
→ Fail? → Step 2
If context7 fails, run these searches in parallel:
WebSearch: "{library} llms.txt"
WebSearch: "{library} official documentation"
WebFetch the URLs found from Step 2:
1. context7 (fast, curated)
↓ fail
2. WebSearch (parallel):
- "{library} llms.txt"
- "{library} official documentation"
↓ found URLs
3. WebFetch found URLs
↓ content
4. Parse & present to user
| Step | Tool | Purpose |
|---|---|---|
| 1 | mcp__context7__resolve-library-id | Get context7 library ID |
| 1 | mcp__context7__get-library-docs | Fetch docs from context7 |
| 2 | WebSearch | Search for llms.txt and docs URLs |
| 3 | WebFetch | Fetch documentation content |