feat(cocoindex-code): mirror upstream ccc skill as Roxabi plugin#162
Closed
MickaelV0 wants to merge 1 commit into
Closed
feat(cocoindex-code): mirror upstream ccc skill as Roxabi plugin#162MickaelV0 wants to merge 1 commit into
MickaelV0 wants to merge 1 commit into
Conversation
Adds `plugins/cocoindex-code/` — a CLI-only mirror of the `ccc` skill from [cocoindex-io/cocoindex-code](https://github.com/cocoindex-io/cocoindex-code), exposed through the Roxabi marketplace. What ships: - `plugins/cocoindex-code/skills/ccc/SKILL.md` — verbatim from upstream - `plugins/cocoindex-code/skills/ccc/references/{management,settings}.md` — verbatim from upstream - `.claude-plugin/plugin.json` — plugin manifest - `README.md` — Apache-2.0 attribution + install recipe Apache-2.0 license preserved; copyright remains with the CocoIndex authors. The `ccc` binary is NOT vendored — installed separately via `pipx install 'cocoindex-code[full]'` or `uv tool install cocoindex-code`. Why mirror: lets Roxabi users pull the skill from the marketplace they already use without adding a second source. When upstream merges its own marketplace manifest (PR cocoindex-io/cocoindex-code#161), users can switch to `/plugin marketplace add cocoindex-io/cocoindex-code` directly — both flows install the same skill. Refs: cocoindex-io/cocoindex-code#161
Contributor
Author
|
Closing — superseded by hosting the marketplace on a Roxabi-org fork of upstream ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cccskill fromcocoindex-io/cocoindex-codeinto the Roxabi marketplace as a newcocoindex-codeplugin.plugins/cocoindex-code/README.md.cccbinary itself is not vendored — installed separately viapipx install 'cocoindex-code[full]'oruv tool install cocoindex-code.Why
Lets Roxabi users pull AST-based semantic code search from the marketplace they already trust, without adding a second source. Complements the existing
gitnexusplugin (graph-based code intel) —cocoindex-codeis the embedding-based counterpart.Companion PR upstream
A draft PR is open on the upstream repo to publish the same skill as a first-class Claude Code marketplace: cocoindex-io/cocoindex-code#161. When that lands, users can switch to
/plugin marketplace add cocoindex-io/cocoindex-codedirectly — both flows install the same skill.What changed
.claude-plugin/marketplace.jsoncocoindex-codeaftergitnexusplugins/cocoindex-code/.claude-plugin/plugin.jsonplugins/cocoindex-code/skills/ccc/SKILL.mdplugins/cocoindex-code/skills/ccc/references/management.mdplugins/cocoindex-code/skills/ccc/references/settings.mdplugins/cocoindex-code/README.mdTest plan
python3 -c "import json; json.load(open('.claude-plugin/marketplace.json'))"— JSON valid (already verified locally)uv tool install cocoindex-code(already verified locally —ccc --helpshows full subcommand surface, no MCP launched)/plugin marketplace update Roxabi/roxabi-pluginsthen/plugin install cocoindex-code@roxabi-marketplace/cocoindex-code:cccNotes
plugins/cocoindex-code/README.md.pipx installseparately.