Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kohlex Marketplace

Claude Code plugin marketplace catalog for Kohlex internal tools.

Install

/plugin marketplace add Kohlex/marketplace
/plugin install autopilot@kohlex
/plugin install workbench@kohlex

Plugins

Plugin Source What it is
autopilot Kohlex/autopilot @ release Autonomous platform-development substrate.
workbench Kohlex/workbench @ release Portable two-panel local file viewer + Claude chat relay.

Each plugin's source lives in its own repo (the release branch — a plugin-clean payload). This repo holds only the marketplace catalog (.claude-plugin/marketplace.json).

Maintainer rule — do NOT add a version field to a plugin entry

Plugin entries in marketplace.json must not carry a hardcoded version. Claude Code resolves a plugin's version from the first of: (1) the plugin's own plugin.json at the source ref, (2) the marketplace entry's version, (3) the source git SHA. A frozen version here short-circuits (1), so /plugin update and background auto-update see no change and skip the plugin — forcing users to uninstall/reinstall to get new releases.

Leaving it out means the version is read live from plugin.json on the release branch, so updates flow automatically. scripts/check-marketplace.mjs (run in CI via .github/workflows/check-marketplace.yml) fails the build if a version field is re-added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages