Install
$ agentstack add skill-darcos-loft-fluid-refine ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Refine
A shared vocabulary of small, named moves you make on UI that already exists. Each command is one verb with one job. "Make it better" is vague and drifts; typeset then quieter then polish is precise, repeatable, and reviewable.
This is the granular layer of the suite. design-system creates an identity, fluid sets the motion, output gates the ship. refine is the set of verbs you use in between to push a screen from done to right.
How to invoke
The user names the verb, in their words or as a slash command:
- "typeset this", "make the hero bolder", "calm the motion", "/polish the pricing section"
Apply exactly that move, nothing else. Do not colorize when asked to typeset. If the user named a region (a section, a component, a selection), scope to it; otherwise apply to the current view. State the change in one line, then run audit if motion or color was touched.
Commands compose. Chain them in the order the user implies, or in the natural order: structure, then type, then color, then motion, then polish. Full definitions, with what each one enforces and leaves alone, are in [reference/commands.md](reference/commands.md).
The vocabulary
Type
- typeset — repair typography: a distinctive pairing from the database, a real scale, measure under ~75 characters, tracking eased on large headings. Kills justified, sub-10px, and crushed text.
- recase — fix casing tics: drop all-caps body, keep uppercase kickers to one if at all.
Color
- colorize — apply or repair the palette: commit to a dominant with one rationed accent, near-black not pure black, no purple-wash gradient, body contrast 4.5:1.
- tone — shift the mood (warmer, cooler, darker, more muted) without breaking the locks.
Motion
- animate — add motion on purpose, with the house easings and a reduced-motion path. Reveals, heroes, hovers, counters.
- settle — calm janky or excessive motion: instant on frequent interactions, named transitions over
transition: all,scale(0.93)notscale(0), fixedtransform-origin. - flow — give many small animations one shared physics source (one scroll velocity, one progress value) so they read as one system.
Emphasis
- bolder — increase force: widen the type jump, raise contrast, give one element a real moment.
- quieter — dial it down: ration the accent, hairlines over fills, more whitespace, fewer effects.
Structure
- distill — strip slop structure: flatten nested cards, vary identical card grids, drop the icon-tile-above-every-heading and the 01/02/03 markers. Cut copy to the essential.
- regroup — fix hierarchy and sectioning: correct heading order, group what belongs together, separate brand from product.
Surface
- glass — apply the liquid-glass treatment to signal depth or dismissal, not as decoration.
- iconify — replace emoji and stock icons with a consistent bespoke SVG set.
Copy
- deslop — kill marketing buzzwords, manufactured "not X but Y" contrast, and em or en dashes. Say the concrete thing.
Register
- brandward — push toward impression-led brand work (a landing page): more air, more type, a stronger hero moment.
- productward — push toward task-led product UI (a dashboard): denser, calmer, faster, information-first.
Gates
- audit — run the deterministic detector (28 rules) and report.
- critique — qualitative review against the by-hand catalog (the structural and semantic tells the detector cannot see).
- harden — accessibility and robustness: reduced-motion in CSS and JS, visible focus, contrast, color-scheme.
- polish — the final craft micro-pass: press and hover feedback, optical alignment, consistent radii and spacing, the details that separate a demo from a shipped build.
Composition
- New screen lands generic:
distill→typeset→colorize→polish. - Motion feels off:
audit→settle→flow. - Hero is flat:
bolder→animate→polish. - Landing page reads like a dashboard:
brandward→typeset→glass. - Before shipping:
audit→harden→polish, then theoutputgate.
Wiring
These commands are not new rules. They are named entry points into rules the suite already holds.
typesetandcolorizedraw fromdesign-system/data/(the palette and type-pairing database) anddesign-system/reference/rules.md.animate,settle, andflowapply thefluidSKILL rules and the house easings.glassandiconifyusedesign-system/reference/glass.mdandreference/icons.md.auditrunsfluid/detector/detect.mjs.critiquereadsfluid/reference/anti-patterns.md.hardenandpolishenforce theoutputchecklist.
Pairs with: every skill in the suite. refine is the verb layer over all of them.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Darcos-Loft
- Source: Darcos-Loft/fluid
- License: MIT
- Homepage: https://fluid.plrstudio.fr
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.