npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-fivem-dev

v1.0.4

Published

Claude Code plugin for FiveM development - QBox, QBCore, ESX frameworks with dynamic documentation fetching

Readme

FiveM Development Plugin

A comprehensive plugin for FiveM resource development. Provides framework support and best practices for QBox, QBCore, and ESX frameworks.

Supports: Claude Code, Cursor, Windsurf, and other AI coding assistants.

Features

  • Dynamic Documentation Fetching - Fetches up-to-date natives and framework docs via WebFetch
  • Multi-Framework Support - QBox, QBCore, ESX with auto-detection
  • Language Support - Lua scripting + NUI (JavaScript/TypeScript)
  • Asset Discovery - PlebMasters Forge integration for props, vehicles, peds
  • Best Practices - Performance, security, and code organization patterns

Installation

Claude Code (NPM)

npm install -g claude-fivem-dev

Claude Code (Git)

git clone https://github.com/melihbozkurt10/fivem-dev-plugin.git ~/.claude/skills/fivem-dev

Cursor / Windsurf

  1. Download .cursorrules or FIVEM_CURSOR_RULES.md from this repo
  2. Copy to your FiveM project root as .cursorrules
# Or use curl
curl -o .cursorrules https://raw.githubusercontent.com/melihbozkurt10/fivem-dev-plugin/main/.cursorrules

Manual

  1. Download/clone this repository
  2. Copy to ~/.claude/skills/fivem-dev/
  3. Restart your AI assistant

Usage

Automatic (Skill)

The skill activates automatically when you ask FiveM-related questions:

  • "How do I use GetPlayerPed?"
  • "QBCore'da player money nasıl alınır?"
  • "Create a vehicle spawn script"
  • "What's the prop name for laptop?"

Command

Use the /fivem-dev command for direct queries:

/fivem-dev How to create a callback in QBCore?
/fivem-dev ox_lib progress bar example
/fivem-dev ESX xPlayer methods

Documentation Sources

| Source | URL | Usage | |--------|-----|-------| | FiveM Natives | https://docs.fivem.net/natives/ | Native functions | | QBox | https://docs.qbox.re/ | QBox framework | | QBCore | https://docs.qbcore.org/ | QBCore framework | | ESX | https://docs.esx-framework.org/ | ESX framework | | ox_lib | https://overextended.dev/ox_lib | Utility library | | PlebMasters | https://forge.plebmasters.de/ | GTA V assets |

Skill Files

| File | Description | |------|-------------| | SKILL.md | Main orchestrator with decision tree | | frameworks/ | QBox, QBCore, ESX references | | scripting/ | Lua patterns, NUI guide, client-server architecture | | resources/ | fxmanifest.lua, ox_lib guide | | assets/ | Asset discovery guide |

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

MIT License - Feel free to use and modify.

Credits

  • FiveM Documentation: https://docs.fivem.net/
  • QBox Project: https://github.com/qbox-project
  • QBCore Framework: https://github.com/qbcore-framework
  • ESX Framework: https://github.com/esx-framework
  • Overextended (ox_lib): https://github.com/overextended
  • PlebMasters: https://forge.plebmasters.de/