moai-lang-lua

Guide Lua development with busted testing and luacheck linting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-lua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-lua
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-lua
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-lua

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for developing robust and efficient Lua scripts, especially for embedded systems and game development. It automates the adoption of best practices for testing, linting, and Lua patterns, ensuring your scripts are reliable, maintainable, and performant, saving you from common scripting errors.

Core Features & Use Cases

  • TDD with busted: Guides through test-driven development using busted for elegant Lua testing and luassert for assertions.
  • Code Quality with luacheck: Integrates luacheck for static analysis and StyLua for code formatting.
  • Lua Patterns: Provides expertise in tables, metatables, closures, and coroutines for effective Lua programming.
  • Use Case: When you need to "Lua 테스트 작성" (write Lua tests) or apply "임베디드 스크립팅" (embedded scripting) patterns, this skill offers the necessary guidance.

Quick Start

Ask to "Lua 테스트 작성" for a new configuration module, and the skill will guide you through TDD with busted.