solana-dev skillA
solana-dev is agent-read markdown (skill) from starchild-ai-agent/official-skills: Solana development: Anchor and Pinocchio programs, Kit clients, wallet flows, testing. Use when building a Solana dapp or program (e.g. write Anchor escrow, create SPL token, wallet-standard login, debug PDA, deploy to devnet)..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Solana Development Skill (framework-kit-first)
## What this Skill is for
Use this Skill when the user asks for:
- Solana dApp UI work (React / Next.js)
- Wallet connection + signing flows
- Transaction building / sending / confirmation UX
- On-chain program development (Anchor or Pinocchio)
- Client SDK generation (typed program clients)
- Local testing (LiteSVM, Mollusk, Surfpool)
- Security hardening and audit-style reviews
- Confidential transfers (Token-2022 ZK extension)
- **Toolchain setup, version mismatches, GLIBC errors, dependency conflicts**
- **Upgrading Anchor/Solana CLI versions, migration between versions**
## Default stack decisions (opinionated)
1) **UI: framework-kit first**
- Use `@solana/client` + `@solana/react-hooks`.
- Prefer Wallet Standard discovery/connect via the framework-kit client.
2) **SDK: @solana/kit first**
- Build clients with `createClient()` from `@solana/kit`, then `.use(...)` plugins:
```ts
createClient()
.use(signer(mySigner))
.use(solanaRpc({ rpcUrl }));
// or solanaLocalRpc / solanaDevnetRpc / solanaMainnetRpc from @solana/kit-plugin-rpc
```
- Default to `signer()` / `signerFromFile()` / `generatedSigner()` from
…Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/solana-dev@v1.1.2mdr add starchild-ai-agent/official-skills/solana-dev@sha256:1129d5ad76315e63Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_mlk2bfb6ujmlbu47)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.1.2 latest | 2026-09-14 | 37a8d58 | 9,122 B | A | view · diff |
| v1.1.1 | 2026-05-21 | 868b4d4 | 9,122 B | A | view · diff |
| v1.1.0 | 2026-05-04 | fba2a71 | 9,576 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (9122 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
starchild-ai-agent/official-skills · 28 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_mlk2bfb6ujmlbu47 GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/solana-dev GET https://markdownregistry.com/api/v1/blob/1129d5ad76315e63e7272654a62e2206719665f7cb24ef48740b8598f6bf0a1f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from starchild-ai-agent/official-skills
Every file in starchild-ai-agent/official-skills