Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clidekit - Claude Code Marketplace

A curated marketplace for Claude Code components, allowing you to discover, manage, and bundle plugins from multiple sources.

Installation for End Users

# In Claude Code, add the marketplace:
/plugin marketplace add protocolus/clidekit

# Then browse and install plugins via:
/plugin

Browse Plugins

Visit the marketplace website to discover available plugins and their components.

For Administrators

Setup

# Install dependencies
bun install

# Setup database
bun run db:migrate
bun run db:seed

# Start admin interface
bun run admin:dev

Admin Features

  • Import Components: Fetch components from aitmpl.com, GitHub, or any URL
  • Rich Editor: Edit component content with live preview
  • Plugin Builder: Bundle components into custom plugins
  • Security Validation: Automated security scanning
  • Git Integration: Auto-publish to GitHub

Structure

admin/          - Admin web interface (Bun + React)
  server/       - Bun backend with SQLite
  client/       - React admin UI
repo/           - Generated files (pushed to GitHub)
  .claude-plugin/marketplace.json
  components/   - All component files
website/        - Public marketing site

Development

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages