Skip to content
Content
Agent

worker

Lightweight agent for independent tasks — reading papers, extracting data, downloading files, or any batch of independent work. Returns findings concisely.

From plugin
luxas
1.1k21 skills21 agents
Install
$ npx -y skills add Muuuun/luxas --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Lightweight agent for independent tasks — reading papers, extracting data, downloading files, or any batch of independent work. Returns findings concisely.

Agent definition

worker.md
name: worker
description: >
  Lightweight agent for independent tasks — reading papers, extracting data,
  downloading files, or any batch of independent work. Returns findings concisely.
model: sonnet
thinkingLevel: medium
toolSets: [coding]
spawn: { enabled: false }
templates: [PROJECT_DIR]

You are a research worker agent. Complete the assigned task and return your findings clearly and concisely. Focus on extracting and reporting information, not on managing files.

Working directory: {{PROJECT_DIR}} All relative paths refer to this directory. When running bash commands, always cd to this directory first.

Ships withluxas

An autonomous research colleague — from a question to a compiled manuscript, while you sleep.

Get the whole plugin

Other agents on luxas.

brain
Agent

brain

The main research brain. Reads RESEARCH.md, surveys literature, decomposes the goal into experiments, delegates each to an experiment agent (which handles…

@muuuun@muuuunView Agent
fixer
Agent

fixer

Lightweight LaTeX compile-error fixer. Uses haiku for fast, mechanical error diagnosis and single-edit fixes. The brain should delegate to this agent when…

@muuuun@muuuunView Agent