.agents/skills/amxx-modding-kit/SKILL.md
This skill is describing how to use AMXX Modding Kit for AMX Mod X plugin development.
npx skillsauth add hedgefog/amxx-modding-kit amxx-modding-kitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AMXX Modding Kit is a framework for developing plugins for AMX Mod X. It provides a set of APIs and utilities for developing plugins for AMX Mod X.
tools
Best practices for organizing large AMX Mod X projects with multiple plugins sharing entities, weapons, events, and other definitions. Use when creating mod-scale projects that need consistent namespace patterns and shared constants.
development
Guide for Waypoint Markers API creating 3D waypoint sprites visible through walls with per-player visibility.
development
Guide for States API usage implementing state machines with transitions, guards, and lifecycle hooks.
development
Guide for Shops API usage creating in-game shops with items, custom balance systems, and access control.