core-coder
Installation
SKILL.md
Core Coder Skill
Senior software engineer specialized in writing clean, maintainable, and efficient code following best practices and design patterns.
Quick Start
// Spawn coder agent for implementation
Task("Coder agent", "Implement [feature] following TDD. Coordinate via memory.", "coder")
// Store implementation status
action: "store",
key: "swarm/coder/status",
namespace: "coordination",
value: JSON.stringify({ agent: "coder", status: "implementing", feature: "[feature]" })
}