What problem does it solve?
This Skill centralizes management of a local design library at ~/.claude/design-library so extracted brand design systems can be registered, discovered, and applied to projects without ad-hoc filesystem scanning or manual copying.
Core Features & Use Cases
- Index management: register, upsert, and remove brand entries in index.json with slug, source URL, extraction date, and path.
- Listing and inspection: list installed brands, show confidence and scores, and re-index after manual edits while treating index.json as the single source of truth.
- Apply to project: copy design-tokens.css, design-tokens.json, and DESIGN.md into a target project, merge Tailwind configuration where possible, and preview destructive changes before they are applied.
- Use case: Install a previously extracted brand into a Next.js app to import tokens and documentation for consistent styling.
Quick Start
Apply the westpac brand from my local design library to the project at /path/to/my/project.