GUIDE
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Browser-based visual brainstorming companion for showing mockups, diagrams, and options.
$ npx -y skills add Surya17155/Replica --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Browser-based visual brainstorming companion for showing mockups, diagrams, and options.
Browser-based visual brainstorming companion for showing mockups, diagrams, and options.
Decide per-question, not per-session. Would the user understand this better by seeing it than reading it?
**Use the browser** for visual content: UI mockups, architecture diagrams, side-by-side comparisons, design polish, spatial relationships.
**Use the terminal** for text content: requirements, conceptual choices, tradeoff lists, technical decisions, clarifying questions.
The server watches a directory for HTML files and serves the newest one to the browser. Write HTML content to `screen_dir`, the user sees it in their browser and can click to select options.
**Content fragments vs full documents:** If your HTML starts with `<!DOCTYPE` or `<html`, served as-is. Otherwise auto-wrapped in frame template.
scripts/start-server.sh --project-dir /path/to/project --open
Save `screen_dir` and `state_dir` from the response.
1. Check server is alive, write HTML to new file in `screen_dir` 2. Tell user what to expect, share URL 3. On next turn, read `$STATE_DIR/events` for browser interactions 4. Iterate or advance 5. Unload with waiting screen when switching to terminal
.options, .option, .cards, .card, .mockup, .split, .pros-cons, .placeholder, .mock-nav, .mock-sidebar, .mock-content, .mock-button, .mock-input
Use semantic names, never reuse filenames. Server serves newest file by modification time.
scripts/stop-server.sh $SESSION_DIR
Turn any screenshot or design reference into a precise, copy-paste-ready developer prompt — with exact hex colors, Tailwind classes, animation specs, and component structure. Ready for Lovable, Bolt, Cursor, Replit, or any AI coding agent.
Repo: Surya17155/Replica
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use this template when dispatching a spec document reviewer subagent.
DESIGN.md — structured design token reference for the Stitch Design System, covering typography, color, spacing, layout, motion, and accessibility tokens for…