Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ In addition to workshop materials, this repository includes reference guides on
### AI Tools & Skills

- [Raven MCP](https://raven.stellar.buzz) - The official hosted MCP server for the Stellar ecosystem. Exposes `search` (Stellar docs + ecosystem discovery) and `execute` (queries against live ecosystem data) to any AI agent. Connect it directly: `claude mcp add --transport http stellar-raven "https://raven.stellar.buzz/mcp"`. Replaces the retired Stella assistant. See [Building with AI](./building-with-ai/README.md#raven--stellar-mcp-server-for-ai-agents).
- [Stellar Skills Marketplace](https://skills.stellar.org/) - Official marketplace for browsing Stellar agent skills: Soroban, wallets, assets, RPC, x402 payments, ZK proofs, plus community skills (OpenZeppelin, DeFindex, Soroswap, Trustless Work).
- [Stellar Dev Skill](https://github.com/stellar/stellar-dev-skill) - AI skill covering Soroban, Stellar SDK, RPC, wallets, ZK proofs, and ecosystem. Install via `/plugin install stellar-dev@stellar-dev` in Claude Code.
- [Stellar Skills Marketplace](https://skills.stellar.org/) - Official marketplace for browsing Stellar agent skills: Soroban, wallets, assets, RPC, agent payments (x402 + MPP), ZK proofs, cross-chain, plus community skills (OpenZeppelin, DeFindex, Soroswap, Trustless Work, Caatinga, and more).
- [Stellar Dev Skill](https://github.com/stellar/stellar-dev-skill) - AI skill covering Soroban, Stellar SDK, RPC, wallets, agent payments, ZK proofs, cross-chain, and ecosystem. Install via `/plugin install stellar-dev@stellar-dev` in Claude Code.
- [LumenLoop Skills](https://github.com/lumenloop/lumenloop-skills) - Eight agent skills for ecosystem research (sector landscapes, project due diligence, SCF submission radar), powered by LumenLoop's free read-only MCP server. Works with any MCP client.
- [stellar-build](https://github.com/kaankacar/stellar-build) - One-command install of 46 skills covering the full journey from idea to mainnet deploy and SCF grant submission, with six DevRel-persona agents.
- [Stellar AI Guide](https://github.com/kaankacar/stellar-ai-guide) - Monorepo of regional AI developer guides (Mexico, Brazil, template for new countries): country-agnostic Claude Code setup, free AI tooling, and starter prompts, plus per-country anchor and payment-rail docs.
Expand Down
12 changes: 7 additions & 5 deletions building-with-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AI-powered tools are increasingly available to help developers build on Stellar
A remote Model Context Protocol (MCP) server that gives AI agents unified access to Stellar documentation and live ecosystem data. Raven combines Stellar Docs search, LumenLoop ecosystem data, Stellar Light, and ecosystem skills into cross-referenced answers through two tools: `search` (find docs and ecosystem info) and `execute` (query live ecosystem data). It replaces Stella, the retired Stellar AI chat assistant.

- **Server:** [raven.stellar.buzz](https://raven.stellar.buzz)
- **Source:** [kalepail/stellar-raven](https://github.com/kalepail/stellar-raven)
- **Source:** [stellar-experimental/stellar-raven](https://github.com/stellar-experimental/stellar-raven)
- **Docs:** [developers.stellar.org/docs/build/building-with-ai](https://developers.stellar.org/docs/build/building-with-ai) — connection instructions for Claude Code, Codex, VS Code, Cursor, Claude desktop, and other MCP clients

**Connecting from Claude Code** (the way to use Raven when building):
Expand Down Expand Up @@ -124,12 +124,12 @@ Use Context7 to query up-to-date Stellar documentation in AI assistants.
The official marketplace for browsing Stellar agent skills. Curated modules give AI agents (Claude Code, Cursor, OpenAI Codex) the right Stellar context before they write code.

- **URL:** [skills.stellar.org](https://skills.stellar.org/)
- **Covers:** Soroban smart contracts, frontend & wallets, Stellar Assets & SAC, RPC & Horizon APIs, agent payments (x402), ZK proofs, SEPs & ecosystem
- **Community skills:** OpenZeppelin Contracts, DeFindex SDK, Soroswap SDK, Trustless Work Escrow
- **Covers:** Soroban smart contracts, frontend & wallets, Stellar Assets & SAC, RPC & Horizon APIs, agent payments (x402 + MPP), ZK proofs, SEPs & ecosystem, cross-chain (CCTP, Axelar)
- **Community skills:** contributed and maintained by their authors — OpenZeppelin Contracts, DeFindex SDK, Soroswap SDK, Trustless Work Escrow, Caatinga, and more; browse the full list on the site

### Stellar Dev Skill

An AI skill that gives assistants deep, current knowledge of the Stellar development ecosystem.
An AI skill that gives assistants deep, current knowledge of the Stellar development ecosystem. The eight sub-skills are each self-contained; the larger ones are a short `SKILL.md` router plus companion files that load only when the task calls for them, so your agent pulls in the frontend or ZK material without dragging in the rest.

**Repository:** [stellar/stellar-dev-skill](https://github.com/stellar/stellar-dev-skill)

Expand All @@ -139,7 +139,9 @@ An AI skill that gives assistants deep, current knowledge of the Stellar develop
- Stellar RPC (preferred) and Horizon (legacy)
- Stellar Assets, SAC, trustlines
- Wallets: Freighter, Stellar Wallets Kit, Smart Accounts
- Agent payments: x402 and the Machine Payments Protocol (MPP)
- ZK proofs, security patterns, common pitfalls
- Cross-chain: Circle CCTP and Axelar GMP/ITS
- DeFi protocols and ecosystem tools

**Installing in Claude Code:**
Expand Down Expand Up @@ -228,6 +230,6 @@ The country-agnostic AI setup, prompt templates, and Soroban debugging material

---

*Last updated: July 2026*
*Last updated: August 2026*

*This guide will be expanded as new AI tools become available for Stellar development.*