{"id":49843567,"url":"https://github.com/stellar/stellar-dev-skill","last_synced_at":"2026-05-14T08:05:49.320Z","repository":{"id":340221165,"uuid":"1139790866","full_name":"stellar/stellar-dev-skill","owner":"stellar","description":"AI skill for modern Stellar development","archived":false,"fork":false,"pushed_at":"2026-05-11T21:14:54.000Z","size":287,"stargazers_count":29,"open_issues_count":5,"forks_count":17,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T23:22:46.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stellar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-22T12:23:51.000Z","updated_at":"2026-05-11T21:14:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stellar/stellar-dev-skill","commit_stats":null,"previous_names":["stellar/stellar-dev-skill"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stellar/stellar-dev-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-dev-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-dev-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-dev-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-dev-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellar","download_url":"https://codeload.github.com/stellar/stellar-dev-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-dev-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33015825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-14T08:05:48.398Z","updated_at":"2026-05-14T08:05:49.315Z","avatar_url":"https://github.com/stellar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stellar Development Skill\n\nA comprehensive AI skill for modern Stellar development with current best practices.\n\nInspired by [solana-foundation/solana-dev-skill](https://github.com/solana-foundation/solana-dev-skill) and [cloudflare/skills](https://github.com/cloudflare/skills).\n\n\u003e [!NOTE]\n\u003e 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.\n\n## Overview\n\nThis skill provides AI assistants with deep knowledge of the current Stellar development ecosystem:\n\n- **Smart Contracts**: Soroban (Rust SDK, WebAssembly)\n- **Client SDKs**: stellar-sdk (JavaScript), Python, Go, Rust\n- **APIs**: Stellar RPC (preferred), Horizon (legacy)\n- **Assets**: Stellar Assets, Stellar Asset Contract (SAC)\n- **Wallets**: Freighter, Stellar Wallets Kit, Smart Accounts (passkeys)\n- **Testing**: Local Quickstart, Testnet, Unit tests\n- **Security**: Soroban-specific patterns, audit checklists\n- **Ecosystem**: DeFi protocols, developer tools, community projects\n\n## Installing\n\nThese skills work with any agent that supports the [Agent Skills](https://agentskills.io) standard.\n\n### [Claude Code](https://code.claude.com/docs/en/discover-plugins#add-from-github)\n\n```bash\n# Add this repo as a marketplace\n/plugin marketplace add stellar/stellar-dev-skill\n\n# Then install the skill\n/plugin install stellar-dev@stellar-dev-skill\n```\n\n### [npx skills](https://skills.sh)\n\n```bash\nnpx skills add https://github.com/stellar/stellar-dev-skill\n```\n\n### Clone / Copy\n\n```bash\ngit clone https://github.com/stellar/stellar-dev-skill\n```\n\nCopy the `skills/` directory contents to your assistant's skills location.\n\n| Agent | Skill Directory | Docs |\n|-------|-----------------|------|\n| Claude Code | `~/.claude/skills/` | [docs](https://code.claude.com/docs/en/skills) |\n| OpenCode | `~/.config/opencode/skill/` | [docs](https://opencode.ai/docs/skills/) |\n| OpenAI Codex | `~/.codex/skills/` | [docs](https://developers.openai.com/codex/skills/) |\n| Pi | `~/.pi/agent/skills/` | [docs](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#skills) |\n\n## Skill Structure\n\n```\nskills/\n├── soroban/SKILL.md           # Soroban contracts + testing + security + patterns + pitfalls\n├── dapp/SKILL.md              # Frontend, wallets (Freighter, Wallets Kit), signing, smart accounts\n├── assets/SKILL.md            # Stellar Assets, trustlines, SAC bridge\n├── data/SKILL.md              # Stellar RPC (preferred) + Horizon (legacy), indexing\n├── agentic-payments/SKILL.md  # x402 + MPP (Charge + Channel) for AI/machine payments\n├── zk-proofs/SKILL.md         # ZK verification, BLS12-381, BN254/Poseidon (status-sensitive)\n└── standards/SKILL.md         # SEPs, CAPs, ecosystem projects, curated reference links\n```\n\nEach sub-skill is a self-contained Agent Skill with its own frontmatter. Cross-references link related skills (e.g., the `agentic-payments` skill points to `soroban` for the Soroban SACs the protocols call, and to `assets` for USDC). The AI reads only the sub-skills relevant to the task at hand.\n\n## Example Prompts\n\n```\n\"Help me write a Soroban smart contract for a token\"\n\"Set up a Next.js app with Freighter wallet connection\"\n\"How do I deploy a contract to Stellar Testnet?\"\n\"Create unit tests for my Soroban contract\"\n\"Review this contract for security issues\"\n```\n\n## Contributing\n\nContributions are welcome! Please ensure any updates reflect current Stellar ecosystem best practices.\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n### Guidelines\n- Keep information current (check stellar.org/developers for updates)\n- Focus on practical, actionable guidance\n- Include code examples where helpful\n- Cite official documentation when possible\n\n## Resources\n\n- [Stellar Developers](https://developers.stellar.org)\n- [Stellar Discord](https://discord.gg/stellar)\n- [Stellar Stack Exchange](https://stellar.stackexchange.com)\n- [SDF Blog](https://stellar.org/blog)\n\n## License\n\nApache-2.0 License - see [LICENSE](LICENSE) for details.\n\n---\n\n\u003e **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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fstellar-dev-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellar%2Fstellar-dev-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fstellar-dev-skill/lists"}