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(ori) subcommand to manage dependencies easily. - Static Compilation: Leverage the
staticsubcommand for creating zero-dependency Lua executables. - Code Quality: Supports
checkandformatfor maintaining Lua code standards.