Icon Registry banner
databayt databayt

Icon Registry

Development community

Description

# /icon-registry - Update Icon Registry with Metadata You are tasked with managing the icon registry - the central source of metadata for all icons in the system. ## Registry Location **File**: `src/components/icons/registry.ts` ## Registry Entry Schema ```typescript interface IconMetadata { id: string // kebab-case unique identifier name: string // Display name component: IconComponent // React component reference category: IconCategory // Primary category secondaryCategories?: I

Installation

Installs to ~/.claude/commands/databayt-hogwarts-icon-registry.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/databayt/hogwarts/HEAD/.claude/commands/icon-registry.md -o ~/.claude/commands/databayt-hogwarts-icon-registry.md

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

Full documentation available on GitHub

View Source Repository