From 1ec2521208d233e2c7baaaddf2c0778a6f4066bc Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Fri, 14 Aug 2026 09:51:34 +0000 Subject: [PATCH] Update Raven source link and refresh the Stellar Dev Skill coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Raven repository moved to the stellar-experimental org; the old kalepail/stellar-raven repo is archived and the developer docs now link to the new location. While there, catch the stellar-dev-skill entries up with the marketplace: the cross-chain skill (CCTP, Axelar) and MPP alongside x402 were missing from both coverage lists, and the larger skills are now a SKILL.md router plus companion files that load on demand. The community skills list keeps naming a handful of examples but no longer reads as the complete set — it has grown well past the four listed, most recently Caatinga. --- README.md | 4 ++-- building-with-ai/README.md | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a1cbf0f..662cd55 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/building-with-ai/README.md b/building-with-ai/README.md index a413b37..14841df 100644 --- a/building-with-ai/README.md +++ b/building-with-ai/README.md @@ -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): @@ -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) @@ -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:** @@ -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.*