- Home
- /
- Categories
- /
- Web3 & Crypto
Web3 & Crypto
Blockchain, cryptocurrency, Web3 development
solana-account-model
by SanctifiedOps
Expert guide to Solana's account model: ownership, signers, rent, PDAs, CPIs, and state layout decisions. Use when modeling accounts, auditing account flows, or debugging account-related errors.
octav-api
by Octav-Labs
Integrate with Octav API for cryptocurrency portfolio tracking, transaction history, and DeFi analytics across 65+ blockchain networks. Use when building applications that need to: (1) Track wallet balances and net worth across multiple chains, (2) Query transaction history with filtering and search, (3) Monitor DeFi protocol positions (Aave, Uniswap, etc.), (4) Access historical portfolio snapshots, (5) Analyze token distribution and holdings. Triggers on: "Octav API", "crypto portfolio API", "blockchain portfolio tracking", "DeFi analytics API", "wallet balance API", "transaction history API", "multi-chain portfolio".
wallet-connection-ux
by SanctifiedOps
Best practices for Solana wallet connect flows (Phantom, Solflare, Backpack): connect/disconnect, state handling, error UX, safety prompts, and edge-case handling. Use when building or reviewing frontend wallet UX.
anchor-project-scaffold
by SanctifiedOps
Set up a production-ready Anchor workspace: program/client layout, env config, testing, and build hygiene. Use when starting new Anchor projects or re-baselining repos.
contracts
by michavie
Expert MultiversX Smart Contract Development (Rust). Use for writing, testing, optimizing, and auditing smart contracts.
crypto-analysis
by Neo2025new
This skill should be used when the user asks to "analyze crypto", "分析行情", "analyze btc", "look at eth", "check sol", or mentions cryptocurrency technical analysis. It provides market maker perspective analysis using Binance API data.
backend
by michavie
Expert MultiversX Backend Development (Go, Python, TypeScript). Use for microservices, off-chain logic, and blockchain interaction.
legitimacy-signals
by SanctifiedOps
How to project legitimacy for Solana projects: disclosures, address registry, audits, comms patterns, red-flag avoidance. Use for project pages, announcements, and community trust work.
post-launch-token-ops
by SanctifiedOps
Runbook for token operations after launch: treasury moves, unlock communications, LP adjustments, and monitoring. Use for weeks 1�4 post launch.
launch-announcement-structures
by SanctifiedOps
Templates for Solana launch announcements: X threads, pinned TG messages, FAQs with addresses and disclosures. Use for Day 0 comms.
program-security-basics
by SanctifiedOps
Baseline security checklist for Solana programs: authority checks, input validation, upgrade keys, unsafe patterns, and attack surfaces. Use for design reviews and pre-deploy audits.
indexing-strategy
by SanctifiedOps
Decide when and how to index Solana data vs direct RPC reads. Covers event design, backfill, storage, and performance. Use for data architecture decisions.
jito-bundles-and-priority-fees
by SanctifiedOps
Master Jito bundles for MEV protection and priority fee optimization on Solana - bundle submission, tip strategies, and transaction landing. Use for trading bots, high-priority transactions, and MEV-aware applications.
wallet-monitoring-bot
by SanctifiedOps
Build a Solana wallet monitoring bot (inflows/outflows, threshold alerts) with safe rate limits and privacy guardrails. Use for treasury monitoring, whale tracking, or security alerts.
rug-detection-checklist
by SanctifiedOps
Comprehensive rug detection for Solana tokens - red flags, contract analysis, LP verification, insider patterns, and escape routes. Use before buying any token to protect against scams.
frontend
by michavie
Expert MultiversX Frontend Development. Use for building dApps with React, Next.js, and sdk-dapp.
chain-analyst
by lutr0
"Analyze onchain activity across EVM networks using HyperSync for historical data, RPC for current state, Etherscan for ABI lookup, and CoinGecko for pricing. Use when users ask to decode transactions, trace token flow, query contract state, compute balances from logs, identify event emitters, or produce reproducible protocol-level analysis with commands and evidence."
instruction-design-and-validation
by SanctifiedOps
Design Solana/Anchor instructions with clear inputs, constraints, authority checks, and invariants. Use when defining or reviewing instruction APIs.
smart-accounts-kit
by smartgator
Web3 development using MetaMask Smart Accounts Kit. Use when the user wants to build dApps with ERC-4337 smart accounts, send user operations, batch transactions, configure signers (EOA, passkey, multisig), implement gas abstraction with paymasters, create delegations, or request advanced permissions (ERC-7715). Supports Viem integration, multiple signer types (Dynamic, Web3Auth, Wagmi), gasless transactions, and the Delegation Framework.
bittensor
by KennethAshley
Query Bittensor network using the Python SDK. Get metagraph data, subnet info, validator stats, and more. Use when user asks about TAO, subnets, validators, emissions, or staking.
solana-wingman
by x4484
"Solana development tutor and builder. Teaches smart contract (program) development through Solana-native challenges, Anchor framework, and security best practices."
fair-launch-patterns
by SanctifiedOps
Operational patterns for fair token launches: definitions, mechanics, tradeoffs, and execution steps. Use when planning fair/transparent launches.
social-signal-bot
by SanctifiedOps
Automate posting/monitoring social signals (X/Telegram) with rate-limit awareness and safe templates. Use for content cadence or alerts.
rpc-selection-and-resilience
by SanctifiedOps
Playbook for selecting Solana RPC providers and building resilient client access (fallbacks, timeouts, rate limits, caching, cost control). Use when designing infra or debugging RPC issues.