output

output is a skill for Claude Code, Codex from Darcos-Loft/fluid. It costs 44 tokens per session (318 once invoked), scanned A, original, MIT.

A checklist for finishing frontend work so it is ready to ship. It covers complete content, loading and error states, interaction states, responsive layouts, links, buttons, and accessibility.

In plain words
What is it for?
Use it before declaring a website or interface complete. It helps review responsive behavior, focus and disabled styles, form states, content completeness, and accessibility basics.
Why use it?
It catches unfinished sections and broken or missing states that a simple visual demo may overlook. It also checks that the result works at common screen sizes and for keyboard users.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/darcos-loft/fluid/output
Any agent
npx skills add Darcos-Loft/fluid --skill output
Clone the repo
git clone --depth 1 https://github.com/Darcos-Loft/fluid

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for output

README.md
[![agentmods](https://agentmods.dev/badge/skills/darcos-loft/fluid/output.svg)](https://agentmods.dev/skills/darcos-loft/fluid/output)
Your own site
<a href="https://agentmods.dev/skills/darcos-loft/fluid/output"><img src="https://agentmods.dev/badge/skills/darcos-loft/fluid/output.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.00318
Opus 5 $0.00022 $0.00159
Sonnet 5 $0.00009 $0.00064
Haiku 4.5 $0.00004 $0.00032

Measured 3d ago against content hash b4e9255039a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

output 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 3d 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.

output/SKILL.md · 29 lines

What it actually says

Output

The difference between a demo and a shippable build is finish. This is a short checklist the agent runs before calling UI work done.

No placeholders

  • No "lorem ipsum", no "TODO", no "[image here]", no empty href="#". Use real or plausible content.
  • No "rest of the component" comments, no skipped sections. Write the whole thing.

Every state

  • Loading, empty, error, and success states for anything that fetches or submits.
  • Hover, focus-visible, active, and disabled for every interactive element.
  • Responsive: the layout holds at 375px, 768px, and 1280px. No horizontal scroll on mobile.

Honest completeness

  • If the brief lists five sections, build five, fully. Do not stub the last two.
  • Every link goes somewhere. Every button does something or is clearly disabled.
  • Accessibility: alt text, labels, visible keyboard focus, body contrast 4.5:1.

Pre-flight

Before saying it is done, re-read the brief and confirm each requirement is actually met, not approximated. Run the fluid detector. If anything is stubbed, finish it first.

Pairs with: every other skill. This is the last gate before shipping.

Changes

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.

  1. 3d ago First seen · 29 lines · 44 tokens per session scan A b4e9255039a6

Subscribe to this mod's changes

output is a skill published in the GitHub repository Darcos-Loft/fluid (3 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 318 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

extract-design

Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…

Manavarya09/design-extract · 98 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

morphous-catalog

Create or refresh Morphous website design-system/theme bundles from animal, insect, plant, landscape, mineral, weather, or other nature motifs. Use when Codex is asked to generate Morphous motif images, light/dark design-system boards, reusable image prompts, generated web assets, shadcn/tweakcn theme exports, or the…

Ameyanagi/morphos · 79 tokens

brandmd

Extract a website's design system into a DESIGN.md file. Use when starting a new frontend project, rebuilding a site, or when the user wants AI-generated UI to match an existing brand.

yuvrajangadsingh/brandmd · 41 tokens

google-fonts

Google Fonts typography system generator. Suggests single fonts (strict mode) and font pairs (contrast mode) with complete typographic scales following Tailwind Typography rhythm concepts. Generates CSS custom properties, Tailwind config, and embed links. Trigger: "choose a font", "font pairing", "typography system"…

sliday/google-fonts-skill · 117 tokens

uisandbox

Open a real, built web app in UISandbox — the interactive sandbox in the user's browser, 1:1, with the app's own knobs (brand, colours, fonts, radius, spacing…) — or test one change headlessly, verify it still renders 1:1, get a screenshot and the patch. Use when someone wants to look at their app in a sandbox and…

Ideelab/uisandbox · 155 tokens