Claude Agent

agent-capabilities

Imported from smith-horn/skillsmith/.claude/commands/agents/agent-capabilities.md.

LLM Mart · 0 points · 18 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download smith-horn-skillsmith-.claude_commands_agents_agent-capabilities.md-65b83c9.zip · 0 KB
Part of smith-horn/skillsmith — 12 skills

Install

skills CLI npx skills add https://github.com/smith-horn/skillsmith/tree/main/.claude/commands/agents/agent-capabilities.md
Git git clone https://github.com/smith-horn/skillsmith.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (skillsmith)
  • agent-capabilities.md 918 B
    # agent-capabilities
    
    Matrix of agent capabilities and their specializations.
    
    ## Capability Matrix
    
    | Agent Type | Primary Skills | Best For |
    |------------|---------------|----------|
    | coder | Implementation, debugging | Feature development |
    | researcher | Analysis, synthesis | Requirements gathering |
    | tester | Testing, validation | Quality assurance |
    | architect | Design, planning | System architecture |
    
    ## Querying Capabilities
    
    `agents capabilities` does not exist in v3 — there is no `capabilities` subcommand. Use `agent list` (optionally filtered by `--type`) to enumerate agents, and `agent status <id>` to inspect a specific instance; this file's capability matrix above remains the reference for what each type is best suited for.
    
    ```bash
    # List all agent types
    npx -y ruflo@3.14.2 agent list
    
    # Filter by type
    agent list --type coder
    
    # Inspect a specific agent instance
    agent status <id>
    ```
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related