Skip to content

Commit d6ae26b

Browse files
authored
docs: add A-to-Z Claude Code plugin guide (docs/PLUGIN-GUIDE.md) (#109)
Full follow-top-to-bottom walkthrough for the plugin: prerequisites, install (marketplace / --plugin-dir / raw MCP), verifying via /help and /mcp, both skills end-to-end (generate-app report schema + failure handling; walk-app device readiness + the iOS SIMCTL_CHILD passthrough), a full reference table of flags and env vars, and troubleshooting keyed to the known failure modes. plugin/README.md stays the concise reference card; both it and the main README now cross-link the guide.
1 parent 94c2961 commit d6ae26b

3 files changed

Lines changed: 598 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The same generator also ships as an MCP server — `npx -y -p nativeapptemplate-
139139
/plugin install nativeapptemplate-agent@nativeapptemplate
140140
```
141141

142-
…or load it locally with `claude --plugin-dir ./plugin`. See [`plugin/README.md`](./plugin/README.md).
142+
…or load it locally with `claude --plugin-dir ./plugin`. See [`plugin/README.md`](./plugin/README.md) for the reference card, or the **[A-to-Z plugin guide](./docs/PLUGIN-GUIDE.md)** for a full follow-along walkthrough.
143143

144144
## Requirements
145145

0 commit comments

Comments
 (0)