ontology-atlas: Skill for Claude Code

.agents/skills/user-walkthrough/SKILL.md

user-walkthrough is a skill for Claude Code, Codex from wlsdks/ontology-atlas. It costs 37 tokens per session (1,100 once invoked), scanned A, original, MIT.

A method for checking one complete product journey in a running app, from the starting link through the intended result. It records visible interface problems without guessing what users think or want.

In plain words
What is it for?
Use it to inspect a user journey, name observable interface failure patterns, and report findings that can be checked against the screens.
Why use it?
It catches breaks that isolated screen reviews can miss, such as unclear next steps, dead-end buttons, missing feedback, or unexplained waiting.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents).

This is wlsdks/ontology-atlas's own configuration. It tells Claude Code and Codex how to work on ontology-atlas itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ontology-atlas configures →

Reuse

Borrowing it

Nothing to install: this file belongs to wlsdks/ontology-atlas. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/wlsdks/ontology-atlas/main/.agents/skills/user-walkthrough/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/wlsdks/ontology-atlas

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 user-walkthrough

README.md
[![agentmods](https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/user-walkthrough/github.svg)](https://agentmods.dev/skills/wlsdks/ontology-atlas/user-walkthrough)
Your own site
<a href="https://agentmods.dev/skills/wlsdks/ontology-atlas/user-walkthrough"><img src="https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/user-walkthrough/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.

agentmods 80×15 button for user-walkthrough

Your own site · 80×15
<a href="https://agentmods.dev/skills/wlsdks/ontology-atlas/user-walkthrough"><img src="https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/user-walkthrough.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,100 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00037 $0.01100
Opus 5 $0.00018 $0.00550
Sonnet 5 $0.00007 $0.00220
Haiku 4.5 $0.00004 $0.00110

Measured 5d ago against content hash 0628443bbc48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

user-walkthrough 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 5d 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.

.agents/skills/user-walkthrough/SKILL.md · 119 lines

How it starts

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

User walkthrough

Screen reviews do not prove a journey. When pnpm design:route includes this skill, walk its declared scope: the changed path for a local journey change, the agent-handoff path for a handoff change, or the continuous north-star path for a new surface.

Authority and limit

Judge facts that live in the artifact: vocabulary, next-step visibility, control discoverability, feedback, perceived reversibility, waiting state, missing paths, and visible craft. Each can be proven by pointing at the screen.

Do not claim facts that live in a person's mind: whether they want it, will return, recommend it, or pay. Simulated users mispredict real people inconsistently. “No observable stall” does not mean “they like it.” Demand, retention, and willingness come only from real people.

Name patterns, not emotions

Every finding carries a reusable pattern name. “This person will feel frustrated” is invention; “dead-end CTA—the primary button opens an empty destination” is a checkable pattern.

Common patterns:

Pattern Definition
Dead-end CTA the strongest action leads nowhere useful
Implementation-language label the label describes program work, not the user's outcome
Gate before value the product requires something before showing why it matters
Silent wait work is happening with no visible progress
Unknown reversibility a risky-looking action shows no undo or cancellation path
Builder vocabulary leak internal developer terms appear on the user surface
Missing next step the screen does not say what follows the completed action

Name and define a new repeatable pattern when needed. Repeated patterns in the decision ledger may deserve a product rule.

Declare the walker

Use only knowledge state, situation, and concern. Do not invent demographic or emotional backstory.

Default:

Knows: uses Claude Code daily; maintains AGENTS/CLAUDE Markdown; comfortable with Git.
Does not know: Atlas; product use of “ontology”; graph databases.
Context: technical lead on a 2–10 person team, received a link while doing other work, meeting in 10 minutes.
Cares about: agents losing context, software touching local files, and the ability to leave later.

Read the full file on GitHub · 119 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. 5d ago Changed · +4 lines 0628443bbc48
  2. 7d ago Changed · +6 lines b179a4b11305
  3. 12d ago First seen · 109 lines · 37 tokens per session scan A b9cb9c306cf9

Subscribe to this mod's changes

user-walkthrough is a skill published in the GitHub repository wlsdks/ontology-atlas (103 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 1,100 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-30.

Related

Other skills, from other repositories

design-brief

Parse a structured design brief written in I-Lang protocol format into a concrete design spec. Eliminates ambiguity from vague requests like "make it professional" by requiring explicit dimensions: palette, typography, layout, mood, density, and constraints. Trigger keywords: "design brief", "create a design brief"…

nexu-io/open-design · 76 tokens

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

critique

Run a 5-dimension expert design review on any HTML artifact in the project — Philosophy / Visual hierarchy / Detail / Functionality / Innovation, each scored 0–10. Outputs a single self-contained HTML report with a radar chart, evidence-backed scores, and three lists: Keep / Fix / Quick-wins. Use when the brief asks…

nexu-io/open-design · 107 tokens

kami-landing

Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.

nexu-io/open-design · 81 tokens

open-design-landing-deck

OpenDesign's brand-story deck for partners and press: why it exists, what it believes, and where design is going. Built as a decision-grade marketing & GTM deck for partners, press, community.

nexu-io/open-design · 49 tokens

fs-editorial-forest

Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.

nexu-io/open-design · 44 tokens