kaizen-setup

Automate Kaizen plugin installation and configuration in a Claude Code host project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initial installation and configuration of the Kaizen plugin in a Claude Code host project.

Core Features & Use Cases

  • Creates kaizen.config.json in the project root and scaffolds local policies for Kaizen.
  • Injects an agent-instructions fragment into the host's CLAUDE.md to enable Kaizen workflows and activation.
  • Guides activation, verification, and ongoing usage within the host project.

Quick Start

Run /kaizen-setup to begin installation and follow prompts to configure your project.

Frequently Asked Questions about kaizen-setup

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

FAQPage Schema
How do I install and configure the Kaizen plugin in a Claude Code project?

To install Kaizen, run the setup command and provide your project name, repo, and description. The plugin automatically scaffolds kaizen.config.json, policies-local.md, and injects CLAUDE setup instructions into your host project.

What files does Kaizen setup create in a host project?

The Kaizen setup creates kaizen.config.json in the project root, scaffolds policies-local.md for local configurations, and injects an agent-instructions fragment into the host's CLAUDE.md to enable Kaizen workflows.

Do I need to manually edit .claude/settings.json to activate the Kaizen plugin?

No, manual editing of .claude/settings.json is not required. The Kaizen setup process automatically activates the plugin within the host project's .claude/settings.json file during the automated installation.

What information do I need to provide to set up the Kaizen plugin?

You need to provide your project name, repository URL, and project description. The setup uses these inputs to generate the kaizen.config.json file and scaffold the local policies for your host project.

Can I use Kaizen to onboard an existing Claude Code project?

Yes, Kaizen is designed for onboarding new and existing host projects. It automates the initial installation and configuration by creating necessary config files and injecting setup instructions into your existing Claude Code project.