Add Stellar Development Skill to Building with AI page#2222
Add Stellar Development Skill to Building with AI page#2222
Conversation
Restructure the page to focus on the most effective AI integration methods: - Add Stellar Development Skill as the primary solution with installation instructions for multiple platforms and methods - Add supported platforms table (OpenCode, OpenAI Codex, Pi, and others) - Add OpenSkills as alternative for Cursor, Windsurf, and Aider users - Remove generic AI tool UI tutorials that were not Stellar-specific and prone to becoming outdated - Remove Custom AI applications code example - Keep llms.txt, Stella, and Additional resources sections - Add note about more AI tool integrations coming soon - Add Building with AI page to llms.txt
There was a problem hiding this comment.
Pull request overview
This PR restructures the "Building with AI" documentation page to focus on the new Stellar Development Skill as the primary integration method for AI coding assistants, replacing generic AI tool tutorials with more Stellar-specific guidance.
Changes:
- Added comprehensive documentation for the Stellar Development Skill, including installation instructions and platform support
- Updated llms.txt to include the Building with AI page in the documentation index
- Removed outdated generic AI tool UI tutorials and custom application code examples to reduce maintenance burden
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| static/llms.txt | Added Building with AI page to the documentation index |
| docs/tools/developer-tools/building-with-ai.mdx | Major restructuring to feature Stellar Development Skill with installation guides, platform support table, and streamlined AI tool references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Preview is available here: |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Preview is available here: |
1 similar comment
|
Preview is available here: |
ElliotFriend
left a comment
There was a problem hiding this comment.
looks really good! couple minor nitpicks here and there, but otherwise i think it's nearly ready!
| ### Installation | ||
|
|
||
| **Option 2: Using a `.cursorrules` file** | ||
| **Claude Code:** |
There was a problem hiding this comment.
bit of a nitpick: instead of using bold for these, let's use the next-level header. saw this in a couple other places, as well
| **Claude Code:** | |
| #### Claude Code |
| ## Using llms.txt | ||
|
|
||
| If you're building an AI application that answers questions about Stellar, you can fetch and include `llms.txt` in your prompt context: | ||
| [`llms.txt`](https://developers.stellar.org/llms.txt) is a standardized way to provide documentation context to AI systems. This file contains a structured overview of Stellar's developer documentation optimized for LLM consumption. |
There was a problem hiding this comment.
using the full domain https://developers.../llms.txt in the link like this will open a new tab (that's the way docusaurus does it). you could use /llms.txt instead, although not that i'm thinking about it, a new tab might be preferable anyway...
no change required here, just make sure it's doing what you want it to do lol
| ## Stella: Your Stellar AI Assistant | ||
|
|
||
| In addition to `llms.txt`, Stellar provides [Stella](https://developers.stellar.org/docs/tools/developer-tools/ai-bot), an AI assistant specifically trained on Stellar documentation, code examples, and community knowledge. | ||
| [Stella](https://developers.stellar.org/docs/tools/developer-tools/ai-bot) is an AI assistant specifically trained on Stellar documentation, code examples, and community knowledge. |
There was a problem hiding this comment.
| [Stella](https://developers.stellar.org/docs/tools/developer-tools/ai-bot) is an AI assistant specifically trained on Stellar documentation, code examples, and community knowledge. | |
| [Stella](./ai-bot.mdx) is an AI assistant specifically trained on Stellar documentation, code examples, and community knowledge. |
i realize this was already here, but let's make the change while we're nearby
| ## Additional resources | ||
|
|
||
| - [Stellar Development Skill](https://github.com/stellar/stellar-dev-skill) - Comprehensive AI skill for coding assistants | ||
| - [Stella AI Bot](https://developers.stellar.org/docs/tools/developer-tools/ai-bot) - Stellar's built-in AI assistant |
There was a problem hiding this comment.
| - [Stella AI Bot](https://developers.stellar.org/docs/tools/developer-tools/ai-bot) - Stellar's built-in AI assistant | |
| - [Stella AI Bot](./ai-bot.mdx) - Stellar's built-in AI assistant |
same as above
Restructured the page to focus on the most effective AI integration methods:
Fixes #2221