Agent skill

ca-commands

Show the codeArbiter command catalog — the public command list and what each routes to.

arbiterForgegithub.com/arbiterForgeGitHub ↗
codexclaude-codeAGPL-3.0
Install
npx skills add arbiterForge/codeArbiter --skill ca-commands --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: plugins/ca-codex/skills/ca-commands/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 138 · +1 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# $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.

What's inside
Steps it walks through
  1. Flow
  2. Hard gate
More from codeArbiter
All skills →
About this skill
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.

Keep going