solana-developer-platform: Skill for Claude Code

.agents/skills/sdp-ui-designer/SKILL.md

sdp-ui-designer is a skill for Claude Code, Codex from solana-foundation/solana-developer-platform. It costs 65 tokens per session (2,078 once invoked), scanned A, original, MIT.

A set of design instructions for building or reviewing screens in the Solana Distribution Platform, a product for institutional digital-asset distribution. It covers patterns for payments, wallets, counterparties, issuance, navigation, tables, and wizards.

In plain words
What is it for?
Use it when designing, prototyping, reviewing, or implementing SDP dashboard and payment-related interfaces.
Why use it?
It keeps new interface work consistent with the platform’s existing design rules, components, spacing, and product requirements.

Skill for Claude CodeCodex

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

This is solana-foundation/solana-developer-platform's own configuration. It tells Claude Code and Codex how to work on solana-developer-platform 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 solana-developer-platform configures →

Reuse

Borrowing it

Nothing to install: this file belongs to solana-foundation/solana-developer-platform. 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/solana-foundation/solana-developer-platform/main/.agents/skills/sdp-ui-designer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/solana-foundation/solana-developer-platform

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 sdp-ui-designer

README.md
[![agentmods](https://agentmods.dev/badge/skills/solana-foundation/solana-developer-platform/sdp-ui-designer/github.svg)](https://agentmods.dev/skills/solana-foundation/solana-developer-platform/sdp-ui-designer)
Your own site
<a href="https://agentmods.dev/skills/solana-foundation/solana-developer-platform/sdp-ui-designer"><img src="https://agentmods.dev/badge/skills/solana-foundation/solana-developer-platform/sdp-ui-designer/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 sdp-ui-designer

Your own site · 80×15
<a href="https://agentmods.dev/skills/solana-foundation/solana-developer-platform/sdp-ui-designer"><img src="https://agentmods.dev/badge/skills/solana-foundation/solana-developer-platform/sdp-ui-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,078 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.00065 $0.02078
Opus 5 $0.00032 $0.01039
Sonnet 5 $0.00013 $0.00416
Haiku 4.5 $0.00006 $0.00208

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

Security

Grade A, and why

sdp-ui-designer 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 9d 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/sdp-ui-designer/SKILL.md · 216 lines

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.

SDP UI Designer

Use this skill for any SDP UI work. Follow the SDP-specific product rules first, then use general Solana institutional design taste only where SDP does not already define a pattern.

Quick Start For Agents

Before editing UI:

  1. Confirm the task is for SDP UI.
  2. Read the current task and only inspect the relevant files or screen slices.
  3. Use these handoff references as the design source of truth:
    • AGENTS.md
    • sdp-design-system.css
  4. Reuse SDP CSS variables, component classes, spacing, table styles, buttons, and navigation patterns before creating new ones.
  5. If direct Figma is available, treat SDP-design as authoritative.

If this skill is shared as a standalone handoff bundle, use the included files:

  • AGENTS.md
  • sdp-design-system.css
  • sdp-ui-designer/SKILL.md

Do not assume access to private prototypes, private source material, or machine-specific paths unless they are explicitly shared with the handoff recipient.

Design Source Of Truth

  • Figma: Jj7dHZIDQ6iGZFwpo38Yhv (SDP-design).
  • Canonical token reference in this bundle: sdp-design-system.css.
  • SDP product rules in this bundle: AGENTS.md.

Use the SDP Payments UI patterns as the product truth for shell, sidebar, navigation hierarchy, tab styling, button grammar, table styling, and general SDP density. Issuance should not invent a separate shell or app navigation pattern.

Use sdp-design-system.css as a portable token and component reference. If the target codebase keeps CSS inline or uses another styling system, mirror the variables and component behavior rather than introducing a second visual language.

Visual Direction

SDP should feel like a quiet institutional operations product:

  • White content surfaces on warm sand/gray app chrome.
  • Subtle borders and restrained shadows.
  • Dense but readable layouts.
  • Operational forms, tables, side panels, and cards.
  • Clear status and readiness states.
  • No marketing-style heroes, decorative backgrounds, glow, or loud brand treatment.

Read the full file on GitHub · 216 lines

Files

What ships with it

2 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. 9d ago First seen · 216 lines · 65 tokens per session scan A 9adb9d4d487a

Subscribe to this mod's changes

sdp-ui-designer is a skill published in the GitHub repository solana-foundation/solana-developer-platform (52 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 2,078 once invoked, about $0.0003 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

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

web3-accessibility-guide

Guide to W3AG (Web3 Accessibility Guidelines) — accessibility standards and patterns for Web3 applications. Covers wallet connect UX, transaction confirmation patterns, error handling, screen reader support, and inclusive design for dApps. Making DeFi usable by everyone.

nirholas/three.ws · 57 tokens

blockchain-patterns

Use this skill when asked about blockchain design patterns, token standards, upgradeable contracts, oracle patterns, layer 2 scaling patterns, cross-chain communication patterns, and common blockchain architecture patterns. Covers ERC standards (20, 721, 1155, 4626, 4337), proxy patterns (UUPS, transparent, beacon)…

j4flmao/agent-skills · 122 tokens

frontend-design

Create distinctive, production-grade Stellar dApp UI. Combines bold aesthetic direction with smart contract integration patterns — wallet connection flows, transaction UX, contract data displays, and agentic kit hook wiring. No generic "AI slop" aesthetics.

rylsherdamz-rgb/stellar-forge · 51 tokens

modeling-revenue-metrics

Build reusable revenue models — MRR, ARR, gross revenue, new/expansion/contraction/churn, ARPU, LTV, and per-customer/per-account revenue — on either PostHog data-warehouse views (HogQL) or an external dbt project. Use when the user wants to model, define, or compute recurring revenue, monthly/annual recurring…

PostHog/posthog.com · 231 tokens

modeling-activation-metrics

Build reusable activation models — an activation-rate metric and a per-user/per-account activated flag — on either PostHog data-warehouse views (HogQL) or an external dbt project. Use when the user wants to define, model, or measure activation, the "aha moment", onboarding success, or which early actions predict a…

PostHog/posthog.com · 192 tokens