skills/kaizen/SKILL.md
Use during /closeout or between development iterations to apply continuous improvement (Kaizen) analysis to the codebase and process.
npx skillsauth add ssimhan/meal-planner kaizenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Based on Japanese Lean methodology, Kaizen is the practice of continuous, incremental improvement. This skill ensures that every session doesn't just "finish" but also makes the system better, cleaner, and more efficient.
USAGE: Trigger this during /closeout to identify one small improvement to make before finalizing.
The 3Ms of Waste:
Process Refinement:
Small, atomic changes are better than a single massive refactor.
auth.ts to use helper" is a better Kaizen than "Rewrite auth system."More code begets more code. Entropy accumulates. This section biases toward the smallest possible codebase.
Core question: "What does the codebase look like after?"
The goal is less total code in the final codebase - not less code to write right now.
Refactor bloated agent instruction files (CLAUDE.md, etc.) to follow progressive disclosure principles - keeping essentials at root and organizing the rest into linked, categorized files.
Use this when:
.agent/instructions/).| Phase | Action | Output | | :--- | :--- | :--- | | 1. Analyze | Find contradictions | List of conflicts to resolve | | 2. Extract | Identify essentials | Core instructions for root file | | 3. Categorize | Group remaining instructions | Logical categories | | 4. Structure | Create file hierarchy | Root + linked files | | 5. Prune | Flag for deletion | Redundant/vague instructions |
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
<!-- This skill integrates patterns from: - Original source: https://github.com/Dammyjay93/interface-design - Author: Dammyjay93 - License: MIT - Integrated into claude-code-quickstart SDK by Sandhya Simhan --> --- name: ui-development description: Build premium, crafted interfaces with audience alignment and design system memory. Automatically invoked by workflows for UI/frontend work. --- # UI Development & Premium Aesthetics ## Scope **Use for:** All web interfaces, dashboards,
development
Use when implementing any feature or bugfix, before writing implementation code
development
Generate branded images using Google Gemini's image generation API. Supports multiple formats (LinkedIn headers, Medium headers, square concepts, vertical explainers). Reads brand guidelines from the project's BRAND.md file for consistent visual identity.