Orchestrates the migration of legacy MUI or generic components to the Northcote Curio design system. Specializes in "Refactor-on-Port" logic, ensuring visual transformation while preserving business state and behavioral integrity.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: component-transformer
description: Orchestrates the migration of legacy MUI or generic components to the Northcote Curio design system. Specializes in "Refactor-on-Port" logic, ensuring visual transformation while preserving business state and behavioral integrity.
---
# Component Transformer Skill
## Migration Steps
### 1. The Audit (Discovery)
Use the `token-orchestrator` principles to scan the file for:
- ❌ Hardcoded colors (hex, rgb, rgba)
- ❌ Hardcoded spacing (padding, margin, gap in px)
- ❌ Hardcoded radii (4px, 8px, etc.)
- ❌ Generic fonts (Inter, Arial, System)
- ❌ Standard easing (ease-in-out)
### 2. The Context Selection
Determine if the component belongs in:
- **Mode A (Gallery)**: For "Wonder" (Marketing, Profile Hero, Landing).
- **Mode B (Laboratory)**: For "Rigor" (Parsing, Data, Settings, Editor).
### 3. The Transformation (Mapping)
Replace generic values with the Northcote Token Set:
- **Colors**: Map to `primary-wattle`, `tertiary-waratah`, `parchment`, etc.
- **Typography**: Inject the **Federation Stack**.
- Wrap primary headers in `banksia-composition`.
- Apply `font-variation-settings` for parametric weight (XTRA: 468).
- **Physics**: Replace linear transitions with `ease-viscous` or `ease-settle`.
- **Morphology**: Apply asymmetric border-radii (`radius-pebble`, etc.).
### 4. Behavioral Preservation
Ensure no business logic, event handlers, or state management is lost or altered during the visual upgrade.
### 5. Verification
- Generate unit tests using `jest-test-scaffolder`.
- Create a Storybook story using `storybook-scaffolder`.
## Implementation Principles
- **Anti-Slop**: Reject any transformation that results in a "generic SaaS" look.
- **Parametric**: Engage variable font axes for interactive elements (e.g., GRAD hover).
- **Layout-Safe**: Prefer `GRAD` over `wght` for hover animations to prevent reflow.
## Usage Example
"Transform Header.tsx to the Northcote Curio system. It should be in Gallery mode."
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.