Fluxwing Component Creator

Create uxscii UI components from .uxm templates with variable substitution.

16|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/jackspace/ClaudeSkillz --skill fluxwing-component-creator-jackspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fluxwing Component Creator
Source: https://github.com/jackspace/ClaudeSkillz/tree/main/skills/fluxwing-component-creator
Command: npx skills add https://github.com/jackspace/ClaudeSkillz --skill fluxwing-component-creator-jackspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of uxscii components using the uxscii standard, orchestrating designer agents to scaffold UI components.

Core Features & Use Cases

  • ✅ Fast mode scaffolding for rapid multi-component creation
  • ✅ Detailed mode for production-ready single components
  • ✅ Template-driven variable substitution
  • ✅ Spawns designer agents for single or multiple components
  • ✅ Maintains fidelity tracking (sketch or detailed)

Quick Start

Determine desired components and mode, then trigger the agent to produce .uxm (and .md for detailed mode).

Frequently Asked Questions about Fluxwing Component Creator

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

FAQPage Schema
How do I create uxscii UI components from templates?

Uxscii component creation automates UI scaffolding from .uxm templates through variable substitution and designer agent orchestration. Specify your component type (button, input, card, form, modal, navigation) and choose fast mode for rapid multi-component output or detailed mode for production-ready single components with fidelity metadata.

What's the difference between fast mode and detailed mode for component scaffolding?

Fast mode rapidly generates multiple uxscii components without ASCII art rendering, ideal for quick multi-component workflows. Detailed mode produces single, production-ready components with full ASCII art fidelity tracking and markdown documentation, suitable when component quality and documentation are priorities.

Can I use ASCII art templates to scaffold UI components automatically?

Yes, ASCII art templates in .uxm format enable automated uxscii component generation with variable substitution and fidelity metadata. The templating system supports buttons, inputs, cards, forms, modals, and navigation primitives while validating JSON output and writing safely to ./fluxwing/components.

What file formats and outputs does uxscii component creation produce?

Component creation produces .uxm template files as core output, with .md documentation files generated in detailed mode. All outputs validate as JSON and write to ./fluxwing/components with fidelity metadata tracking sketch or detailed rendering levels.

Do I need design knowledge to create uxscii components with this tool?

No, designer agents handle component generation. You specify the component type and mode (fast or detailed); the system handles template loading, ASCII art rendering, variable substitution, and fidelity metadata. Fast mode requires no design expertise for rapid scaffolding.

What limitations should I know about when using uxscii templating for component creation?

Component writes are restricted to ./fluxwing/components to prevent skill directory modification. ASCII art generation is disabled in fast mode for speed. Template-driven substitution requires properly formatted .uxm files; invalid JSON in templates will fail validation.