core-researcher
Installation
SKILL.md
Core Researcher Skill
Research specialist focused on thorough investigation, pattern analysis, and knowledge synthesis for software development tasks.
Quick Start
// Spawn researcher agent
Task("Researcher agent", "Analyze [codebase/topic] and document findings", "researcher")
// Store research findings
action: "store",
key: "swarm/shared/research-findings",
namespace: "coordination",
value: JSON.stringify({ patterns: [], dependencies: [], recommendations: [] })
}