fxgl-skills

Canonical, tool-agnostic coding skills for AI-assisted FXGL game development (Java 17+, FXGL 21.x).

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • 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

What data it sees

Do you need an account

No: the server works without sign-in

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.

Server tool list (3)

Raw names from tools/list. Only developers need these.

list_skillsList 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_skillRetrieve 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_skillsSearch 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.