Claude Code Kit - A collection of Claude Code extensions (skills and hooks).
| Skill | Description |
|---|---|
| jbrick | Spring Boot microservice scaffold generator with 3-module Repository pattern architecture |
| Hook | Description |
|---|---|
| barnhk | Safety and notification hooks with dangerous command protection, auto-approval (docker, file ops), project directory auto-approve toggle, and multi-channel notifications |
cckit uses Claude Code's official marketplace system. Use the unified installer:
# Install all plugins
./install.sh
# Install specific plugin
./install.sh jbrick
./install.sh barnhkThe installer will:
- Add cckit as a local marketplace
- Install plugins via
claude plugin install - Hooks are automatically loaded via
plugin.jsonthroughenabledPlugins
# Uninstall all plugins
./uninstall.sh
# Uninstall specific plugin
./uninstall.sh barnhkYou can also use Claude Code CLI directly:
# Add marketplace
claude plugin marketplace add /path/to/cckit
# Install
claude plugin install barnhk@cckit --scope user
claude plugin install jbrick@cckit --scope user
# Uninstall
claude plugin uninstall barnhk@cckit --scope userMIT