solana-onboarding

solana-onboarding is a skill for Claude Code, Codex from draaujpeg/solana-uiux-onboarding-kit. It costs 82 tokens per session (1,303 once invoked), scanned A, original, MIT.

A set of patterns and rules for improving the first-use experience of Solana products, including wallets, exchanges, trading apps, and lending apps. Solana is a blockchain network, and these products often involve wallets and transactions.

In plain words
What is it for?
Use it to review or implement onboarding, wallet creation or import, transaction confirmations, error states, and identity-related flows. It can either diagnose problems or install and connect approved components.
Why use it?
It helps find confusing entry points, wallet steps, transaction confirmations, and error states that can stop new users. Its guidance is based on a study of 13 applications and requires the product owner to approve wording.

Skill for Claude CodeCodex

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

Good fit Use it to review or implement onboarding, wallet creation or import, transaction confirmations, error states, and identity-related flows. It can either diagnose problems or install and connect approved components.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/draaujpeg/solana-uiux-onboarding-kit/solana-onboarding
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 draaujpeg/solana-uiux-onboarding-kit --skill solana-onboarding
Clone the repo
git clone --depth 1 https://github.com/draaujpeg/solana-uiux-onboarding-kit

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 solana-onboarding

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/draaujpeg/solana-uiux-onboarding-kit/solana-onboarding"><img src="https://agentmods.dev/badge/skills/draaujpeg/solana-uiux-onboarding-kit/solana-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,303 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.00082 $0.01303
Opus 5 $0.00041 $0.00651
Sonnet 5 $0.00016 $0.00261
Haiku 4.5 $0.00008 $0.00130

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

Security

Grade A, and why

solana-onboarding 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.

The scan reads SKILL.md. This mod also ships 3 executable files (components/help-links.ts, components/kyc-rejection-causes.ts, components/severity.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/solana-onboarding/SKILL.md · 125 lines

How it starts

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

Solana onboarding

This skill carries the components that answer each of those, and the rules for choosing between them. Both are calibrated on evidence: every rule exists because something was measured failing without it.

Components are copied into the user's project. They are not a dependency, there is nothing to keep updated, and the user owns and edits the result.

Output: either a diagnosis of what is missing, or components installed and wired into the project, with the wording agreed rather than assumed.

  • Read the reference for a pattern before proposing anything about it. The rules are not derivable from the components.
  • Propose copy and wait for the user to confirm, edit or replace it. Product wording is theirs, and a plausible guess survives review by looking finished.
  • Say when a screen should not exist. Confirming everything trains people to click through, which is what makes the one dialog that mattered invisible.
  • Run the project's build after installing anything, and fix what you broke.

Never:

  • Never invent a component. If nothing here fits, say so and describe what would.
  • Never add a copy-to-clipboard control for a recovery phrase.
  • Never assert the reason an identity verification was rejected. The reasoning is in components/kyc-rejection-causes.ts.
  • Never write a literal colour into a component. Everything paints with --so-* tokens, which is what lets a copied component adopt the host brand.

Read the full file on GitHub · 125 lines

Files

What ships with it

45 files 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.

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 · 125 lines · 82 tokens per session scan A 0b386b05cd2e

Subscribe to this mod's changes

solana-onboarding is a skill published in the GitHub repository draaujpeg/solana-uiux-onboarding-kit (5 stars, last pushed 1mo ago), licensed MIT. It adds 82 tokens to every session and 1,303 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-08-31.

Related

Other skills, from other repositories

ss-dial

Turn ONE design axis up or down as a coordinated, deterministic transform — "denser", "sharper corners", "more muted", "bolder", "flatter", "livelier". Not a vibe the model reinterprets each time; a defined ramp that moves many tokens together, respects the guardrails (8px grid, a11y floors, single accent…

bitjaru/styleseed · 114 tokens

korrodesign

Design Copilot with two enforcement layers (Taste Guardian + Blind Spot ESLint plugin, 14 rules). Works standalone with zero dependencies. 7-phase design pipeline. Produces Awwwards-level websites with automated UI hygiene enforcement.

KorroAi/korrodesign · 50 tokens

apple-design

Complete Apple Human Interface Guidelines (HIG) and Apple Design System standard. Use when designing, building, or auditing UI/UX for iOS, iPadOS, macOS, watchOS, visionOS, or Apple-styled web and mobile applications.

billythekidz/apple-design-skill · 55 tokens

claude-design-idea-to-ready

Take a UI from a one-line idea to on-brand, shippable design with Claude, in the correct order — brand foundation first, then components, screens, interactions, accessibility, and only then generation via /design. Use whenever someone wants to design, redesign, or generate a screen, page, component, or onboarding flow…

chohra-med/claude_design_skill · 135 tokens

suanfish-design-system

A Chinese design system for creating and reviewing web interfaces, with multiple design perspectives working together. It focuses on React and Tailwind-based projects.

SuanFishXYY/suanfish-design-system · 293 tokens

apple-design

Complete Apple Human Interface Guidelines (HIG) and Apple Design System standard. Use when designing, building, or auditing UI/UX for iOS, iPadOS, macOS, watchOS, visionOS, or Apple-styled web and mobile applications.

billythekidz/apple-design-skill · 55 tokens