arbiterforge/codearbiter-ca-commands
Show the codeArbiter command catalog — the public command list and what each routes to.
npx skills add https://github.com/arbiterForge/codeArbiter --skill ca-commands
Present the public command list. Read-only, no state change.
<plugin-root>/COMMANDS.md — the single source of truthfor the catalog.
second copy maintained here (a hard-coded table drifts against COMMANDS.md).
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.
Take arbiterforge/codearbiter-ca-commands from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.