From doc-harvest
This skill should be used when the user asks to "check the docs", "look up in docs", "what does the documentation say", "find in the docs", references a known harvested documentation set by name, or needs to navigate previously harvested documentation stored in the Claude Context Library.
How this skill is triggered — by the user, by Claude, or both
Slash command
/doc-harvest:doc-navigatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Navigate harvested documentation stored in the Claude Context Library using progressive disclosure — load only what's needed to answer the user's question.
Navigate harvested documentation stored in the Claude Context Library using progressive disclosure — load only what's needed to answer the user's question.
Always follow this progressive disclosure pattern — never load all pages at once.
Read the known-docs registry to find the relevant documentation:
Read ${CLAUDE_PLUGIN_ROOT}/skills/doc-navigator/references/known-docs.md
Match the user's request to a known doc set by name, slug, or source domain.
Read the doc set's root _index.md to understand its structure:
Read ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Claude Context Library/contexts/technical/{slug}/_index.md
This gives you:
Based on the user's question, read the relevant section's _index.md:
Read ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Claude Context Library/contexts/technical/{slug}/{section}/_index.md
This lists all pages in that section with descriptions.
Read only the page(s) that answer the user's question:
Read ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Claude Context Library/contexts/technical/{slug}/{section}/{page}.md
When providing information from harvested docs:
/harvest-docs/harvest-docs.| Action | How |
|---|---|
| Find a doc set | Read references/known-docs.md |
| Get doc overview | Read {ccl_path}/_index.md |
| List section pages | Read {ccl_path}/{section}/_index.md |
| Get specific content | Read {ccl_path}/{section}/{page}.md |
| Re-harvest docs | Use /harvest-docs command |
/harvest-docs <url>_index.md_index.mdharvested date in frontmatter, warn if > 30 days oldFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub mattwag05/mw-plugins --plugin doc-harvest