Check for and update outdated documentation in `~/.claude/docs`.
Updates outdated documentation in the global cache by checking for newer versions of libraries.
/plugin marketplace add squirrelsoft-dev/doc-fetcher/plugin install doc-fetcher@squirrelsoft-dev-toolsCheck for and update outdated documentation in ~/.claude/docs.
pwdWhen the user invokes this command, follow these steps:
$ARGUMENTS
--all, or use --project--all (update all cached docs), --project (update project dependencies), --force (force re-fetch)1.5. INSTALL DEPENDENCIES: If ~/.claude/plugins/cache/doc-fetcher/node_modules doesn't exist then execute cd ~/.claude/plugins/cache/doc-fetcher && npm install after installation change the directory back to the project workspace root.
Run Update Command:
node ~/.claude/plugins/cache/doc-fetcher/scripts/update-docs.js $ARGUMENTS~/.claude/docs for cached documentationHandle Results:
Error Handling:
/fetch-docs firstcrawl_delay_ms in configNext Steps: If updates were made and skills exist, remind the user that associated skills have been automatically regenerated.
~/.claude/plugins/cache/doc-fetcher/~/.claude/docs and shared across all projectsdoc-fetcher-config.json and defaults to ~/.claude/docs--force to re-fetch even if recently updated--project flag reads the current project's dependencies and updates matching docs in the global cache/update-docsUpdate implementation documentation including specs, status, and best practices
/update-docsUpdate and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.