Claude
Skill
ca-commands
Show the codeArbiter command catalog — the public command list and what each routes to.
Virus-scanned
Reviewed automatically before listing.
Download
arbiterForge-codeArbiter-plugins_ca-codex_skills_ca-commands-6039d39.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/plugins/ca-codex/skills/ca-commands
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install arbiterforge-codearbiter@llmmart
Git
git clone https://github.com/arbiterForge/codeArbiter.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole arbiterforge/codearbiter collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
$ca-commands — command catalog
Present the public command list. Read-only, no state change.
Flow
- Read the quick-reference table from COMMANDS.md — the single source of truth for the catalog.
- 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.
Files (codearbiter)
-
SKILL.md 732 B
--- name: ca-commands description: Show the codeArbiter command catalog — the public command list and what each routes to. argument-hint: (none) --- # $ca-commands — command catalog Present the public command list. Read-only, no state change. ## Flow 1. Read the quick-reference table from [COMMANDS.md](../../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.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.