/update-docs
Update and synchronize project documentation with recent code changes
$ npx -y skills add jeffrigby/somepulp-agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/update-docs
Context preview
What this command does when you run it.
Update and synchronize project documentation with recent code changes
Command definition
update-docs.mddescription: Update and synchronize project documentation with recent code changes argument-hint: "<scope> <since>" disable-model-invocation: true
Use the update-docs agent to analyze recent code changes and propose documentation updates.
Workflow: 1. Launch the update-docs agent to analyze git history, apply routine low-risk fixes, and return a proposed-updates plan for any significant changes 2. Review the returned plan and confirm significant changes with the user (via AskUserQuestion) before applying them 3. Apply the approved updates
This will:
- Analyze git history for undocumented changes
- Update CLAUDE.md to reflect current patterns and conventions
- Sync README with current project state
- Add CHANGELOG entries for recent changes
- Optimize documentation for AI agent consumption
Scope and time range: $ARGUMENTS
A plugin marketplace for Claude Code providing specialized agents for code auditing, documentation maintenance, and library/API research.
Repo: jeffrigby/somepulp-agents
Other commands on somepulp-agents.
- /dead-code
Detect and clean up dead code (unused imports, exports, files, dependencies)
Open command - /deep-audit
Run a comprehensive deep audit by orchestrating specialist agents
Open command - /official-docs
Fetch official documentation and code examples before starting a task
Open command - /research
Research a library, framework, or technical topic
Open command

