docs-seeker
(ePost) Use when you need API docs, library references, or framework documentation for an unfamiliar package
npx skills add majiayu000/claude-skill-registry --skill docs-seeker-klara-copilot-epost-agent-kit --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Documentation Seeker Skill ## Purpose Finding and reading documentation for packages, libraries, and frameworks. ## When Active User needs documentation, you're unfamiliar with a library, need API reference. ## Expertise ### Search Strategy #### 1. Context7 MCP (preferred) Use `resolve-library-id` then `query-docs` for up-to-date library documentation. #### 2. WebSearch Search for "[library name] documentation [version] [topic]" #### 3. Official Docs Use WebFetch to read official documentation websites. #### 4. GitHub Repository Use `gh` CLI or repomix to read source code documentation. ### Source Priority 1. Official docs (most authoritative) 2. Context7 library docs 3. GitHub repository README/docs 4. Community resources (Stack Overflow, blog posts) ## Search Patterns ### Effective Queries - "[library] [version] [topic]" - precise searches - "how to [task] in [library]" - task-oriented - "[error message]" - for debugging docs - "[library] examples" - for code samples ### Error Handling - If Context7 fails, fall back to WebSearch - If no docs found, check package README on npm/PyPI/CocoaPods - Always note when documentation may be outdated - Verify version-specific info matches
- Purpose
- When Active
- Expertise
- Search Strategy
- Source Priority
- Search Patterns
- Effective Queries
- Error Handling
- Best Practices
- Related Skills
What does the docs-seeker skill do?
(ePost) Use when you need API docs, library references, or framework documentation for an unfamiliar package
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill docs-seeker-klara-copilot-epost-agent-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
