claudekit-updater

Update ClaudeKit Engineer projects with backups, test branches, and verification.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/skinred78/neuro-db-2 --skill claudekit-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claudekit-updater
Source: https://github.com/skinred78/neuro-db-2/tree/main/.claude/skills/claudekit-updater
Command: npx skills add https://github.com/skinred78/neuro-db-2 --skill claudekit-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates updating ClaudeKit Engineer projects to the latest version, including creating backups, making a test git branch, applying framework changes, preserving user settings, and performing automated verification. It enables safe, scalable upkeep of multiple ClaudeKit projects.

Core Features & Use Cases

  • Single Project Update: Update one project with a test branch while preserving settings and histories.
  • Batch Updates: Update multiple ClaudeKit projects in sequence with clear status reporting.
  • Discovery: Locate ClaudeKit projects in your home directory and verify repo health.
  • Safety First: Timestamped backups, test branches, and easy rollback.

Quick Start

  • Update a single project: Update ~/Lex-Stream
  • Update all ClaudeKit projects: Update all my ClaudeKit projects
  • Quick mode: Update ~/my-project (no test branch)
  • Find ClaudeKit projects: What ClaudeKit projects do I have?

Frequently Asked Questions about claudekit-updater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely update a ClaudeKit project to the latest version?

Safe updates of ClaudeKit projects involve creating timestamped backups, launching a test git branch, applying framework changes while preserving your settings, running verification checks, and enabling rollback if needed. This Skill automates the entire workflow for single projects or batches.

Can I update multiple ClaudeKit projects at once?

Yes, batch updates process multiple ClaudeKit projects in sequence with clear status reporting. Each project receives backups, test branches, and verification—no manual intervention required between projects.

What happens to my project settings and code during an update?

Your user code and settings are never modified. The Skill preserves all configuration while updating only the ClaudeKit framework components, ensuring your project logic and preferences remain intact.

How do I find all my ClaudeKit projects?

Discovery locates ClaudeKit projects in your home directory and verifies repository health, giving you a complete inventory before deciding which projects to update.

Is there a quick update mode that skips the test branch?

Yes, quick mode updates your project without creating a test branch while still maintaining timestamped backups. Use this when test branching isn't necessary for your workflow.

What if an update breaks something—can I roll back?

Timestamped backups enable easy rollback if verification detects issues. The Skill guides you through restoration, ensuring you can revert to your previous state without data loss.