Fivem Resource Builder
Description
Scaffold FiveM and RedM resources that are secure before you write a line. A Claude Code skill for ESX, QBCore, QBox, ox and React NUI — bounded arithmetic, anti-dupe, ACE permissions and cleanup baked in. Legacy + GTA V Enhanced.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
FiveM Resource Builder
[](https://www.npmjs.com/package/fivem-resource-builder) [](https://www.npmjs.com/package/fivem-resource-builder) [](https://opensource.org/licenses/MIT)
A Claude Code skill that scaffolds full FiveM and RedM resources with the security already in place. Ask for a shop, a garage, a job, a HUD; you get a working resource where every server event validates input, every price lives on the server, and nothing trusts the client.
npx fivem-resource-builder
Restart Claude Code, then `/fivem-resource-builder` or just say what you want:
"create a QBCore shop with a NUI" "scaffold an ESX garage" "add a secure buy event to this resource"
Why it's different
Most generators hand you an empty skeleton and wish you luck. This one writes the parts people get wrong:
sourceresolved on the server, never sent by the client- Input validated for type, range, length and NaN
- Bounded arithmetic — quantities capped before they are multiplied and totals sanity-checked afterwards, because
lua54integers wrap silently and a validated-positive quantity can still mint money - Rate limits and anti-dupe mutexes on money and item events
- Prices read from server config, not from the NUI
- Proximity checks on world actions
- ACE for admin, not job strings — anything that can set a job otherwise inherits admin
- Shared state written server-side, so the resource survives
sv_stateBagStrictMode true - Secrets in
setconvars, neversetr(which replicates to every client) playerDroppedandonResourceStopcleanup, every time- NUI that escapes user text, ships a browser preview mode, and comes with a locked-down build chain
The output is built to pass the audit (below) on the first run — and the checklist that guarantees it is kept in
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11