Skip to content

suj1e/cckit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cckit

Claude Code Kit - A collection of Claude Code extensions (skills and hooks).

Contents

Skills

Skill Description
jbrick Spring Boot microservice scaffold generator with 3-module Repository pattern architecture

Hooks

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

Installation

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 barnhk

The installer will:

  1. Add cckit as a local marketplace
  2. Install plugins via claude plugin install
  3. Hooks are automatically loaded via plugin.json through enabledPlugins

Uninstallation

# Uninstall all plugins
./uninstall.sh

# Uninstall specific plugin
./uninstall.sh barnhk

Manual Commands

You 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 user

License

MIT

About

👾 Hi! Explore my cckit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors