This repository is the public Claude Code marketplace for the CodeClone plugin.
It is synchronized from
orenlab/codeclone; see
SYNC_MANIFEST.json for the exact source commit and package version.
Add the marketplace, then install the plugin:
claude plugin marketplace add orenlab/codeclone-claude-code
claude plugin install codeclone@orenlab-codecloneThe equivalent commands inside an interactive Claude Code session are:
/plugin marketplace add orenlab/codeclone-claude-code
/plugin install codeclone@orenlab-codeclone
The plugin does not bundle the Python MCP server. Install codeclone[mcp] in
the workspace or on PATH:
uv tool install "codeclone[mcp]"
codeclone-mcp --helpSee the plugin guide for skills, runtime resolution, and trust boundaries.