By stellar
Build end-to-end Stellar blockchain applications by writing Soroban smart contracts in Rust, integrating stellar-sdk in JavaScript, Python, or Go, connecting Freighter wallets, querying RPC and Horizon APIs, managing Stellar Assets with ZK proofs, testing contracts, and applying security best practices.
npx claudepluginhub stellar/stellar-dev-skill --plugin stellar-devA comprehensive AI skill for modern Stellar development with current best practices.
Inspired by solana-foundation/solana-dev-skill and cloudflare/skills.
[!NOTE] This skill was AI-generated using Claude Code and is currently under manual review. We welcome contributions! Please submit PRs, open issues, or provide feedback to help improve this resource for the Stellar ecosystem.
This skill provides AI assistants with deep knowledge of the current Stellar development ecosystem:
These skills work with any agent that supports the Agent Skills standard.
# Add this repo as a marketplace
/plugin marketplace add stellar/stellar-dev-skill
# Then install the skill
/plugin install stellar-dev@stellar-dev-skill
npx skills add https://github.com/stellar/stellar-dev-skill
git clone https://github.com/stellar/stellar-dev-skill
Copy the skill/ directory contents to your assistant's skills location.
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ | docs |
| OpenCode | ~/.config/opencode/skill/ | docs |
| OpenAI Codex | ~/.codex/skills/ | docs |
| Pi | ~/.pi/agent/skills/ | docs |
skill/
├── SKILL.md # Main skill definition (required)
├── contracts-soroban.md # Soroban smart contract development
├── frontend-stellar-sdk.md # Frontend integration patterns
├── testing.md # Testing strategies
├── stellar-assets.md # Asset issuance and management
├── zk-proofs.md # ZK proof architecture and verification patterns
├── api-rpc-horizon.md # API access (RPC/Horizon)
├── security.md # Security checklist
├── common-pitfalls.md # Common issues and solutions
├── advanced-patterns.md # Advanced Soroban architecture patterns
├── standards-reference.md # SEP/CAP standards quick reference
├── ecosystem.md # DeFi protocols, wallets, tools, projects
└── resources.md # Curated reference links
The skill uses a progressive disclosure pattern. The main SKILL.md provides core guidance, and the AI reads the specialized markdown files only when needed for specific tasks.
"Help me write a Soroban smart contract for a token"
"Set up a Next.js app with Freighter wallet connection"
"How do I deploy a contract to Stellar Testnet?"
"Create unit tests for my Soroban contract"
"Review this contract for security issues"
Contributions are welcome! Please ensure any updates reflect current Stellar ecosystem best practices.
Apache-2.0 License - see LICENSE for details.
Note: This repository is not in scope for the Stellar Development Foundation bug bounty program. Vulnerabilities found in this repo are not eligible for rewards.
Skills for secure smart contract development with OpenZeppelin Contracts libraries
Share bugs, ideas, or general feedback.
Specialized agents for blockchain development, smart contracts, and Web3 applications
Comprehensive Solana development toolkit: build programs with Anchor/native Rust and audit for security vulnerabilities
Claude Code skill pack for QuickNode (18 skills)
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing
Canonical Starknet skill bundle for AI agents: wallets, DeFi, identity, payments, privacy, and Cairo contract workflows.