Give your AI the right Stellar context before it writes code. Works with any AI agent.
Tell your agent:
Claude Code
Cursor
npx skills
Clone repo
Soroban Smart Contracts
Write, test, secure, and ship Rust smart contracts on Stellar. Covers patterns, pitfalls, and architecture.
Frontend & Wallets
Build Stellar dApps with the JavaScript SDK, Freighter, Wallets Kit, and passkey smart accounts.
Stellar Assets & SAC
Issue and manage classic Stellar assets and trustlines, with the SAC bridge for Soroban interop.
RPC & Horizon APIs
Query Stellar chain data with RPC (preferred) and Horizon (legacy). Covers streaming, indexing, and migration.
Agent Payments (x402 + MPP)
Charge AI agents for API calls with x402 paywalls or MPP payment channels.
ZK Proofs
Verify Groth16 zero-knowledge proofs on Stellar using BLS12-381, BN254, and Poseidon primitives.
SEPs, CAPs & Ecosystem
Pick the right SEP or CAP for your feature, with ecosystem projects and curated reference links.
Community skills
Skills built and maintained by the Stellar community. Each project has its own install instructions, so follow the link on a card to set it up with your agent. The resources listed here are community-contributed and are not endorsed by the Stellar Foundation. Always do your own research (DYOR) before using any tool or resource. Inclusion in this list does not imply any warranty, security audit, or official recommendation.
OpenZeppelin Contracts
Scaffold a Soroban project with OpenZeppelin's audited Stellar contract libraries. Walks through Rust toolchain setup, Stellar CLI install, workspace dependencies, and applying the pausable and ownable macros to your contract.
DeFindex SDK
Integrate DeFindex vaults on Stellar with the @defindex/sdk TypeScript package. Covers vault deposits and withdrawals, balance and APY queries, programmatic vault creation, and the unsigned-XDR signing pattern for backend and bot integrations.
Soroswap SDK
Trade on Soroswap DEX from a backend, bot, or swap widget using the @soroswap/sdk TypeScript package. Covers token swaps, liquidity pool operations, price and route queries, API key handling, and signing flows for both server keypairs and browser wallets.
Trustless Work Escrow
Build escrow and milestone-based payment workflows on Stellar with the Trustless Work platform. Covers single-release and multi-release escrows, trustline configuration, dispute handling, and three integration paths: REST API, React SDK hooks, and pre-built Blocks UI components.