FiveM development orchestrator for QBox, QBCore, and ESX frameworks. Dynamically fetches natives, framework APIs, and guides to assets. Supports Lua and NUI (JavaScript/TypeScript).
A comprehensive plugin for FiveM resource development. Provides framework support and best practices for QBox, QBCore, and ESX frameworks.
Supports: Claude Code, Cursor, Windsurf, and other AI coding assistants.
npm install -g claude-fivem-dev
git clone https://github.com/melihbozkurt10/fivem-dev-plugin.git ~/.claude/skills/fivem-dev
.cursorrules or FIVEM_CURSOR_RULES.md from this repo.cursorrules# Or use curl
curl -o .cursorrules https://raw.githubusercontent.com/melihbozkurt10/fivem-dev-plugin/main/.cursorrules
~/.claude/skills/fivem-dev/The skill activates automatically when you ask FiveM-related questions:
Use the /fivem-dev command for direct queries:
/fivem-dev How to create a callback in QBCore?
/fivem-dev ox_lib progress bar example
/fivem-dev ESX xPlayer methods
| Source | URL | Usage |
|---|---|---|
| FiveM Natives | https://docs.fivem.net/natives/ | Native functions |
| QBox | https://docs.qbox.re/ | QBox framework |
| QBCore | https://docs.qbcore.org/ | QBCore framework |
| ESX | https://docs.esx-framework.org/ | ESX framework |
| ox_lib | https://overextended.dev/ox_lib | Utility library |
| PlebMasters | https://forge.plebmasters.de/ | GTA V assets |
| File | Description |
|---|---|
SKILL.md | Main orchestrator with decision tree |
frameworks/ | QBox, QBCore, ESX references |
scripting/ | Lua patterns, NUI guide, client-server architecture |
resources/ | fxmanifest.lua, ox_lib guide |
assets/ | Asset discovery guide |
MIT License - Feel free to use and modify.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub melihbozkurt10/fivem-dev-plugin --plugin fivem-devBuild s&box games by talking to Claude. Bundles the Claude Bridge MCP server, a screenshot-driven game-dev workflow skill, and an optional sbox-game-dev specialist agent. The s&box editor addon must be installed separately (see README).
MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills
FS25 mod development: packaging, deployment, Lua scripting, vehicle/map/I3D configuration, textures, debugging, and game file tools (fs-utils)
F5 Framework Core - AI-assisted development with quality gates, TDD support, and workflow optimization
Server-agnostic field manual for AI agents driving Unreal Engine 5.7 / 5.8 through MCP. Engine-level reflection gotchas, crash patterns, subsystem-specific quirks (Niagara, MetaSound, Materials, Lumen, UMG, audio), the Python-to-MCP data channel workaround, transport requirements, and verify-after-mutate patterns. Works with any MCP server that exposes UE5 functionality — Epic's official ModelContextProtocol plugin, custom servers, or anything else.
BPX plugin for Unreal Engine asset inspection and safe edit workflows.