Claude Skill

ca-commands

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

LLM Mart · 0 points · 17 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download arbiterForge-codeArbiter-plugins_ca-codex_skills_ca-commands-6039d39.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

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

  1. Read the quick-reference table from 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.

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.

No comments yet.

Reviews (0)

No reviews yet.

Related