atmos-pt-design-agentlisted
Install: claude install-skill AruNi-01/atmos
# Atmos Prototype Design Agent
Operate the **live Prototype Design tab** with HTTP invoke. Most requests are **static wireframes** — place catalog components, then layout and lint. Load deeper references only when placing specific components or debugging a tool.
```text
Default path: catalog / frame / batch place / layout / lint / screenshot
Only if needed: catalog props · tool flags · offline .ptdesign.json
```
---
## Prerequisites
1. Prototype Design is open (Launchpad or `/pt-design`). Opening the tab is enough. Do **not** start MCP, install a CLI, join a collaboration room, or edit a separate `.ptdesign.json`.
2. `POST` the invoke URL from the copied prompt (loopback Atmos Server). Include `client_id` from that prompt when more than one tab is open. `/pt-design` is `global`.
3. Fresh `request_id` (UUID) on every call.
```json
{
"request_id": "<uuid>",
"tool": "pt_ir_get",
"args": {},
"client_id": "global"
}
```
---
## Decision tree (load references on demand)
| User intent | What to do | Load reference |
|-------------|------------|----------------|
| Landing, settings, auth, nav mock | Workflow below | *(this file only)* |
| Which props/variants a type actually draws | `pt_catalog_list` first | [`references/catalog.md`](references/catalog.md) |
| Frames, coordinates, layout, lint, screenshot | Workflow below | [`references/board.md`](references/board.md) |
| Full tool args / error codes / offline file | — | [`references/command-reference.md`](references