Agent skill

gmod-addon-maker

A tool for creating and managing Garry's Mod addons, including Lua scripting, content creation, and addon packaging. Use when: developing new addons, writing Lua scripts for GMod, organizing addon files, or when user mentions Garry's Mod, GMod, Lua scripting, or addon development.

Stars 23,776
Forks 2,298

Install this agent skill to your Project

npx add-skill https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/gmod-addon-maker

Metadata

Additional technical details for this skill

author
SLAR_Edge
version
1.0

SKILL.md

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.

Expand your agent's capabilities with these related and highly-rated skills.

davila7/claude-code-templates

verl-rl-training

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

23,776 2,298
Explore
davila7/claude-code-templates

openrlhf-training

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

23,776 2,298
Explore
davila7/claude-code-templates

gguf-quantization

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

23,776 2,298
Explore
davila7/claude-code-templates

Claude Code Guide

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.

23,776 2,298
Explore
davila7/claude-code-templates

qdrant-vector-search

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

23,776 2,298
Explore
davila7/claude-code-templates

behavioral-modes

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results