Stats
Links
Categories
Minimal Claude Code plugin marketplace
npx claudepluginhub tasanakorn/cc-marketplaceAuto-generate CHANGELOG.md entries from git history using Keep a Changelog format
Minimal Claude Code plugin marketplace focused on minimal software development.
/plugin marketplace add tasanakorn/cc-marketplace
/plugin install python-dev
# Clone the repository
git clone https://github.com/tasanakorn/cc-marketplace.git
cd cc-marketplace
# Add marketplace from local directory
/plugin marketplace add .
# Install plugin
/plugin install python-dev
Modern Python development with uv tooling, PEP8 standards, and minimal setup.
/python-dev:python-setup - Ultra-fast project setupSee plugins/python-dev/README.md for details.
For testing and developing plugins in this marketplace:
# Clone the repository
git clone https://github.com/tasanakorn/cc-marketplace.git
cd cc-marketplace
# Add marketplace from local directory
/plugin marketplace add .
# Install the plugin
/plugin install python-dev
# Make changes to plugins/python-dev/...
# Reload Claude Code to test changes
# Or reinstall: /plugin uninstall python-dev && /plugin install python-dev
See CONTRIBUTING.md
MIT License - See LICENSE