update-docslisted
Install: claude install-skill escapeboy/ai-prompts
# /update-docs — Documentation Updater
Keeps your Claude Code configuration documentation current with the latest Claude API changes, best practices, and framework updates. Searches the web, compares findings to existing docs, and applies targeted updates.
Especially useful for keeping `~/.claude/` system prompts, skill files, and project memories accurate after Claude API updates.
---
## Usage
```
/update-docs [action] [target]
```
### Quick Examples
```
/update-docs # Interactive mode — ask what to update
/update-docs research "prompt caching" # Search web for latest info
/update-docs collect https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching
/update-docs analyze # Compare findings to existing docs
/update-docs update global-optimization.md
/update-docs update --scope global # Update all global docs
/update-docs validate # Check docs for outdated content
```
---
## Actions
### `research [topic]` — Search web for latest patterns
Searches for current documentation, changelog entries, and community best practices on the given topic.
```
/update-docs research "Claude prompt caching"
/update-docs research "Serena MCP latest features"
/update-docs research "token efficient tools beta"
/update-docs research "Claude Code skills format"
```
**Process**:
1. Web search for official docs, Anthropic changelog, GitHub issues
2. Identify version-specific changes and deprecations
3. Extract actio