Scrape Claude documentation from official sources, then refresh the local index and metadata.
Scrapes official Claude documentation sources and refreshes the local index with validation.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-code-observability@melodic-softwaredomain or scope in natural languageScrape Claude documentation from official sources and run the full post-scrape workflow (index refresh and validation).
When invoked without qualifiers:
Invoke the docs-management skill.
Request scraping with natural language:
Please scrape all configured Claude documentation sources. Skip unchanged documents, then refresh the local index and metadata and validate. After validation, clean up aged-out Anthropic articles (older than the configured max_age_days threshold). Run in foreground so we can see progress.
IMPORTANT: Use Python 3.13 for validation (py -3.13) due to spaCy compatibility. Python 3.14 works for scraping.
Let the skill decide which scripts to run based on its SKILL.md guidance.
Use natural language to narrow scope:
scrape-only: Skip index refresh and validation.scrape+refresh: Scrape and refresh index (default).scrape+detect-drift: Scrape and detect drift (404s, missing files).scrape+auto-cleanup: Scrape and automatically cleanup drift.scrape+age-cleanup: Scrape, refresh, and remove aged-out Anthropic articles.Distinguish by domain:
docs.claude.com and code.claude.com: Serve .md URLs successfullyanthropic.com: Does NOT serve .md URLs (expected 404s, falls back to HTML)Report per-domain statistics accurately.
/claude-ecosystem:refresh-docs - Refresh index without scraping/claude-ecosystem:validate-docs - Validate index without scraping