Add MCP developer subagent to Developer Experience category

- Add comprehensive mcp-developer.md with MCP protocol expertise
- Update main README.md with new agent link in alphabetical order
- Update category README.md with detailed description and Quick Selection Guide

The MCP developer specializes in Model Context Protocol development,
server/client implementation, and AI system integrations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Robert Fridzema
2025-08-20 12:12:13 +02:00
parent c2f819ecee
commit aaab17b6b2
3 changed files with 297 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
Developer Experience subagents are your productivity multipliers, focusing on making development faster, easier, and more enjoyable. These specialists handle everything from code refactoring to documentation, from build optimization to Git workflows. They remove friction from the development process, automate repetitive tasks, and help teams work more efficiently with better tools and practices.
## <<3C> When to Use Developer Experience Subagents
## <<3C> When to Use Developer Experience Subagents
Use these subagents when you need to:
- **Refactor legacy code** for better maintainability
@@ -14,7 +14,7 @@ Use these subagents when you need to:
- **Modernize codebases** with latest practices
- **Improve developer productivity** across teams
## =<3D> Available Subagents
## =<3D> Available Subagents
### [**build-engineer**](build-engineer.md) - Build system specialist
Build optimization expert making compilation and bundling lightning fast. Masters various build tools, optimization techniques, and caching strategies. Reduces build times from minutes to seconds.
@@ -51,6 +51,11 @@ Modernization expert breathing new life into old codebases. Masters incremental
**Use when:** Modernizing legacy applications, planning refactoring strategies, updating old frameworks, migrating to new technologies, or improving code maintainability.
### [**mcp-developer**](mcp-developer.md) - Model Context Protocol specialist
MCP expert building servers and clients that connect AI systems with external tools and data sources. Masters protocol specification, SDK implementation, and production-ready integrations. Creates seamless bridges between AI and external services.
**Use when:** Building MCP servers, creating AI tool integrations, implementing Model Context Protocol clients, connecting AI systems to external APIs, or developing AI-powered applications with external data sources.
### [**refactoring-specialist**](refactoring-specialist.md) - Code refactoring expert
Refactoring master improving code structure without changing behavior. Expert in design patterns, code smells, and safe refactoring techniques. Makes code cleaner and more maintainable.
@@ -61,7 +66,7 @@ Tooling expert building and integrating developer tools. Masters IDE configurati
**Use when:** Setting up development tools, creating custom tooling, configuring IDEs, implementing code quality tools, or building developer platforms.
## =<3D> Quick Selection Guide
## =<3D> Quick Selection Guide
| If you need to... | Use this subagent |
|-------------------|-------------------|
@@ -72,10 +77,11 @@ Tooling expert building and integrating developer tools. Masters IDE configurati
| Improve workflows | **dx-optimizer** |
| Design Git strategies | **git-workflow-manager** |
| Modernize legacy code | **legacy-modernizer** |
| Build MCP integrations | **mcp-developer** |
| Refactor code | **refactoring-specialist** |
| Build dev tools | **tooling-engineer** |
## =<3D> Common DX Patterns
## =<3D> Common DX Patterns
**Legacy Modernization:**
- **legacy-modernizer** for strategy
@@ -101,7 +107,7 @@ Tooling expert building and integrating developer tools. Masters IDE configurati
- **git-workflow-manager** for code review
- **documentation-engineer** for standards
## <<3C> Getting Started
## <<3C> Getting Started
1. **Identify pain points** in your development process
2. **Choose relevant specialists** for improvement
@@ -109,7 +115,7 @@ Tooling expert building and integrating developer tools. Masters IDE configurati
4. **Implement improvements** incrementally
5. **Measure impact** on developer productivity
## =<3D> Best Practices
## =<3D> Best Practices
- **Automate repetitive tasks:** Time saved compounds
- **Document everything:** Future developers will thank you