You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add skills.stellar.org and update Stellar Skills docs on Building with AI page (#2529)
* Add skills.stellar.org and update Stellar Skills docs on Building with AI page
* Drop specific community skill examples from Building with AI page
* Clarify manual install copies skills/ contents, not the directory itself
Copy file name to clipboardExpand all lines: docs/build/building-with-ai.mdx
+36-21Lines changed: 36 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,48 +9,62 @@ sidebar_position: 1
9
9
10
10
Stellar provides resources to help AI assistants and Large Language Models (LLMs) understand our documentation, making it easier for you to get accurate answers about Stellar development.
11
11
12
-
## Stellar Development Skill
12
+
## Stellar Skills
13
13
14
-
The [Stellar Development Skill](https://github.com/stellar/stellar-dev-skill) is a comprehensive AI skill that gives coding assistants deep knowledge of the Stellar ecosystem.
14
+
[**skills.stellar.org**](https://skills.stellar.org/) is the home for Stellar Skills—a collection of AI agent skills that give your coding assistant the right Stellar context before it writes code. They work with any AI agent, and you can browse every skill on the website with no installation required.
15
15
16
-
The skill provides expertise in:
16
+
Skills are open source and maintained in the [stellar/stellar-dev-skill](https://github.com/stellar/stellar-dev-skill) repository.
17
17
18
-
- Soroban smart contracts (Rust SDK)
19
-
- JavaScript, Python, and Go SDKs for client applications
|**Frontend & Wallets**| Building dApps with the JavaScript SDK, wallet integration (Freighter, Stellar Wallets Kit), and smart accounts with passkeys |
26
+
|**Stellar Assets & SAC**| Classic assets, trustlines, and the Soroban Asset Contract bridge |
27
+
|**RPC & Horizon APIs**| Querying chain data via modern Stellar RPC or the legacy Horizon endpoints |
28
+
|**Agent Payments**| Monetizing AI APIs with x402 and the Machine Payments Protocol (MPP) |
|**SEPs, CAPs & Ecosystem**| Standards and ecosystem integration guidance |
31
+
32
+
### Community skills
33
+
34
+
The ecosystem also contributes skills for popular protocols and tools. Browse the full, up-to-date list at [skills.stellar.org](https://skills.stellar.org/). Community skills are maintained by their respective authors, so review each one to confirm it meets your security and maintenance requirements before using it.
35
+
36
+
### Installation
37
+
38
+
Skills can be installed on any AI coding tool that supports the [Agent Skills](https://github.com/anthropics/agent-skills) standard. Each tool reads skills from its own directory:
[Clone the repository](https://github.com/stellar/stellar-dev-skill) and copy the `skill/` directory to your agent's skills location (see table above).
67
+
[Clone the repository](https://github.com/stellar/stellar-dev-skill) and copy the contents of the `skills/` directory into your agent's skills location (see table above).
54
68
55
69
Once installed, your AI coding assistant will automatically have access to up-to-date Stellar development knowledge when you work on Stellar projects.
56
70
@@ -83,10 +97,11 @@ You can chat with Stella right here by clicking the yellow icon at the bottom of
83
97
84
98
Any AI assistant with custom context features can benefit from Stellar's resources. You can add `llms.txt` to your tool's context settings, or paste its contents directly into conversations to give the AI knowledge about Stellar development.
85
99
86
-
Popular tools like ChatGPT, Claude, Gemini, and Cursor all support adding custom context through their settings. We're actively working on dedicated integrations for more AI tools—check back for updates or follow the [Stellar Development Skill repository](https://github.com/stellar/stellar-dev-skill) for the latest supported platforms.
100
+
Popular tools like ChatGPT, Claude, Gemini, and Cursor all support adding custom context through their settings. We're actively working on dedicated integrations for more AI tools—check back for updates or follow the [Stellar Skills repository](https://github.com/stellar/stellar-dev-skill) for the latest supported platforms.
87
101
88
102
## Additional resources
89
103
90
-
-[Stellar Development Skill](https://github.com/stellar/stellar-dev-skill) - Comprehensive AI skill for coding assistants
104
+
-[Stellar Skills](https://skills.stellar.org/) - Browse AI agent skills for Stellar development
105
+
-[stellar-dev-skill repository](https://github.com/stellar/stellar-dev-skill) - Source and installation for the official skills
91
106
-[Stella AI Bot](../tools/developer-tools/ai-bot.mdx) - Stellar's built-in AI assistant
92
107
-[Stellar Developer Discord](https://discord.gg/stellardev) - Ask questions in #stella-help
0 commit comments