Back to list
jvolden

mcp-developer

by jvolden

Model Context Protocol (MCP) server for SDL3 - provides documentation, examples, and migration guides for Simple DirectMedia Layer 3

0🍴 1📅 Jan 22, 2026

SKILL.md


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

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon