Core development methodology skills: TDD, systematic debugging, type safety, architecture design, technical research, and requirements discovery
/plugin marketplace add outfitter-dev/agents
/plugin install baselayer@outfitter-dev/agents
Systematic debugging with root cause investigation - no random trial-and-error
Collaborative Q&A to clarify unclear requirements and reach a clear path
Analyze conversation to identify and capture reusable patterns as skills, commands, agents, or hooks
Challenge complexity and find simpler alternatives before implementing
Check for relevant skills before starting a task
Implement a feature or fix using test-driven development (Red-Green-Refactor)
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review