Orb update
OrbCode supercharges Claude Code with Semantic code search, Prompt Optimisation, Code Analytics, and Cost savings.
npx -y skills add MatterAIOrg/cludcode --skill orb-updateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Update the OrbCode plugin to the latest version.
SKILL.md
1.2 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
Update OrbCode Plugin
Update the OrbCode plugin to the latest version.
Run these steps in sequence. After each bash command, check the exit code before proceeding.
Step 1: Update marketplace
Try the update first:
claude plugin marketplace update orbcode-marketplace
If this fails (e.g. git/SSH auth error), fall back to adding via HTTPS, then removing the old entry:
claude plugin marketplace add https://github.com/MatterAIOrg/orbcode.git
If the add succeeded, remove the old marketplace entry:
claude plugin marketplace remove orbcode-marketplace
If the add failed, do NOT run remove — the old entry is still needed. Tell the user: "Marketplace update failed. Check your network connection and try again."
Step 2: Install latest plugin version
claude plugin install orb@orbcode-marketplace
If this fails, tell the user: "Plugin install failed. Please contact [email protected]"
Step 3: Confirm
After all steps succeed, tell the user:
- ✅ OrbCode updated successfully
- Run
/reload-pluginsto apply the update in the current session
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.