Skip to content

Commit 66c9ac7

Browse files
Add comprehensive user guide
docs/USER_GUIDE.md is a 500+ line user-facing walkthrough covering: - What the plugin is and what it does for you - Prerequisites + installation (both marketplace paths) - Authentication (3 options including the credential-safe probe rationale) - End-to-end "your first agent" walkthrough (10 steps from /lua-architect to /lua-deploy) - Reference sections for all 14 slashes, 5 subagents, 9 hooks, 5 MCP tools - 7 common workflow recipes (build/add-tool/test-prod/diagnose/rollback/ qa-before-ship/check-deployed) - Full safety model (deny/ask/allow rules, §3.7 single-permission contract, what the plugin never does) - 13-entry troubleshooting section with copy-paste fixes - 12-question FAQ - Where-to-get-help links Linked from the root README so users land on it from github.com/lua-ai-global/claude-code-lua-plugin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5e97211 commit 66c9ac7

2 files changed

Lines changed: 700 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A [Claude Code](https://code.claude.com) marketplace + plugin for building, testing, and deploying [Lua AI agents](https://heylua.ai) directly from inside your Claude Code session.
44

5+
📖 **[Read the full User Guide →](./docs/USER_GUIDE.md)** — installation, walkthroughs, slash commands reference, hooks, MCP tools, safety model, troubleshooting, FAQ.
6+
57
## Install
68

79
```

0 commit comments

Comments
 (0)