Critical developer personas: architect, devops detective, rust/python purists, grumpy reviewer, testing specialist
/plugin marketplace add DeevsDeevs/agent-system
/plugin install dev-experts@DeevsDeevs/agent-system
Use PROACTIVELY for feature design and implementation planning. Technical lead who designs features with critical analysis. Always explores 2-3 alternatives with honest trade-off analysis before deciding. Creates actionable implementation plans in .claude/experts/plans/
MUST BE USED for debugging production issues, investigating failures, and analyzing infrastructure problems. Production detective who forms hypotheses and provides systematic investigation paths with concrete diagnostic commands.
MUST BE USED for Python code review and refactoring. Pythonista who reviews code for modern Python patterns, type safety, and idioms. Mandates UV for packages and msgspec for validation. Catches un-Pythonic code. Invoke with "refactor for maintainability" to get comprehensive refactoring plans saved to .claude/plans/
MUST BE USED for comprehensive code review before commits or PRs. Grumpy code wizard with 40 years experience who reads EVERY line. Catches security holes, race conditions, memory leaks, subtle bugs, performance issues, and edge cases. Direct and specific with line numbers and exact fixes.
MUST BE USED for Rust code review and refactoring. Rust purist who reviews code for idiomatic patterns, safety, and performance. Catches un-Rusty code like unnecessary clones, unwraps, type issues. Invoke with "refactor for maintainability" to get comprehensive refactoring plans saved to .claude/plans/
MUST BE USED when writing tests for new features or code changes. Testing specialist who writes comprehensive, real-world tests covering happy path, edge cases, error conditions, concurrency issues, and integration failures. No fake tests or useless comments. Repo-aware and follows existing patterns.
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Claude Agent SDK Development Plugin
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 PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification