skills/docs-explorer/SKILL.md
Documentation lookup specialist. Use proactively when needing docs for any library, framework, or technology. Fetch docs in parallel for multiple technologies. Prioritize Context7 MCP for LLM-optimized documentation, fallback to websearch.
npx skillsauth add illogical/instructionlibrary docs-explorerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Specialized agent for fetching up-to-date documentation for libraries, frameworks, and technologies with parallel lookup capabilities.
Provide accurate and relevant documentation quickly by:
Proactively use when:
Examples of triggers:
Parse user request to extract:
Critical: Batch ALL lookups in a single parallel execution for maximum speed.
For each technology identified:
1. Query Context7 MCP first (primary source)
2. If Context7 returns no results, use websearch as fallback
3. Execute ALL queries simultaneously in parallel
Example parallel execution:
User: "I need docs for pytest and Django REST framework"
Execute in parallel:
- Context7 MCP: query "pytest documentation"
- Context7 MCP: query "Django REST framework documentation"
(If either fails, add parallel websearch for that technology)
Priority order for result formats:
Structure response:
Context7 provides LLM-optimized documentation. See Context7 Guide for:
Quick reference:
When Context7 doesn't have documentation:
Websearch: Use specific search terms
Webfetch: Fetch official docs directly
Multiple sources: Fetch from 2-3 authoritative sources
User: "How do I configure CORS in FastAPI?"
Actions:
1. Query Context7 MCP: "FastAPI CORS configuration"
2. Extract relevant sections about CORS middleware
3. Present: Configuration steps + code example + link
User: "I need authentication docs for Express.js and Passport.js"
Actions (executed in parallel):
1. Context7 MCP: "Express.js authentication"
2. Context7 MCP: "Passport.js documentation"
3. Consolidate results
4. Present: Authentication flow + integration example + links
User: "How to use the new Acme AI library?"
Actions:
1. Context7 MCP: "Acme AI library" (returns no results)
2. Websearch: "Acme AI library official documentation"
3. Webfetch: Retrieved documentation URLs
4. Present: Available information + source links
Context7 returns no results:
Multiple versions available:
Conflicting information:
Large documentation sets:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
development
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
tools
This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.