🎯

stellar-dev

🎯Skill

from stellar/stellar-dev-skill

VibeIndex|
What it does

Provides AI-powered guidance and code generation for Stellar blockchain development, covering Soroban smart contracts, SDKs, APIs, assets, wallets, testing, and ecosystem tools.

stellar-dev

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add stellar/stellar-dev-skill
Install PluginInstall plugin from marketplace
/plugin install stellar-dev@stellar-dev-skill
Quick InstallInstall with npx
npx skills add https://github.com/stellar/stellar-dev-skill
git cloneClone repository
git clone https://github.com/stellar/stellar-dev-skill
πŸ“– Extracted from docs: stellar/stellar-dev-skill
6Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Stellar Development Skill

A comprehensive AI skill for modern Stellar development (January 2026 best practices).

Inspired by [solana-foundation/solana-dev-skill](https://github.com/solana-foundation/solana-dev-skill) and [cloudflare/skills](https://github.com/cloudflare/skills).

> [!NOTE]

> This skill was AI-generated using [Claude Code](https://claude.ai/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.

Overview

This skill provides AI assistants with deep knowledge of the current Stellar development ecosystem:

  • Smart Contracts: Soroban (Rust SDK, WebAssembly)
  • Client SDKs: stellar-sdk (JavaScript), Python, Go, Rust
  • APIs: Stellar RPC (preferred), Horizon (legacy)
  • Assets: Stellar Assets, Stellar Asset Contract (SAC)
  • Wallets: Freighter, Stellar Wallets Kit, Smart Accounts (passkeys)
  • Testing: Local Quickstart, Testnet, Unit tests
  • Security: Soroban-specific patterns, audit checklists
  • Ecosystem: DeFi protocols, developer tools, community projects

Installing

These skills work with any agent that supports the [Agent Skills](https://agentskills.io) standard.

[Claude Code](https://code.claude.com/docs/en/discover-plugins#add-from-github)

```bash

# 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](https://skills.sh)

```bash

npx skills add https://github.com/stellar/stellar-dev-skill

```

Clone / Copy

```bash

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](https://code.claude.com/docs/en/skills) |

| OpenCode | ~/.config/opencode/skill/ | [docs](https://opencode.ai/docs/skills/) |

| OpenAI Codex | ~/.codex/skills/ | [docs](https://developers.openai.com/codex/skills/) |

| Pi | ~/.pi/agent/skills/ | [docs](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#skills) |

Skill Structure

```

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

β”œβ”€β”€ api-rpc-horizon.md # API access (RPC/Horizon)

β”œβ”€β”€ security.md # Security checklist

β”œβ”€β”€ common-pitfalls.md # Common issues and solutions

β”œβ”€β”€ 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.

Example Prompts

```

"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"

```

Contributing

Contributions are welcome! Please ensure any updates reflect current Stellar ecosystem best practices.

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Guidelines

  • Keep information current (check stellar.org/developers for updates)
  • Focus on practical, actionable guidance
  • Include code examples where helpful
  • Cite official documentation when possible

Resources

  • [Stellar Developers](https://developers.stellar.org)
  • [Stellar Discord](https://discord.gg/stellar)
  • [Stellar Stack Exchange](https://stellar.stackexchange.com)
  • [SDF Blog](https://stellar.org/blog)

License

Apache-2.0 License - see [LICENSE](LICENSE) for details.