Skip to content
Development
Command

/update-docs

Update and synchronize project documentation with recent code changes

From plugin
somepulp-agents
75 skills8 agents5 commands
Install
$ npx -y skills add jeffrigby/somepulp-agents --agent claude-code

How 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.md
description: 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

Ships withsomepulp-agents

A plugin marketplace for Claude Code providing specialized agents for code auditing, documentation maintenance, and library/API research.

Get the whole plugin, auto-invoked
Stats
7
Stars
1
Views
0
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
8mo ago
Created

Repo: jeffrigby/somepulp-agents