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.
npx skills add kensaurus/cursor-kenji --skill audit-ux-journeysgit clone --depth 1 https://github.com/kensaurus/cursor-kenjiWrote 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/kensaurus/cursor-kenji/audit-ux-journeys)<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/audit-ux-journeys"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/audit-ux-journeys/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/kensaurus/cursor-kenji/audit-ux-journeys"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/audit-ux-journeys.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00075 | $0.02982 |
| Opus 5 | $0.00037 | $0.01491 |
| Sonnet 5 | $0.00015 | $0.00596 |
| Haiku 4.5 | $0.00007 | $0.00298 |
Grade A, and why
audit-ux-journeys 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 6d 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 — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
audit-ux-journeys — User-Story, Task-Completion & IA Audit
Degree of freedom: MIXED — Story derivation, IA, and evidence tags
[HIGH freedom]; Phase 2 headed walkthrough [LOW freedom — run exactly].
A site can pass every per-page heuristic and still fail: pages clean, yet nobody
can find the feature, checkout takes nine steps with two dead ends, and nav
follows the database schema. audit-ux judges pages; this skill judges
paths and structure.
The 2026 consensus: a UX audit is not personal taste. Derive stories from the product, walk the journeys, audit IA against mental models, and ground findings in behavioral evidence when it exists. Pre-launch: qualitative walkthroughs, labeled as assumptions.
Before ANY browser interaction, read protocol-browser-anti-stall and apply
its rules to every step.
Report-first. Prioritized audit, then delegate: per-page heuristics/ microcopy →
audit-ux· single-screen →enhance-web-ux· forms →enhance-web-forms· WCAG →audit-accessibility· speed →audit-performance· feature parity →audit-realworld. Owns the cross-page journey and IA layer.
Core principle — stories over pages, data over taste
- The unit of audit is a story, not a screen. Every finding attaches to a user story and a step in its path.
- Derive stories from the product, not imagination. Routes, nav, CTAs, README, marketing copy, existing PRDs.
- Evidence or hypothesis — say which. Tag
[data],[observed], or[judgment]. Presenting[judgment]as[data]is the cardinal sin. - Findable beats beautiful. Depth, labels, and grouping vs the user's mental model, not the module layout.
- Prioritize by impact × effort. Slow checkout beats a slow About page.
How to reason — Observe → Interpret → Classify → Severity
- Observe — quote the story, the step, the route/nav evidence, and the walkthrough or funnel number
- Interpret — can the persona complete the claimed task, and is the next click obvious?
- Classify — COMPLETED / COMPLETED-WITH-FRICTION / BLOCKED; evidence tag
[data]/[observed]/[judgment] - Severity — Blocker = cannot complete; then impact × effort. A "confusing" page with 95% pass-through is not Critical
What ships with it
1 file 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.
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.
- 6d ago First seen · 216 lines · 75 tokens per session scan A 2aabdd4bc14b
audit-ux-journeys is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 11d ago), licensed MIT. It adds 75 tokens to every session and 2,982 once invoked, about $0.0004 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.
Other skills, from other repositories
frontend-slides
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
goose-graphics
Portable visual skill pack for the Agent Skills ecosystem (Claude Code, Claude Desktop, Claude Cowork, Claude Design, Goose, Cursor, Codex). Discovers community-published styles + formats via the gooseworks CLI, runs an extract-style workflow on reference images, and exports rendered PNGs via Playwright.
brand-intel-branddev
Brand intelligence - logos, colors, fonts, styleguides, and company data from any domain.
create-workflow-diagram
Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.
goose-graphics-create-style
End-to-end skill that turns a single reference image into a published Gooseworks style — analyzes the image, drafts the slim style spec, renders a hero example plus 2-3 additional formats via Playwright, writes the gooseworks-style.json manifest, and publishes via npx gooseworks styles publish so other agents can…
create-chatgpt-mockup
Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…