By codehakase
Claude Code skills for building on Shelby decentralized storage network (Aptos blockchain). Covers file upload/download, APT/ShelbyUSD balances, blob management, and WebDAV integration.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin codehakase-shelby-skillsA Claude Code plugin providing skills for building on Shelby, a decentralized storage network built on the Aptos blockchain.
/plugin marketplace add codehakase/shelby-skills
/plugin install shelby-blockchain@shelby-skills
/plugin list
You should see shelby-blockchain in your installed plugins.
Comprehensive guidance for Shelby operations:
| Operation | Description |
|---|---|
| Balance Fetching | APT & ShelbyUSD via fungible asset view functions |
| File Upload | Commitments, blob registration, wallet signing |
| File Download | SDK download, browser blob URLs |
| Blob Listing | Account blobs with metadata parsing |
| Transactions | Fetching & parsing transaction history |
| Cost Calculation | Storage pricing ($0.05/GB/month) |
Once installed, Claude Code will automatically use this skill when you ask about:
Network: Shelbynet (testnet)
https://api.shelbynet.shelby.xyz/v1
Token Metadata (Fungible Assets):
0xa0x1b18363a9f1fe5e6ebf247daba5cc1c18052bb232efdc4c50f556053922d98e1Important: On Shelbynet, APT is stored as a Fungible Asset, not in legacy CoinStore format.
Projects using this skill typically need:
{
"@aspect-build/shelby-sdk": "latest",
"@aptos-labs/ts-sdk": "^1.33.1",
"@aptos-labs/wallet-adapter-react": "^3.x"
}
MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.