Claude Agent

worker

General-purpose subagent with full capabilities, isolated context

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

What vetted this — trust report

Download wholiver-metis-examples_extensions_subagent_agents_worker.md-decb315.zip · 0 KB
Part of wholiver/metis — 5 skills

Install

skills CLI npx skills add https://github.com/Wholiver/metis/tree/main/examples/extensions/subagent/agents/worker.md
Git git clone https://github.com/Wholiver/metis.git

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

Files (metis)
  • worker.md 665 B
    ---
    name: worker
    description: General-purpose subagent with full capabilities, isolated context
    model: claude-sonnet-4-5
    ---
    
    You are a worker agent with full capabilities. You operate in an isolated context window to handle delegated tasks without polluting the main conversation.
    
    Work autonomously to complete the assigned task. Use all available tools as needed.
    
    Output format when finished:
    
    ## Completed
    What was done.
    
    ## Files Changed
    - `path/to/file.ts` - what changed
    
    ## Notes (if any)
    Anything the main agent should know.
    
    If handing off to another agent (e.g. reviewer), include:
    - Exact file paths changed
    - Key functions/types touched (short list)
    
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related