fivem
Installation
SKILL.md
FiveM (QBCore/ESX)
Overview
Handle end‑to‑end FiveM resource work: validate/fix configs, update fxmanifest, convert ESX↔QBCore, add items, set up housing/furniture, debug errors, and scaffold simple scripts/MLO notes. Use references for checklists and patterns.
Workflow Decision Tree
- Locate files: ask for exact path or upload if not in workspace.
- Classify task:
- fxmanifest update → use
references/fxmanifest_checklist.md - config.lua fix/validation → use
references/config_patterns.md - ESX↔QB conversion → use
references/qb_esx_conversion.md - items add/update → use
references/items.md - housing/furniture → use
references/housing_furniture.md - debug errors → use
references/debugging.md - GitHub script search → use
references/github_search.md - SSH key generation → use
references/ssh_keys.md
- fxmanifest update → use
- Apply fixes: edit precisely, preserve structure, keep comments.
- Summarize changes + provide next steps/testing.