docs

Installation
SKILL.md

docs

Local, in-session documentation updater. Replaces the remote /docs command so you do not need the Claude GitHub app or a cloud session. No PR is opened. Changes are left staged in the working tree for the user to review and commit.

Scope the task

Read the user's request literally before touching anything.

  • Full repo sync ("update the docs", "sync README"): update README.md and relevant docs/*.md. Prefer delegating the mechanical work to the doc-sync skill if it is available in this session.
  • Specific file ("update AGENTS.md", "refresh CLAUDE.md"): edit only that file.
  • Feature doc ("document the task feature"): extend the existing doc for that feature. Create a new file in docs/ only if the user explicitly asked for a new file.
  • No argument / vague ask: ask one direct question about which file or area to update, then stop.

Ground every claim in current state

Never document from memory. Every factual claim you write (file path, function name, flag, command, version, behavior) must trace to something you just read or ran.

Required reads before writing:

Related skills
Installs
1
GitHub Stars
150
First Seen
7 days ago