Discovers and researches authoritative documentation with version-specific, context-aware search. Auto-activates when user asks "find documentation", "API docs", "how to use", "integration guide", "best practices", "design pattern", or when running /ccpm:plan or /ccpm:plan. Fetches latest docs from official sources via Context7 MCP. Uses progressive discovery (overview → API reference → integration → best practices). Prioritizes: Official docs → Framework guides → API references → Community resources. Provides version-specific recommendations and code examples from documentation. Flags important caveats and performance considerations. Surfaces migration guides when upgrading frameworks.
View on GitHubduongdev/ccpm
ccpm
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/duongdev/ccpm/blob/main/skills/docs-seeker/SKILL.md -a claude-code --skill docs-seekerInstallation paths:
.claude/skills/docs-seeker/# Documentation Seeker Intelligent documentation discovery and research for technical implementation. ## When to Use This skill auto-activates when: - User asks: **"find documentation"**, **"API docs"**, **"how to use"**, **"integration guide"** - Running **`/ccpm:plan`** (needs library docs) - Running **`/ccpm:plan`** (technical research phase) - Implementing features requiring framework knowledge - Researching best practices or design patterns ## What It Does ### Documentation Discovery **Finds relevant documentation for**: - Libraries and frameworks (React, Next.js, Express, etc.) - APIs and SDKs (Stripe, AWS, Google Cloud, etc.) - Design patterns and best practices - Integration guides - Technical specifications **Search strategies**: 1. Official documentation first 2. Framework-specific guides 3. API references 4. Community resources (if official docs insufficient) 5. Code examples and tutorials ### Integration with Context7 MCP Works seamlessly with Context7 to fetch latest documentation: ``` User: "Find React 19 documentation for Server Components" Claude: [docs-seeker activates] Searching for React 19 Server Components documentation... Using Context7 to fetch latest docs: 1. Official React docs (react.dev) 2. Server Components RFC 3. Next.js App Router integration guide Found: - React 19 Server Components: https://react.dev/reference/rsc/server-components - Key features: Async components, data fetching, streaming - Best practices: Use for data-heavy components, avoid client-side state - Integration: Works with Next.js 15 App Router Summary available for /ccpm:plan architecture section. ``` ## Integration with CCPM ### Planning Phase Research **Use with `/ccpm:plan`**: When planning a task, docs-seeker helps gather technical context: ``` User: "/ccpm:plan AUTH-123 JIRA-456" Claude: [docs-seeker activates during research phase] Researching technical requirements for AUTH-123... Finding relevant documentation: 1. JWT authentication best