fluent2-converter

Convert web UI computed styles into Fluent 2 React components and tokens.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/unthinkmedia/my-skills --skill fluent2-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fluent2-converter
Source: https://github.com/unthinkmedia/my-skills/tree/main/.github/skills/fluent2-converter
Command: npx skills add https://github.com/unthinkmedia/my-skills --skill fluent2-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts any web UI into Fluent 2 React by translating computed styles into Fluent 2 tokens and components, enabling rapid UI modernization with design-system consistency.

Core Features & Use Cases

  • Automated style capture and token mapping to Fluent 2 tokens.
  • Fluent 2 component-based reconstruction that preserves layout and interactions.
  • Verification workflow comparing original and recreated UIs to ensure fidelity across designs and themes.
  • Use Case: migrate a page to Fluent 2, audit a UI against Fluent guidelines, or extract Fluent-compatible tokens from an existing interface.

Quick Start

Provide the target page URL or DOM snippet and instruct the skill to generate a Fluent 2 React recreation with tokens and components.

Frequently Asked Questions about fluent2-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an existing web UI to Fluent 2 React?

To convert web UI to Fluent 2 React, provide a target page URL or DOM snippet. The system captures computed styles, translates them into Fluent 2 tokens, and reconstructs the interface using compliant components while preserving layout.

What is Fluent 2 token mapping for UI modernization?

Fluent 2 token mapping translates computed CSS styles from an existing interface into predefined Fluent UI design tokens. This ensures design-system consistency during automated UI modernization and React component reconstruction.

Can I audit my current UI against Fluent 2 design guidelines?

Yes, you can audit UI against Fluent guidelines. The process extracts Fluent-compatible tokens from your existing interface and runs a verification workflow comparing the original design against the recreated token-based UI for fidelity.

Does the Fluent 2 conversion process preserve the original layout and interactions?

Yes, Fluent 2 conversion preserves layout and interactions. It utilizes component-pattern mappings and a phase-driven pipeline to ensure the token-compliant React recreation remains visually and functionally faithful to the original UI.

What do I need to provide to start migrating a page to Fluent UI?

To start migrating a page to Fluent UI, you provide the target page URL or a DOM snippet. This input feeds the automated style capture and token translation pipeline to generate the React recreation.