Agent skill · Backend & API

docs-seeker

(ePost) Use when you need API docs, library references, or framework documentation for an unfamiliar package

majiayu000github.com/majiayu000GitHub ↗
copilotclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/docs-seeker-klara-copilot-epost-agent-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. When Active
  3. Expertise
  4. Search Strategy
  5. Source Priority
  6. Search Patterns
  7. Effective Queries
  8. Error Handling
  9. Best Practices
  10. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going