update-docs-commandlisted
Install: claude install-skill datamaker-kr/synapse-claude-marketplace
<!-- Generated by tools/generate-agent-marketplaces.py; edit the source command or agent-plugin.yaml instead. -->
# platform-dev-team-common:update-docs Command Workflow
## Codex Adaptation
- Treat the user request or explicitly supplied text as the command arguments.
- Use the available Codex file, search, terminal, and clarification capabilities that match the workflow.
- Do not depend on Claude-only slash command variables or tool names.
# Update Documentation Command
You will help the user identify and update documentation that has become outdated due to recent code changes.
## Usage
```bash
/update-docs
/update-docs --scope <path>
/update-docs --since <commit-hash>
```
## Options
- `--scope <path>`: Limit analysis to specific directory (e.g., `--scope apps/users`)
- `--since <commit>`: Analyze changes since specific commit (default: last 10 commits)
## Purpose
This command triggers the docs-manager agent to:
1. Scan the repository for documentation files
2. Analyze recent code changes
3. Identify documentation that needs updates
4. Generate or update Mermaid charts for architectural changes
5. Present recommendations to the user
6. Update documentation files after user approval
## Implementation Steps
### Step 1: Parse Options
Extract optional parameters:
- `scope`: Specific directory to analyze (default: entire repository)
- `since`: Commit hash to start analysis from (default: last 10 commits)
### Step 2: Scan Documentation Files
Find all documentation