Overview of claudekit
mainclaudekit is a toolkit of custom commands, hooks, and utilities designed specifically for Claude Code. It enhances the development workflow by providing reusable prompts, event-driven automation, and specialized AI assistants.
Core Components
- Commands: Slash commands that provide reusable prompts and workflows.
- Hooks: Event-driven automation that runs during development (e.g., TypeScript type checking, ESLint linting).
- Subagents: Specialized AI assistants with deep domain expertise (e.g.,
webpack-expert,react-expert).
Key Features
- Slash Commands: Commands like
/checkpoint:create,/git:status, and/spec:createfor common tasks. - Automated Hooks: Real-time validation for TypeScript, ESLint, and testing.
- AI Subagents: Domain-specific experts for Build Tools, TypeScript, React, Testing, and Infrastructure.