lua-ai-global

Claude Code Lua Plugin — DevOps skill for Claude Code

DevOps community

Build, test, and deploy Lua AI agents from inside Claude Code.

How to install Claude Code Lua Plugin

This entry records only its repository, not the path inside it, so there is no exact command to give. Open lua-ai-global/claude-code-lua-plugin and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Lua Plugin does

Build, test, and deploy Lua AI agents from inside Claude Code.

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Vinext — Vite plugin that reimplements the Next.js API surface — deploy anywhere 8.7k ★
  • Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★

README

claude-code-lua-plugin

A [Claude Code](https://code.claude.com) marketplace + plugin for building, testing, and deploying [Lua AI agents](https://heylua.ai) — skills, webhooks, triggers, jobs, workflows, voice, devices, integrations and marketplace templates — from inside your Claude Code session.

📖 **[User Guide →](./docs/USER_GUIDE.md)** — installation, walkthroughs, every slash command, hooks, MCP tools, safety model, troubleshooting.

lua-cli is a TypeScript SDK/CLI. It has nothing to do with the Lua programming language.

Install

/plugin marketplace add lua-ai-global/claude-code-lua-plugin
/plugin install lua-agent-builder@claude-code-lua-plugin
/reload-plugins
/lua-doctor

Then `/lua-auth`: an existing credential is kept; a new login runs `lua auth configure` in your own terminal.

What's inside

Plugin Description
`lua-agent-builder` 20 slash commands, 5 subagents, 10 hooks, a 5-file knowledge base verified against lua-cli 3.33.0 source, a local read-only platform MCP server and the public docs MCP

Quick walkthrough

/lua-architect I want an agent that triages support tickets, drafts replies for approval, and posts to Slack
   → a plan: persona, tools vs integration MCPs, event handlers, a workflow with an approval step, build order
/lua-init                        → scaffold the project (new / existing / duplicate agent)
/lua-new skill ticket-triage     → scaffold + register + compile + test
/lua-new workflow reply-approval → workflow file, offline test with --approve
/lua-workflow run reply-approval → more offline scenarios
/lua-qa                          → conversational + workflow QA against sandbox
/lua-deploy                      → one confirmation, then the gated ship sequence

Safety contracts

  • Every production-affecting lua verb (deploy, * deploy, workflows deploy|activate, version promote, mcp activate, marketplace template publish|apply, plus e