fivem-dev

Fetch live FiveM natives, framework APIs, and asset guides from official sources.

9|5|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/melihbozkurt10/fivem-dev-plugin --skill fivem-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fivem-dev
Source: https://github.com/melihbozkurt10/fivem-dev-plugin/tree/main
Command: npx skills add https://github.com/melihbozkurt10/fivem-dev-plugin --skill fivem-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

The skill centralizes and keeps FiveM documentation fresh by fetching the latest natives, framework APIs, and asset guides from official sources, eliminating outdated references.

Core Features & Use Cases

  • Auto-detects frameworks (QBox, QBCore, ESX) and fetches the relevant docs on demand.
  • Dynamically retrieves FiveM natives and framework APIs, plus asset guidance from PlebMasters Forge.
  • Supports Lua scripting and NUI (JavaScript/TypeScript) for rapid integration.
  • Use cases include cross-framework resource development, debugging API usage, and on-the-fly reference loading.

Quick Start

Ask a FiveM development question and load live docs and examples instantly.

Frequently Asked Questions about fivem-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch the latest FiveM natives and framework APIs during resource development?

Auto-detecting your FiveM framework involves analyzing fxmanifest.lua and code patterns to identify QBox, QBCore, or ESX, then fetching the relevant API documentation on demand.

Can I get NUI and Lua scripting references for FiveM on the fly?

Getting NUI and Lua scripting references for FiveM is supported through natural language prompts that dynamically load asset guides and API examples for rapid integration.

What is the best way to keep FiveM documentation fresh and avoid outdated references?

Keeping FiveM documentation fresh requires a centralized source that dynamically fetches the latest natives, framework APIs, and asset guides from official sources, eliminating outdated references.

Does this approach work for cross-framework resource development across ESX and QBCore?

Working for cross-framework resource development across ESX and QBCore is supported by detecting the active framework from code patterns and loading the specific framework API guidance needed.