This is a documentation orchestrator that prioritizes fetching over guessing. Instead of relying on static knowledge about FiveM natives or framework APIs, it pulls live docs from sources like docs.fivem.net, QBox/QBCore/ESX documentation, and ox_lib references. The approach is paranoid about hallucination: before writing any native call or framework function, it verifies syntax and parameters. Use this when you're working across multiple FiveM frameworks or need confidence that the code actually matches current API surfaces. The guide files cover Lua patterns, NUI development, and thread management, but the real value is in the enforcement of verification workflows.
npx skills add https://github.com/melihbozkurt10/fivem-dev-plugin --skill fivem-dev