ux-flow

ux-flow is a skill for Claude Code, Codex from beel-collab/presets.dev. It costs 27 tokens per session (546 once invoked), scanned A, original, MIT.

A guide for planning how users move through an interface before individual screens are built. It defines entry points, exits, screens, and navigation using patterns such as step-by-step flows and hub-and-spoke navigation.

In plain words
What is it for?
Use it to plan onboarding, checkout, account management, dashboards, drill-downs, and features that span multiple screens or modal states.
Why use it?
It helps prevent features from becoming a collection of disconnected pages. Clear structure reduces decision overload and makes important tasks easier to complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan onboarding, checkout, account management, dashboards, drill-downs, and features that span multiple screens or modal states.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/beel-collab/presets.dev/ux-flow
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.

Any agent
npx skills add beel-collab/presets.dev --skill ux-flow
Clone the repo
git clone --depth 1 https://github.com/beel-collab/presets.dev

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 ux-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/beel-collab/presets.dev/ux-flow.svg)](https://agentmods.dev/skills/beel-collab/presets.dev/ux-flow)
Your own site
<a href="https://agentmods.dev/skills/beel-collab/presets.dev/ux-flow"><img src="https://agentmods.dev/badge/skills/beel-collab/presets.dev/ux-flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 546 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00027 $0.00546
Opus 5 $0.00014 $0.00273
Sonnet 5 $0.00005 $0.00109
Haiku 4.5 $0.00003 $0.00055

Measured 4d ago against content hash 7223b1859620, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ux-flow 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 4d 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.

claude/skills/design/ux-flow/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UX Flow

Overview

Part of StyleSeed, this skill designs flows before screens. It uses proven UX patterns to define entry points, exits, screen inventory, and navigation structure so the implementation has a coherent user journey instead of a pile of disconnected pages.

When to Use

  • Use when planning onboarding, checkout, account management, dashboards, or drill-down flows
  • Use when a new feature spans multiple screens or modal states
  • Use when users need a clear path through a task instead of a single isolated page
  • Use when the UI needs navigation logic before components are built

How It Works

Information Architecture Principles

  • progressive disclosure: reveal complexity only when needed
  • Miller's Law: chunk content into manageable groups
  • Hick's Law: minimize decision overload on each screen

Common Navigation Models

  • hub and spoke for dashboards and detail views
  • linear flow for onboarding, forms, and checkout
  • tab navigation for 3 to 5 top-level areas

Flow Rules

  • every flow has a clear entry point
  • every flow has a clear exit or success condition
  • key features should usually be reachable within three taps from home
  • non-root screens need back navigation
  • loading, empty, and error states need explicit recovery paths

Output

Provide:

  1. An ASCII flow diagram
  2. A screen inventory with each screen's purpose
  3. Edge cases for loading, empty, and error states
  4. Recommended page scaffolds and reusable patterns to implement next

Best Practices

  • Optimize for clarity before density
  • Let one screen answer one primary question
  • Keep escape hatches visible for risky or destructive steps
  • Define state transitions before drawing detailed layouts

Additional Resources

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Read the full file on GitHub · 68 lines

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. 4d ago First seen · 68 lines · 27 tokens per session scan A 7223b1859620

Subscribe to this mod's changes

ux-flow is a skill published in the GitHub repository beel-collab/presets.dev (2 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 546 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

apply-mantel-styles

Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.

sammcj/agentic-coding · 37 tokens

web-artifacts-builder-v2

Suite of tools for creating elaborate, multi-component claude.ai HTML artefacts using modern frontend web technologies (React 19, Tailwind CSS v4, shadcn/ui). Use for complex artefacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artefacts.

sammcj/agentic-coding · 73 tokens

diagrams-as-code

Use only when creating architecture diagrams with Python's diagrams library (mingrammer/diagrams).

sammcj/agentic-coding · 27 tokens

mermaid-diagrams

Use the mermaid-diagrams skill whenever you are creating or updating mermaid diagrams. Provides guidance on mermaid best practices.

sammcj/agentic-coding · 30 tokens

html-design-examples

Reference gallery of polished single-file HTML artifacts demonstrating effective ways to communicate ideas through HTML. Use when the user wants to explain, showcase, demo, plan, review, or present an idea within an HTML file.

sammcj/agentic-coding · 47 tokens

analyse-design

Reverse-engineer an application, website or document's design system from its codebase and screenshots. Use when asked to analyse visual design, extract a colour palette, document UI patterns, identify typography and spacing systems, audit design consistency, or understand the design language of a frontend codebase.

sammcj/agentic-coding · 60 tokens