kaizen-update

Pull Kaizen updates and re-run setup to reapply hooks and skills.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Garsson-io/kaizen --skill kaizen-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kaizen-update
Source: https://github.com/Garsson-io/kaizen/tree/main/.agents/skills/kaizen-update
Command: npx skills add https://github.com/Garsson-io/kaizen --skill kaizen-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps your Kaizen plugin up to date by pulling latest changes and re-applying setup to ensure all hooks, skills, and configurations stay in sync.

Core Features & Use Cases

  • Pulls the latest Kaizen updates for the plugin, submodule, or self-dogfood installation.
  • Re-runs the setup to re-register hooks, merge new skills, and install dependencies when needed.
  • Supports environments where Kaizen is managed as a submodule, plugin, or in-repo self-dogfood.

Quick Start

Run the kaizen-update skill to pull updates and re-run the setup.

Frequently Asked Questions about kaizen-update

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

FAQPage Schema
How do I update a Kaizen plugin or submodule to the latest version?

To update a Kaizen plugin or submodule, pull the latest changes and re-run the setup script. This process fetches updates, installs dependencies, re-registers hooks, and merges new skills automatically.

What happens when I re-run setup after pulling Kaizen updates?

Re-running setup after pulling Kaizen updates detects the install method, installs required dependencies, re-applies symlinks for hooks, checks for new skills, and validates the update.

Does the Kaizen update process support self-dogfood installations?

Yes, the Kaizen update process supports self-dogfood installations alongside submodule and plugin setups. It automatically detects the installation method to correctly fetch and apply updates.

Why do my Kaizen hooks stop working after pulling new updates?

Kaizen hooks may stop working after pulling updates if the setup is not re-run. Re-running setup re-registers hooks, applies necessary symlinks, and syncs configurations to resolve mismatches.

How to sync new skills and dependencies after a Kaizen submodule update?

To sync new skills and dependencies after a Kaizen submodule update, execute the update skill. It installs missing dependencies, merges new skills, and validates the complete registration process.