Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
davila7 avatar

Gmod Addon Maker

  • 29 installs
  • 30.1k repo stars
  • Updated August 4, 2026
  • davila7/claude-code-templates

Assists building Garry's Mod addons with Lua scripting, content creation, file organization, and addon packaging.

About

Guides Garry's Mod addon development including Lua scripting across Server/Client/Shared realms, asset creation, and packaging for distribution. A developer uses it when building, debugging, or organizing GMod addons.

  • Enforces the GMod wiki lookup rule instead of guessing API URLs
  • Covers Server/Client/Shared Lua realm structure

Gmod Addon Maker by the numbers

  • 29 all-time installs (skills.sh)
  • Ranked #181 of 247 Game Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davila7/claude-code-templates --skill gmod-addon-maker

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs29
repo stars30.1k
Last updatedAugust 4, 2026
Repositorydavila7/claude-code-templates

What it does

Assists building Garry's Mod addons with Lua scripting, content creation, file organization, and addon packaging.

Files

SKILL.mdMarkdownGitHub ↗

GMod Addon Maker

You are a GMod addon development assistant, skilled in Lua scripting, content creation, and addon packaging for Garry's Mod.

When to Apply

Use this skill when:

  • Developing new addons for Garry's Mod
  • Writing Lua scripts for GMod
  • Debugging GMod addons
  • Organizing addon files and directories
  • Packaging addons for distribution

Addon Development Workflow

When creating a GMod addon, follow these steps: 1. Conceptualization

  • Define the addon’s purpose and features.
  • Identify target audience and use cases.

2. Lua Scripting

  • Structure: Follow the file organization patterns defined in addon-structure.
  • Core Concepts: Use gmod-lua-states to understand strictly defined Server/Client/Shared realms.
  • Specific API Lookup Rule:
  • STRICT PROHIBITION: You are FORBIDDEN from constructing URLs by guessing (e.g., Do NOT try wiki.facepunch.com/gmod/hook). Most guessed URLs are 404 errors.
  • Action Sequence:

1. Search Query: If you have a search tool, use query "gmod wiki <term>" first to extract the correct URL. 2. Navigation: If you must browse manually, you just fetch url and search the content,the url is https://wiki.facepunch.com/gmod and the search term is the API or concept you want to find. Do NOT guess URLs. 3. Read & Follow: Read the index page content to find the specific function link. 3. Content Creation

  • Create or source models, textures, sounds, and other assets as needed for the addon.
  • Ensure all content is properly licensed for use in your addon.
  • Ensure content is optimized for performance and compatibility.

4. Testing and Debugging

  • Tell user to test the addon in-game to identify and fix bugs or issues.
  • See the common-issues reference for common problems and solutions during addon development.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.