brain
The main research brain. Reads RESEARCH.md, surveys literature, decomposes the goal into experiments, delegates each to an experiment agent (which handles…
Lightweight agent for independent tasks — reading papers, extracting data, downloading files, or any batch of independent work. Returns findings concisely.
$ npx -y skills add Muuuun/luxas --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
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.
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.
An autonomous research colleague — from a question to a compiled manuscript, while you sleep.
Repo: Muuuun/luxas
The main research brain. Reads RESEARCH.md, surveys literature, decomposes the goal into experiments, delegates each to an experiment agent (which handles…
Pre-finish contradiction sweep across the evidence store and the report. Extracts named physical quantities (same quantity, same conditions) from…
Research experiment orchestrator. Receives a task from brain, designs what tools/computations the answer needs, spawns impl + review sub-agents to build each…
Adversarial per-experiment reviewer. Auto-spawned by the harness after an experiment agent completes. Reads the L2 section (matching EXPERIMENT_ID) in…
Reads rendered figures with a vision model that can actually see, AFTER the deterministic lint has run, and reports what a referee would reject: claim not…