ai-onboarding-design

ai-onboarding-design is a skill for Claude Code from RBraga01/builder-design. It costs 46 tokens per session (1,909 once invoked), scanned A, original, MIT.

Design guidance for first-use screens and empty states in AI features. An empty state is what users see before there is any content or conversation.

In plain words
What is it for?
It helps create example prompts, capability explanations, trust signals, and fallback behavior for new AI assistants, chats, and agent interfaces.
Why use it?
It helps new users understand what the AI can do, trust its limits, and reach a useful first result instead of guessing randomly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the builder-design plugin — 8 skills, 5 agents shipped together

Good fit It helps create example prompts, capability explanations, trust signals, and fallback behavior for new AI assistants, chats, and agent interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rbraga01/builder-design/ai-onboarding-design
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 RBraga01/builder-design --skill ai-onboarding-design
Clone the repo
git clone --depth 1 https://github.com/RBraga01/builder-design

Made for: Claude Code.

Or install builder-design, the plugin that ships this one along with the rest of its 8 skills, 5 agents.

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 ai-onboarding-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/rbraga01/builder-design/ai-onboarding-design/github.svg)](https://agentmods.dev/skills/rbraga01/builder-design/ai-onboarding-design)
Your own site
<a href="https://agentmods.dev/skills/rbraga01/builder-design/ai-onboarding-design"><img src="https://agentmods.dev/badge/skills/rbraga01/builder-design/ai-onboarding-design/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 ai-onboarding-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/rbraga01/builder-design/ai-onboarding-design"><img src="https://agentmods.dev/badge/skills/rbraga01/builder-design/ai-onboarding-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,909 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.00046 $0.01909
Opus 5 $0.00023 $0.00955
Sonnet 5 $0.00009 $0.00382
Haiku 4.5 $0.00005 $0.00191

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

Security

Grade A, and why

ai-onboarding-design 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 11d 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.

skills/ai-onboarding-design/SKILL.md · 200 lines

How it starts

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

AI Onboarding Design

The Law

AN AI FEATURE WITHOUT DESIGNED ONBOARDING FAILS ITS MOST IMPORTANT USERS FIRST.
"They'll figure it out" is a blank input — users probe randomly, hit limits before they find value, and don't return.
Capability communication + trust signals + first-win design IS AI onboarding.

When to Use

Trigger when:

  • Designing the first-run experience for any AI feature
  • Designing empty states for a chat, AI assistant, or agent interface
  • Adding AI capabilities to an existing product for the first time
  • Reviewing whether existing AI onboarding communicates capability and builds trust

When NOT to Use

  • Features with returning users who already know the interface (post-onboarding flows)
  • Internal developer tools where the audience already knows the model's capabilities

The Three Onboarding Obligations

1 — Capability Communication

Users cannot use what they don't know exists. The empty state must teach the model's capabilities.

What to show:

  • 4–6 example prompts, specific to this feature's domain
  • Example prompts are clickable and submit immediately
  • Prompts cover: simple query, complex analysis, creative use, edge of capability
What can I help you with?

┌─────────────────────────────┐  ┌──────────────────────────────┐
│ Summarise this contract     │  │ Compare these two proposals   │
└─────────────────────────────┘  └──────────────────────────────┘
┌─────────────────────────────┐  ┌──────────────────────────────┐
│ What are the key risks?     │  │ Draft an email about...       │
└─────────────────────────────┘  └──────────────────────────────┘

What not to show:

  • "Ask me anything!" — too vague; users don't know what "anything" means for this feature
  • Examples outside the model's actual capability for this use case
  • More than 6 examples — choice paralysis

2 — Trust Building

AI features require more trust than deterministic features. Users don't know:

  • Where the data comes from
  • Whether the model makes things up
  • What happens to their input

Read the full file on GitHub · 200 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. 11d ago First seen · 200 lines · 46 tokens per session scan A 902da9b6635d

Subscribe to this mod's changes

ai-onboarding-design is a skill published in the GitHub repository RBraga01/builder-design (2 stars, last pushed 2mo ago), licensed MIT. It adds 46 tokens to every session and 1,909 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-31.

Related

Other skills, from other repositories

uxi

UX research and UI design guidance for any product in any domain. Use this whenever the work touches interface design, usability, design critique, accessibility, design systems, user research, information architecture, onboarding, forms, dashboards, landing pages, empty and error states, or interface copy. Trigger it…

ahammadnafiz/uxi · 166 tokens

ui-designer

!cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/visual-grounding.md 2>/dev/null || echo "=== Visual Grounding not loaded ===" !cat skills/shared/protocols/visual-evidence-library.md 2>/dev/null || echo "=== Visual Evidence Library…

buiphucminhtam/forgewright · 65 tokens

ux-principles-skill

Apply established UX, interaction-design, and visual-design principles when designing, building, or reviewing any user-facing interface or flow. Use when creating or editing UI components, screens, forms, navigation, or layouts; when making product/interaction decisions (goals, personas, postures, states); when…

dereyurtali/ux-principles-skill · 151 tokens

ui-styles

An offline library of 79 UI style families, with prompts in Chinese and English. It covers styles such as glassmorphism, vaporwave, bento grids, and minimalism.

chrzamz/ui-styles-skill · 114 tokens

stitch-design

Automate high-fidelity UI prototyping with Google Stitch MCP. Use when the user needs to generate, iterate, or refine UI screens via Stitch prompts.

blockbloomer/claude-skill-stitch-design · 35 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens