jeiemgi

Kit Update — Documentation skill for Claude Code

Documentation community

Bring a kit-scaffolded project up to the latest claude-kit — shows the changelog delta and merge-upgrades the project's .claude/ without clobbering your customizations.

How to install Kit Update

Installs to ~/.claude/skills/jeiemgi-cckit-kit-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jeiemgi-cckit-kit-update && curl -fsSL https://raw.githubusercontent.com/jeiemgi/cckit/HEAD/commands/kit-update.md -o ~/.claude/skills/jeiemgi-cckit-kit-update/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kit Update does


description: Bring a kit-scaffolded project up to the latest claude-kit — shows the changelog delta and merge-upgrades the project's .claude/ without clobbering your customizations. argument-hint: "[--check] [--dry-run]" allowed-tools: Bash, Read, AskUserQuestion, Edit

/kit-update — update this project to the latest claude-kit

The kit lives at `${CLAUDE_PLUGIN_ROOT}`. This surfaces what changed since this project was last scaffolded and **merges** new features in — preserving your ed

Alternatives in Documentation

  • PDF — Extract text, create PDFs, merge/split documents, and handle forms 94.1k ★
  • Question — Answer the user's question by analyzing the project structure and documentation 3.4k ★
  • Changelog Update — Hydrogen Upgrade Command Changelog Update - Optimized for Claude 2.1k ★

Full documentation available on GitHub

View Source Repository