COMPONENT CATALOG banner
memi-design memi-design

COMPONENT CATALOG

Design community

Description

# Component Catalog — Universal UI Registry ## When to Load - Creating component specs → use catalog as starting point - Auditing a design system for completeness - Mapping Figma components to code - Generating a component library from scratch - Answering "what components should this project have?" ## Catalog Location `src/specs/catalog.ts` — exports `COMPONENT_CATALOG`, category definitions, helper functions. ## Quick Reference ```typescript import { findCatalogComponent } from "../specs/ca

Installation

Installs to ~/.claude/skills/memi-design-memi-component_catalog/SKILL.md

Terminal
mkdir -p ~/.claude/skills/memi-design-memi-component_catalog && curl -fsSL https://raw.githubusercontent.com/memi-design/memi/HEAD/skills/COMPONENT_CATALOG.md -o ~/.claude/skills/memi-design-memi-component_catalog/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository