ca-commands
Show the codeArbiter command catalog — the public command list and what each routes to.
npx skills add arbiterForge/codeArbiter --skill ca-commands --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# $ca-commands — command catalog Present the public command list. Read-only, no state change. ## Flow 1. Read the quick-reference table from `${CLAUDE_PLUGIN_ROOT}/COMMANDS.md` — the single source of truth for the catalog. 2. Output that table only — command, one-line description, route. No prose walkthrough, and no second copy maintained here (a hard-coded table drifts against `COMMANDS.md`). ## Hard gate Read-only. MUST NOT modify a file or route to a skill. MUST render from `COMMANDS.md`, never from a catalog copied into this file. Output the catalog only.
- Flow
- Hard gate
What does the ca-commands skill do?
Show the codeArbiter command catalog — the public command list and what each routes to.
How do I install it?
Run `npx skills add arbiterForge/codeArbiter --skill ca-commands --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From arbiterForge/codeArbiter, a repository with 138 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
