← ClaudeAtlas

appatlaslisted

Use when asked to walk/crawl/tear down/document an entire app end to end — every screen, sub-tab, setting, and flow — into screenshots, flow recordings, behavior specs, and a browsable, tagged, linked atlas (tree + Mobbin-style tags + per-screen structure + a flow graph). Works for web apps (Chrome MCP) and iOS/Android apps (simulator/emulator). Triggers - "app walk", "document this app", "full walkthrough", "teardown", "crawl the app", "screen map", "map the user flows", "flow graph", "Mobbin-style index", competitor/product research on a live SaaS.
sleepyw33kday/appatlas · ★ 0 · Web & Frontend · score 70
Install: claude install-skill sleepyw33kday/appatlas
# AppAtlas — map every screen of any app ## Overview You are the **orchestrator**: you resolve blockers, keep the index current, and dispatch Sonnet subagents to crawl and write. The product's UI surface (one Chrome tab group, one simulator) is a **single shared resource — crawl agents run strictly one at a time**; parallelism is for doc/review/fixer agents only. Read `references/playbook.md` in this skill directory before dispatching anything — it has the briefing template, capture workflows, recovery snippets, and index builder. **Iron rule of parallelism:** at most ONE crawl agent per physical UI resource at a time. The Chrome tab group is one resource (Chrome MCP acts on the focused tab; parallel agents interleave clicks and freeze screenshot capture — "one tab per agent, 4–6 in parallel" does not work). Each simulator/emulator is its own resource. Distinct resources (e.g. the web lane and an iOS-simulator lane) MAY run as concurrent lanes, each with its own briefing; within a lane, strictly sequential. ## Phases 1. **Recon (orchestrator, inline)** — sign in/up, complete onboarding *capturing every step as spec material* (fields, defaults, dropdown options, validation, side effects). Fill realistic demo data (a real brand/site you own beats lorem — features populate). Map the full nav → write the section list, folder tree `NN-section/{spec.md,screenshots/}`, `README.md` index with a status table + post-crawl checklist, and `AGENT-BRIEFING.md` from the playbook templa