← スキル一覧に戻る

mcp-developer
by jvolden
Model Context Protocol (MCP) server for SDL3 - provides documentation, examples, and migration guides for Simple DirectMedia Layer 3
⭐ 0🍴 1📅 2026年1月22日
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
- 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
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です