Claude Code Documentation Operations Manage the Claude Code documentation lifecycle through a single consolidated skill. Argument Routing | Action | Description | |--------|-------------| | | Scrape documentation from official sources, then refresh and validate | | | Validate index integrity and detect drift (read-only) | | | Refresh index from filesystem without scraping | | | Clear and immediately rebuild the search index | | | Clear the search cache (lazy rebuild on next search) | Parse to determine the action. The first token is the action keyword. Remaining tokens are passed as options t…