mcp-developer | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / mcp-developer

mcp-developer

maintained by jvolden

star 1 account_tree 1 verified_user MIT License
bolt View GitHub

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

  1. Create src/mcp_sdl/api/sdl3/category_{name}/
  2. Add to IMPLEMENTED_CATEGORIES in categories.py
  3. Create __init__.py using category template (see references/templates.md)
  4. Add item files using function/enum templates (see references/templates.md)
  5. Add to EXPECTED_CATEGORIES in tests
  6. 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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 1
Created Jan 2026
Last Updated 5 months ago
tools tools automation tools

Related Skills

fabric
chevron_right
specs-gen
chevron_right
pr

pr

MoonshotAI
star 6.1k
chevron_right
typescript-expert
chevron_right
docker-expert
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.