fxgl-skills
Canonical, tool-agnostic coding skills for AI-assisted FXGL game development (Java 17+, FXGL 21.x).
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- List Skills: List all available FXGL coding skills with their name, description, category, and tags. Returns metadata for all 50 skills covering 2D game types (platformer, RPG, shooter, puzzle, etc.),
- Get Skill: Retrieve the full implementation guidance for a single FXGL skill by its exact name. Returns the complete SKILL.md file, which includes YAML front matter (triggers, compatibility, tags, all
- Search Skills: Search across all 50 FXGL skills by keyword or phrase. Matches against skill names, descriptions, categories, tags, and trigger phrases. Returns all matching skills with their name, des
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Canonical, tool-agnostic coding skills for AI-assisted FXGL game development (Java 17+, FXGL 21.x). Compatible with Claude Code, GitHub Copilot, Cursor, and any MCP-capable AI tool.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| list_skills | List all available FXGL coding skills with their name, description, category, and tags. Returns metadata for all 50 skills covering 2D game types (platformer, RPG, shooter, puzzle, etc.), 3D game types (FPS, voxel, third-person), and engine subsystems (physics, AI pathfinding, animation, audio, input, UI, save/load). Call this first to discover which skills exist before calling get_skill. |
| get_skill | Retrieve the full implementation guidance for a single FXGL skill by its exact name. Returns the complete SKILL.md file, which includes YAML front matter (triggers, compatibility, tags, allowed tools) followed by detailed Markdown guidance with FXGL API references, step-by-step patterns, and Java code examples targeting Java 17+ and FXGL 21.x. Use list_skills or search_skills first if you are unsure of the exact skill name. |
| search_skills | Search across all 50 FXGL skills by keyword or phrase. Matches against skill names, descriptions, categories, tags, and trigger phrases. Returns all matching skills with their name, description, category, tags, and triggers. Use this when you know what you want to build but are not sure which skill covers it — for example, query "jump" to find platformer and physics skills, "enemy" to find AI and pathfinding skills, or "save" to find persistence skills. |