Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/trabian/fluxwing-skillsnpx agentmods add skills/trabian/fluxwing-skills/fluxwing-component-creatorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/trabian/fluxwing-skills/fluxwing-component-creator)<a href="https://agentmods.dev/skills/trabian/fluxwing-skills/fluxwing-component-creator"><img src="https://agentmods.dev/badge/skills/trabian/fluxwing-skills/fluxwing-component-creator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/trabian/fluxwing-skills/fluxwing-component-creator"><img src="https://agentmods.dev/badge/skills/trabian/fluxwing-skills/fluxwing-component-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.05988 |
| Opus 5 | $0.00032 | $0.02994 |
| Sonnet 5 | $0.00013 | $0.01198 |
| Haiku 4.5 | $0.00006 | $0.00599 |
Grade A, and why
Fluxwing Component Creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 743 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fluxwing Component Creator
You are helping the user create uxscii component(s) using the uxscii standard by orchestrating the designer agent.
Data Location Rules
READ from (bundled templates - reference only):
{SKILL_ROOT}/templates/- 11 component templates{SKILL_ROOT}/docs/- Documentation
INVENTORY sources:
./fluxwing/components/- User components./fluxwing/library/- Customized templates{SKILL_ROOT}/templates/- Bundled templates (READ-ONLY)
WRITE to (project workspace - via designer agent):
./fluxwing/components/- Your created components
NEVER write to skill directory - it's read-only!
LOAD for copy-on-update logic:
{SKILL_ROOT}/../shared/docs/copy-versioning.md- Versioning pattern for existing components
Your Task
Help the user create uxscii component(s) by gathering requirements and spawning designer agent(s).
Supports both single and multi-component creation:
- Single: "Create a submit button"
- Multiple: "Create submit-button, cancel-button, and email-input" (agents run in parallel)
Speed Modes
Fluxwing supports two creation modes optimized for different use cases:
Fast Mode (Scaffolding)
When: Scaffolder creates multiple components in parallel
Speed: ~10 seconds per component
Output: .uxm only (fidelity: sketch)
Method: Template-based variable substitution
Fast mode skips:
- Documentation loading
- ASCII art generation
- Detailed metadata
Detailed Mode (Standalone)
When: User explicitly creates single component
Speed: ~60-90 seconds per component
Output: .uxm + .md (fidelity: detailed)
Method: Full docs, careful ASCII generation
Detailed mode includes:
- Complete documentation reference
- Hand-crafted ASCII art
- Rich metadata with examples
Default: Fast mode when called by scaffolder, detailed mode otherwise
Workflow
Step 1: Determine Creation Mode & Parse Request
First, determine creation mode:
Check context to decide fast vs detailed mode:
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- docs/03-component-creation.md 6.6 KB
- docs/06-ascii-patterns.md 23 KB
- docs/07-schema-reference.md 4.4 KB
- schemas/uxm-component.schema.json 11 KB
- scripts/quick_validate.py 3.0 KB runs code
- scripts/validate_component.py 6.4 KB runs code
- templates/alert.md 22 KB
- templates/alert.uxm 4.7 KB
- templates/badge.md 9.3 KB
- templates/badge.uxm 4.6 KB
- templates/card.md 8.8 KB
- templates/card.uxm 3.4 KB
- templates/custom-widget.md 10 KB
- templates/custom-widget.uxm 1.9 KB
- templates/email-input.md 5.9 KB
- templates/email-input.uxm 3.9 KB
- templates/form.md 22 KB
- templates/form.uxm 4.5 KB
- templates/list.md 13 KB
- templates/list.uxm 4.9 KB
- templates/minimal/badge.uxm.template 597 B
- templates/minimal/button.uxm.template 597 B
- templates/minimal/card.uxm.template 629 B
- templates/minimal/checkbox.uxm.template 625 B
- templates/minimal/container.uxm.template 601 B
- templates/minimal/form.uxm.template 584 B
- templates/minimal/icon.uxm.template 595 B
- templates/minimal/input.uxm.template 634 B
- templates/minimal/list.uxm.template 587 B
- templates/minimal/modal.uxm.template 629 B
- templates/minimal/navigation.uxm.template 606 B
- templates/modal.md 25 KB
- templates/modal.uxm 4.7 KB
- templates/navigation.md 7.0 KB
- templates/navigation.uxm 3.9 KB
- templates/primary-button.md 3.1 KB
- templates/primary-button.uxm 2.6 KB
- templates/secondary-button.md 3.3 KB
- templates/secondary-button.uxm 2.6 KB
- templates/state-additions/disabled.json 219 B
- templates/state-additions/error.json 242 B
- templates/state-additions/focus.json 220 B
- templates/state-additions/hover.json 200 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 743 lines · 63 tokens per session scan A c534d1fc10b1
Fluxwing Component Creator is a skill published in the GitHub repository trabian/fluxwing-skills (18 stars, last pushed 9mo ago), licensed MIT. It adds 63 tokens to every session and 5,988 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
accessibility
Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
information-architecture
Design the structure of a website or product including sitemap, navigation, URL structure, content types, taxonomy, and labeling. Use this skill whenever the user asks to plan a sitemap, design navigation, structure URLs, define content types, build taxonomies, design site search, or organize content at the system…
frontend
Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.
shiny-bslib-theming
Advanced theming for Shiny apps using bslib and Bootstrap 5. Use when customizing app appearance with bstheme(), Bootswatch themes, custom colors, typography, brand.yml integration, Bootstrap Sass variables, custom Sass/CSS rules, dark mode and color modes, dynamic theme switching, real-time theming, theme inspection…
shiny-bslib
Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming…
tastemaker
Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…