Agent skill
docs-seeker
(ePost) Use when you need API docs, library references, or framework documentation for an unfamiliar package
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/docs-seeker-klara-copilot-epost-agent-kit
Metadata
Additional technical details for this skill
- keywords
-
docs documentation search context7 api-reference library research best-practices
- triggers
-
[ "documentation", "docs", "api reference", "how to use" ] - platforms
-
[ "all" ] - connections
-
{ "enhances": [ "research" ] } - agent affinity
-
[ "epost-researcher", "epost-fullstack-developer", "epost-mcp-manager" ]
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
- Official docs (most authoritative)
- Context7 library docs
- GitHub repository README/docs
- 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 your target
Best Practices
- Always specify version when searching
- Check documentation date (prefer recent)
- Look for official examples first
- Read Getting Started before API reference
- Cross-reference with source code if unclear
- Note breaking changes between versions
Related Skills
knowledge-retrieval— Internal-first search (check before going external)research— Multi-source investigation methodologyrepomix— Codebase summarization for context
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?