{"id":51307998,"url":"https://github.com/matiaspalmac/fivem-resource-builder","last_synced_at":"2026-07-01T01:30:37.700Z","repository":{"id":366384904,"uuid":"1275901670","full_name":"matiaspalmac/fivem-resource-builder","owner":"matiaspalmac","description":"Scaffold secure FiveM and RedM resources fast. A Claude Code skill for ESX, QBCore, QBox, ox and NUI.","archived":false,"fork":false,"pushed_at":"2026-06-21T14:37:56.000Z","size":44,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-21T16:24:06.813Z","etag":null,"topics":["boilerplate","claude-code","claude-skill","esx","fivem","generator","gta5","lua","nui","ox-lib","qbcore","qbox","rdr3","redm","scaffolding"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fivem-resource-builder","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matiaspalmac.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-21T09:32:01.000Z","updated_at":"2026-06-21T14:37:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/matiaspalmac/fivem-resource-builder","commit_stats":null,"previous_names":["matiaspalmac/fivem-resource-builder"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matiaspalmac/fivem-resource-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiaspalmac%2Ffivem-resource-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiaspalmac%2Ffivem-resource-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiaspalmac%2Ffivem-resource-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiaspalmac%2Ffivem-resource-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matiaspalmac","download_url":"https://codeload.github.com/matiaspalmac/fivem-resource-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiaspalmac%2Ffivem-resource-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34989787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","claude-code","claude-skill","esx","fivem","generator","gta5","lua","nui","ox-lib","qbcore","qbox","rdr3","redm","scaffolding"],"created_at":"2026-07-01T01:30:37.093Z","updated_at":"2026-07-01T01:30:37.683Z","avatar_url":"https://github.com/matiaspalmac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FiveM Resource Builder\n\n[![npm](https://img.shields.io/npm/v/fivem-resource-builder)](https://www.npmjs.com/package/fivem-resource-builder)\n[![downloads](https://img.shields.io/npm/dm/fivem-resource-builder)](https://www.npmjs.com/package/fivem-resource-builder)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA 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.\n\n```bash\nnpx fivem-resource-builder\n```\n\nRestart Claude Code, then `/fivem-resource-builder` or just say what you want:\n\n\u003e \"create a QBCore shop with a NUI\"\n\u003e \"scaffold an ESX garage\"\n\u003e \"add a secure buy event to this resource\"\n\n## Why it's different\n\nMost generators hand you an empty skeleton and wish you luck. This one writes the parts people get wrong:\n\n- `source` resolved on the server, never sent by the client\n- Input validated for type, range, length and NaN\n- Rate limits and anti-dupe mutexes on money and item events\n- Prices read from server config, not from the NUI\n- Proximity checks on world actions\n- `playerDropped` and `onResourceStop` cleanup, every time\n- NUI that escapes user text and ships a browser preview mode\n\nThe output is built to pass the audit (below) on the first run.\n\n## What you get\n\n| Layer | What it generates |\n|-------|-------------------|\n| Manifest | `cerulean`, `lua54`, explicit file list, declared dependencies |\n| Framework | auto-detect bridge for ESX, QBCore, QBox (ox_core), ND_Core, standalone |\n| Server | validated events, parameterized SQL, ACE permissions |\n| Client | two-tier threads, cached natives, full cleanup |\n| NUI | XSS-safe rendering, intent-only callbacks, CSP, preview mode |\n| ox | `lib.callback`, `ox_target`, `ox_inventory` hooks, `lib.points`, `lib.locale` |\n| TypeScript | optional esbuild/Vite build with typed natives and NUI hot reload |\n| CI | luacheck GitHub Action and `.luacheckrc` tuned for Cfx globals |\n\nIt looks up real natives, framework exports and model hashes instead of guessing them.\n\nFrameworks: ESX Legacy, QBCore, QBox (ox_core), ND_Core, ox_lib, standalone, and RedM (VORP, RSG, RedEM).\n\n## The toolkit\n\nThree tools, one workflow.\n\n| Stage | Tool |\n|-------|------|\n| Build | **fivem-resource-builder** |\n| Audit | [fivem-security-audit](https://github.com/matiaspalmac/fivem-security-audit) |\n| Protect | [dei_security_scanner](https://github.com/matiaspalmac/dei_security_scanner) |\n\nBuild it secure, audit the diff before you deploy, run the scanner so anything injected later gets caught.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiaspalmac%2Ffivem-resource-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatiaspalmac%2Ffivem-resource-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiaspalmac%2Ffivem-resource-builder/lists"}