Fluxwing Screen Scaffolder

Orchestrate multi-agent assembly of .uxm screens from uxscii components.

18|1|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trabian/fluxwing-skills --skill fluxwing-screen-scaffolder-trabian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fluxwing Screen Scaffolder
Source: https://github.com/trabian/fluxwing-skills/tree/main/skills/fluxwing-screen-scaffolder
Command: npx skills add https://github.com/trabian/fluxwing-skills --skill fluxwing-screen-scaffolder-trabian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds complete screens by composing existing uxscii components, orchestrating phase-driven agents to assemble screens with proper layout, components, and assets.

Core Features & Use Cases

  • Phase 1: Parallel designer agents: Spawn agents for each missing component to accelerate scaffolding.
  • Phase 2: Composer agent: Orchestrates screen assembly once components exist.
  • Quality presets: fast, balanced, detailed, production to balance speed and fidelity.

Quick Start

Start by specifying the screen name and required components, then let Fluxwing Screen Scaffolder orchestrate the rest.

Frequently Asked Questions about Fluxwing Screen Scaffolder

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

FAQPage Schema
How do I orchestrate UI screen scaffolding with multiple components?

Screen scaffolding orchestrates parallel agent phases to assemble complete uxscii component screens. Fluxwing Screen Scaffolder spawns designer agents for missing components simultaneously, then uses a composer agent to coordinate final screen assembly, reducing manual assembly time and ensuring consistent layout and asset handling.

Can I automate the construction of login, dashboard, and checkout screens?

Yes. The Skill automates construction of complete screens like login, dashboard, profile, settings, and checkout by coordinating multiple agents to compose uxscii components into finished screens. It handles missing components through parallel design and enforces the three-file screen model (uxm, md, rendered.md).

What quality presets does screen scaffolding support?

Screen scaffolding supports four configurable quality presets: fast, balanced, detailed, and production. These presets let you tune the trade-off between scaffolding speed and fidelity, allowing you to prioritize rapid iteration or high-quality output depending on your workflow stage.

How does parallel agent orchestration speed up component design?

Parallel agent orchestration spawns separate designer agents for each missing component simultaneously rather than sequentially. This phase-driven workflow accelerates screen assembly by handling multiple component gaps concurrently, then passes completed components to a composer agent for final integration.

Does screen scaffolding require existing uxscii components?

The Skill works with existing uxscii components from local directories as primary inventory and spawns parallel designer agents to create missing components on demand. Local component directories take precedence, and skill directories remain read-only, ensuring controlled component sourcing and reusability.