AI-Powered Game Development

50 Skills for
FXGL with AI

Canonical, tool-agnostic coding skills that wire Claude Code, GitHub Copilot, and Cursor directly into your FXGL game development workflow.

50 skills FXGL 21.x Java 17+ Open Source

Skill Library

Browse All Skills

Filter by category or search to find the skill you need.

50 skills

No skills match your search.

Integration

Works With Your AI Tool

No vendor lock-in — clone once, use with any AI coding assistant.

Claude Code

Reference the skills repository from your project's CLAUDE.md. Claude will automatically read index.json to discover and apply relevant skills.

# In your project CLAUDE.md:
When writing FXGL code, first read
skills/index.json to find the
relevant skill, then read
the selected SKILL.md file.

GitHub Copilot

Works automatically — the repo ships a .github/copilot-instructions.md that Copilot reads in any workspace that includes this repository.

# Already configured!
# .github/copilot-instructions.md
# is read automatically by
# GitHub Copilot in VS Code,
# JetBrains, and Neovim.

Cursor

The repo includes a Cursor rules file at .cursor/rules/fxgl-skills.mdc that activates skill selection automatically for any FXGL-related prompt.

# Already configured!
# .cursor/rules/fxgl-skills.mdc
# is loaded by Cursor when
# you open a project that
# includes this repository.