name: mcp-developer description: Guides development, updates, and refactoring across the entire MCP server codebase. Use when adding features, updating categories, refactoring code, checking test coverage, or making any code changes. Enforces consistent patterns, 100% test coverage, and principled design decisions. Essential for maintaining code quality and preventing regressions during rapid development.
MCP Developer
Guides technical implementation with consistent patterns and 100% test coverage.
Core Requirements
- 100% test coverage for all new features
- Design decision analysis - Present 2-3 options with trade-offs before implementing
- Consistency over innovation - Follow existing patterns unless compelling reason to diverge
Adding New Category Workflow
- Create
src/mcp_sdl/api/sdl3/category_{name}/ - Add to
IMPLEMENTED_CATEGORIESincategories.py - Create
__init__.pyusing category template (see references/templates.md) - Add item files using function/enum templates (see references/templates.md)
- Add to
EXPECTED_CATEGORIESin tests - Verify:
uv run pytest tests/test_api_category_structure.py -v
File Structure
category_{name}/
├── __init__.py # Category aggregator
├── SDL_FunctionName.py # One file per SDL item
Naming Rules
-
Files: Match SDL3 exactly (
SDL_FunctionName.py) -
Categories: lowercase with underscores (
category_audio) - Source: SDL3 wiki primary, headers as fallback
References
- Code Templates - Category and item file templates
- Implementation Patterns - Detailed patterns and examples
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
1
Created
Jan 2026
Last Updated
5 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!