Skip to content

Claude Code Optimization Kit v1.0.0

Latest

Choose a tag to compare

@DataBoyTX DataBoyTX released this 19 Jan 17:36
· 10 commits to main since this release

Claude Code Optimization Kit

Based on Boris Cherny's (Claude Code Creator) workflow patterns.

Features

  • Pre-allowed permissions (50+ safe commands)
  • Auto-format hooks (Prettier, Black, ESLint)
  • 5 slash commands: /commit-push-pr, /review, /test, /debug, /plan
  • 5 subagents: build-validator, verify-app, code-simplifier, code-architect, oncall-guide
  • MCP server configs (Slack, GitHub, Postgres, Sentry)
  • CLAUDE.md team knowledge template

Installation

unzip claude-kit.zip
./claude-kit/install.sh /path/to/your/project

Goals

  • Reduce user interactions via pre-allowed permissions
  • Enable autonomous/background execution
  • Automate common workflows with slash commands
  • Self-verification via subagents