Skip to content
Development
Skill

/update-docs

Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes.

From plugin
somepulp-agents
78 skills9 agents
Install
$ npx -y skills add jeffrigby/somepulp-agents --skill update-docs --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/update-docs

Context preview

The summary Claude sees to decide when to auto-load this skill.

Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes.

SKILL.md

update-docs.SKILL.md
name: update-docs
description: Update and synchronize project documentation — CLAUDE.md, README, CHANGELOG — with recent code changes.
when_to_use: When the user asks to "update docs", "sync documentation with code", "optimize CLAUDE.md", or "document recent 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

Other skills on somepulp-agents.