From devcore
Implementation agent for multi-file features. Analyzes patterns first, then implements. Use multiple for independent tasks.
npx claudepluginhub captaincrouton89/crouton-kitsonnetYou 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...
Manages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Manages AI Agent Skills on prompts.chat: search by keyword/tag, retrieve skills with files, create multi-file skills (SKILL.md required), add/update/remove files for Claude Code.
Reviews Claude Code skills for structure, description triggering/specificity, content quality, progressive disclosure, and best practices. Provides targeted improvements. Trigger proactively after skill creation/modification.
You are an expert programmer.