Give your AI the right Stellar context before it writes code. Works with any AI agent.

Tell your agent:
Claude Code
Cursor
OpenAI Codex
npx skills
Clone repo

Stellar 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 smart contract 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 proofs on-chain via BLS12-381, with Circom, Noir, and RISC Zero toolchain walkthroughs.

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 members of the Stellar community. Each project has its own install instructions; follow the link on a card to set it up with your agent.

Community skills are independently developed and are not reviewed, endorsed, or maintained by the Stellar Development Foundation. Inclusion in this directory does not imply any warranty, security audit, or recommendation by SDF. You are solely responsible for evaluating any community skill before use, including reviewing its code, license, and security practices.

OpenZeppelin Contracts

Scaffold a Stellar smart contract 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.

Showing 4 of 4 skills

Add your skill

Built a skill that helps people develop on Stellar? Open a pull request that adds an entry to ECOSYSTEM_CARDS in site/src/data/skills.ts. Once merged, your skill shows up here and in llms.txt.

{
  title: "Project Name",
  description: "Verb-led summary of what the skill does.",
  pathLabel: "owner/repo",
  copyValue: "https://github.com/owner/repo/blob/main/path/to/SKILL.md",
}