CommandDescriptionExample
memoire connectConnect to Figma. Guided setup, WebSocket handshake, plugin auto-discovery.memoire connect --name my-project
memoire pullPull design system from connected Figma file: tokens, components, styles.memoire pull
memoire specCreate or edit specs: component, page, dataviz with Atomic Design.memoire spec component Card --level molecule
memoire generateGenerate code from specs: shadcn/ui + Tailwind + TypeScript into atomic folders.memoire generate UserProfileCard
memoire composeNatural language to code: intent classifier, dependency DAG, agent orchestrator.memoire compose "build a dashboard"
memoire researchResearch pipeline: Excel, CSV, FigJam stickies to structured insights.memoire research from-file survey.xlsx
memoire dashboardLaunch the dashboard: design systems, specs, prototypes, research on localhost.memoire dashboard
memoire tokensExport design tokens as CSS, Tailwind, or JSON with optional shadcn mapping.memoire tokens --shadcn
memoire prototypeCinematic prototype: Playwright video + interactive HTML with transitions.memoire prototype --transition cinematic
memoire syncFull sync: Figma to design system, regenerate all specs, preview.memoire sync
memoire goFull pipeline: connect, pull, generate, and open preview in one command.memoire go
memoire doctorHealth check: validates all connections, specs, tokens, and workspace.memoire doctor
memoire iaInformation architecture: extract, create, validate, visualize site structure.memoire ia extract my-site
memoire exportExport generated components into your project source tree.memoire export --dry-run
memoire notesManage skill packs: install, list, create, remove.memoire notes install github:user/repo
memoire initInteractive onboarding: set up memoire for your project.memoire init