๐Ÿ“
WritingGo

Update Docs

by runkids

Update Docs is a Writing skill for Claude Code, published by runkids in skillshare.

2.6K stars157 forkson runkids/skillshareAdded 2026/08/18+1% in starsRepository updated 2026/08/10
agenthubaiclaude-codeclicodexcodex-skillscopilotcross-machine-synccursorgeminigoguiopenclawskillsskills-auditskills-managementskills-managerskills-uiskillshareteam-management
Install in seconds
Install Update Docs
Copy Update Docs into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/runkids/skillshare/tree/main/.skillshare/skills/skillshare-update-docs ~/.claude/skills/skillshare-update-docs

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/runkids/skillshare.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.skillshare/skills/skillshare-update-docs/SKILL.md in runkids/skillshare
Installs to
~/.claude/skills/skillshare-update-docs
Collection
One of 11 skills cataloged from this repository
Category
Writing โ€” 1012 skills

What Update Docs does

Update Docs syncs website documentation with recent code changes, cross-validating every flag against source. Use it when asked to update documentation, document a new flag or command, fix stale docs, or update the README.

Update Docs is cataloged under Writing on DirSkills. Update Docs comes from a repository tagged agenthub, ai, claude-code, cli and codex.

Documentation

README

Sync website documentation with recent code changes. $ARGUMENTS specifies scope: a command name (e.g., install), commit range, or omit to auto-detect from git diff HEAD~1.

Scope: This skill only updates website/docs/. It does NOT write Go code (use implement-feature) or CHANGELOG (use changelog).

Workflow

Step 1: Detect Changes

# Auto-detect recently changed code
git diff HEAD~1 --stat -- cmd/skillshare/ internal/

# Also check for structural changes that affect concept/reference docs
git diff HEAD~1 --stat -- internal/config/targets.yaml internal/audit/rules.yaml

Map changed files to affected documentation using this guide:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Update Docs

  • What else does runkids publish alongside Update Docs?

    Update Docs is one of 11 skills that DirSkills catalogs from runkids/skillshare, the repository it ships in. Its siblings there include Changelog Generator, Clean and Implement Feature. Each one is a separate skill with its own page in this directory, installs the same way Update Docs does, and is maintained by runkids in that same repository. The rest of the collection is listed on the runkids/skillshare page.

  • How does Update Docs compare to other Writing skills?

    Update Docs ranks #241 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Update Docs against them. Open each page to compare what they document and how they install.

More from runkids/skillshare

Update Docs is one of 11 skills cataloged on DirSkills from runkids/skillshare.

See all 11 skills โ†’