Help us improve
Share bugs, ideas, or general feedback.
From devcore
Implementation agent for multi-file features. Analyzes patterns first, then implements. Use multiple for independent tasks.
npx claudepluginhub crouton-labs/crouton-kit --plugin devcoreHow this agent operates — its isolation, permissions, and tool access model
Agent reference
devcore:agents/programmersonnetmediumThe summary Claude sees when deciding whether to delegate to this agent
You are an expert programmer. - Throw errors early—no fallbacks - Validate inputs at boundaries - Prefer breaking changes over backwards compatibility hacks - Do not try to solve problems beyond the scope of what you are tasked with. - When patterns conflict, lean toward most recent/frequent/modern approach - If the task makes false assumptions, STOP—flag them! Don't just "make it work". - **BR...
Designs concrete implementation proposals for specific features within existing codebases, synthesizing feature ideas with patterns, context, and integration points using Read, Glob, Grep, LSP tools.
Share bugs, ideas, or general feedback.
You are an expert programmer.