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 draaujpeg/solana-uiux-onboarding-kit --skill solana-onboardinggit clone --depth 1 https://github.com/draaujpeg/solana-uiux-onboarding-kitWrote 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/draaujpeg/solana-uiux-onboarding-kit/solana-onboarding)<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.
<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>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.00082 | $0.01303 |
| Opus 5 | $0.00041 | $0.00651 |
| Sonnet 5 | $0.00016 | $0.00261 |
| Haiku 4.5 | $0.00008 | $0.00130 |
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.
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 — 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.
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.
- components/address-field.tsx 1.8 KB
- components/brand-marks.tsx 2.1 KB
- components/callout.tsx 2.1 KB
- components/choice-cards.tsx 3.1 KB
- components/confirmation-dialog.tsx 8.3 KB
- components/error-alert.tsx 5.9 KB
- components/glossary-tooltip.tsx 4.9 KB
- components/help-links.ts 1.7 KB runs code
- components/inline-warning.tsx 2.4 KB
- components/kyc-flow.tsx 4.9 KB
- components/kyc-rejected.tsx 2.9 KB
- components/kyc-rejection-causes.ts 1.8 KB runs code
- components/kyc-requirements.tsx 2.8 KB
- components/kyc-review.tsx 4.4 KB
- components/kyc-upload.tsx 5.9 KB
- components/manifest.json 7.9 KB
- components/modal-shell.tsx 2.9 KB
- components/seed-phrase-confirm.tsx 4.2 KB
- components/seed-phrase-flow.tsx 6.6 KB
- components/seed-phrase-import.tsx 6.0 KB
- components/seed-phrase-reveal.tsx 3.6 KB
- components/seed-phrase-warning.tsx 6.4 KB
- components/severity.ts 1.7 KB runs code
- components/step-dots.tsx 979 B
- components/summary-table.tsx 1.2 KB
- components/tokens.css 5.0 KB
- components/welcome-dialog.tsx 4.8 KB
- evals/cases.md 4.9 KB
- evals/README.md 1.7 KB
- evals/trigger.md 4.3 KB
- methodology/audit-grid.md 8.1 KB
- package.json 502 B
- references/copy-rules.md 4.2 KB
- references/custody-paths.md 4.9 KB
- references/error-codes.md 4.2 KB
- references/glossary.md 4.5 KB
- references/installing.md 3.4 KB
- references/patterns/01-seed-phrase-education.md 5.8 KB
- references/patterns/02-post-onboarding-welcome.md 3.1 KB
- references/patterns/03-inline-contextual-help.md 2.7 KB
- references/patterns/04-inline-glossary.md 3.2 KB
- references/patterns/05-actionable-errors.md 3.4 KB
- references/patterns/06-gate-anticipation.md 3.4 KB
- references/patterns/07-pre-action-confirmation.md 3.5 KB
- references/risk-classification.md 4.7 KB
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.
- 11d ago First seen · 125 lines · 82 tokens per session scan A 0b386b05cd2e
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.
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…
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.
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.
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…
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.
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.