lua

Installation
SKILL.md

lua - Enhanced Lua Development

The lua module provides a comprehensive suite of tools for Lua developers, simplifying project setup, dependency management, and script execution.

When to Activate

  • When initializing a new Lua project structure (init).
  • When installing Lua modules and libraries using Luarocks integration (install).
  • When formatting, checking, or linting Lua source code.
  • When compiling Lua scripts into standalone static binaries.

Core Principles & Rules

  • Luarocks Integration: Use the install (or i) subcommand to manage dependencies easily.
  • Static Compilation: Leverage the static subcommand for creating zero-dependency Lua executables.
  • Code Quality: Supports check and format for maintaining Lua code standards.

Patterns & Examples

Install Library

Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026