Claude Code Lua Plugin — DevOps skill for Claude Code
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
luaverb (deploy,* deploy,workflows deploy|activate,version promote,mcp activate,marketplace template publish|apply, plus e
Related Skills
Dclaude
Run Claude Code or Codex with full autonomous permissions inside a Docker container.
Ohmyharness
Run any coding agent in a Docker sandbox with your rules, skills and MCP servers already inside. Git worktree
Docker Pibox
pi-coding-agent inside an aicodebox container. One image, five ways in: interactive shell, one-shot API, OpenA
CI Setup
Setup CI pipeline from scratch. Creates GitHub Actions or GitLab CI configuration with lint, test, build, and
Claude Code Power Platform Skills
Power Platform skills for Claude Code — plan, build, deploy, and test Power Apps, Dataverse, plugins, PCF cont
Deploy Forged MCP
Deploy an MCP server generated by forge-from-openapi --target=mcp-server; detect transport, deploy, smoke-test
Related Agents
Lua
Lua/Neovim plugin specialist. ALWAYS use for ANY task involving lua/kubectl/, Neovim API, resource views, keyb
DB Redis Expert
Expert Redis developer for caching strategies, data structure design, Pub/Sub messaging, Streams, Lua scriptin
Worker Implementation
Implements a ticket end-to-end inside an isolated worktree. Commander spawns this for any ticket with code cha