Claude-kit: Configuration Management System for Claude Code Projects

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
Claude-kit: Configuration Management System for Claude Code Projects
Ad

What claude-kit does

Claude-kit is a configuration management system for Claude Code that handles the entire .claude/ directory lifecycle. It's not a one-time bootstrap tool or static CLAUDE.md generator, but a system that evolves with your projects.

Commands and functionality

The tool provides several commands:

  • /forge init — Auto-detects your tech stack (15 supported) and generates a complete .claude/ setup including CLAUDE.md, settings.json with deny lists, contextual rules with glob patterns, hooks (block destructive commands, lint on save), 7 specialized subagents, and error tracking.
  • /forge audit — Scores your config on a 10-point scale using a 12-item checklist covering security (deny lists, destructive command blocking), quality (rules, lint hooks, agents), and completeness. Missing security items cap your score at 6.0.
  • /forge status — Registry dashboard tracking scores across all your projects with trend sparklines.
  • /forge bootstrap — Full interactive setup with preview and confirmation for when you want more control.
  • /forge sync — Updates configurations without overwriting your custom content, using <!-- forge:section --> markers to separate managed sections from customizations.
Ad

Key features

  • Stack layering — Multi-stack projects get all matching configs merged automatically (e.g., Python + Docker + Redis + Supabase = 4 layers combined)
  • Template sync — Uses markers to separate managed sections from customizations, allowing updates without overwriting your content
  • Practices pipeline — Continuous improvement system that captures patterns from sessions, upstream docs, and audits with lifecycle stages: inbox → evaluating → active → deprecated
  • 7 subagents — researcher, architect, implementer, code-reviewer, security-auditor, test-runner, session-reviewer — with model routing (haiku/sonnet/opus by task type)
  • MCP server templates — Ready-to-use configs for GitHub, Postgres, Supabase, Redis, Slack
  • Cross-project registry — Tracks audit scores with history across all managed projects

What it's not

  • Not application code — it's all markdown + shell scripts, consumed directly by Claude Code
  • Not a CLAUDE.md generator — it manages the entire .claude/ directory lifecycle
  • Not a one-shot tool — it bootstraps, syncs, audits, and evolves with your projects

Supported tech stacks

15 stacks are supported: Python/FastAPI, React/Vite/TS, Swift/SwiftUI, Supabase, Docker, GCP Cloud Run, Redis, Node/Express, Java/Spring, AWS Deploy, Go, Data Analysis, DevContainer, Trading, and a hookify framework for custom hooks.

Getting started

git clone https://github.com/luiseiman/claude-kit.git
cd claude-kit
export CLAUDE_KIT_DIR="$(pwd)"
./global/sync.sh
# Then in any project:
/forge init

The project is MIT licensed and available on GitHub at https://github.com/luiseiman/claude-kit.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Quick-Question Plugin Automates Unity Development with Claude Code
Tools

Quick-Question Plugin Automates Unity Development with Claude Code

A developer has released quick-question, a macOS plugin for Unity 2021.3+ that automates compilation, testing, and cross-model code review when using Claude Code. The tool includes 20 slash commands and uses a 'Tribunal' pattern where Codex and Claude review each other's findings.

OpenClawRadar
Automated Claude Code Pipeline Cuts Token Usage from 78k to 15k Per Feature
Tools

Automated Claude Code Pipeline Cuts Token Usage from 78k to 15k Per Feature

An open-source pipeline for Claude Code automates 12 phases including pre-check analysis of existing code, reducing token usage from ~78k to ~15k per feature. It offers three profiles (yolo, standard, paranoid) and replaces confidence scores with grep-based validation.

OpenClawRadar
Claude-File-Recovery: CLI tool extracts files from Claude Code session history
Tools

Claude-File-Recovery: CLI tool extracts files from Claude Code session history

claude-file-recovery is a Python CLI tool and TUI that parses JSONL session transcripts from ~/.claude/projects/ to recover files created, modified, or read by Claude Code, including point-in-time recovery of earlier file versions.

OpenClawRadar
Building a Programming Language with Claude Code: The Cutlet Experiment
Tools

Building a Programming Language with Claude Code: The Cutlet Experiment

Ankur Sethi built a complete programming language called Cutlet using Claude Code over four weeks, with the AI generating every line of code while he focused on guardrails and testing. The language features dynamic typing, vectorized operations, and a REPL, running on macOS and Linux.

OpenClawRadar