
Ux Flows
- 30 installs
- 3 repo stars
- Updated July 23, 2026
- djalmajr/skills
Maintain a web app's end-to-end usage flows and hand them one at a time to a persona skill to validate usability in the browser with replayable evidence.
About
ux-flows is the catalog and orchestrator for a web application's end-to-end usage flows: it keeps the project's flow definitions and hands them one at a time to the ux-persona skill to validate usability in the browser. It separates the what (the flows, as project data) from the how (the usability walkthrough), and is stack-agnostic. A solo builder reaches for it to list flows, create new ones, or run a full usability walkthrough with replayable evidence.
- Source of truth for a project's usage flows
- Hands flows one at a time to ux-persona
- Stack-agnostic flow definitions
- Webwright-style replayable evidence
Ux Flows by the numbers
- 30 all-time installs (skills.sh)
- Ranked #1,350 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/djalmajr/skills --skill ux-flowsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 30 |
|---|---|
| repo stars | ★ 3 |
| Last updated | July 23, 2026 |
| Repository | djalmajr/skills ↗ |
What it does
Maintain a web app's end-to-end usage flows and hand them one at a time to a persona skill to validate usability in the browser with replayable evidence.
Who is it for?
validating whether user flows are usable in the browser
Skip if: unit testing code correctness
When should I use this skill?
you want to test the app as a real user
What you get
- flow catalog
- usability walkthrough evidence
Related skills
FAQ
Does it run the walkthroughs itself?
It orchestrates them, handing each flow to the ux-persona skill to run in the browser.
Is it tied to a framework?
No, the flow definitions are stack-agnostic.