Skip to content
Open
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
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ npx skills add https://github.com/stellar/stellar-dev-skill
git clone https://github.com/stellar/stellar-dev-skill
```

Copy the `skill/` directory contents to your assistant's skills location.
Copy the `skills/stellar-dev/` directory contents to your assistant's skills location.
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copy instruction says to copy the contents of skills/stellar-dev/ into the agent’s skills directory, but Claude Code discovery requires the path to remain skills/<skill-name>/SKILL.md. Copying only the contents would place SKILL.md directly under ~/.claude/skills/ and may prevent the skill from being discovered. Update the wording to copy the stellar-dev folder (or the whole skills/ folder) so the nested directory structure is preserved.

Suggested change
Copy the `skills/stellar-dev/` directory contents to your assistant's skills location.
Copy the `skills/stellar-dev/` directory into your assistant's skills location so the `stellar-dev` folder and its `SKILL.md` file remain nested correctly.

Copilot uses AI. Check for mistakes.

| Agent | Skill Directory | Docs |
|-------|-----------------|------|
Expand All @@ -58,20 +58,21 @@ Copy the `skill/` directory contents to your assistant's skills location.
## Skill Structure

```
skill/
├── SKILL.md # Main skill definition (required)
├── contracts-soroban.md # Soroban smart contract development
├── frontend-stellar-sdk.md # Frontend integration patterns
├── testing.md # Testing strategies
├── stellar-assets.md # Asset issuance and management
├── zk-proofs.md # ZK proof architecture and verification patterns
├── api-rpc-horizon.md # API access (RPC/Horizon)
├── security.md # Security checklist
├── common-pitfalls.md # Common issues and solutions
├── advanced-patterns.md # Advanced Soroban architecture patterns
├── standards-reference.md # SEP/CAP standards quick reference
├── ecosystem.md # DeFi protocols, wallets, tools, projects
└── resources.md # Curated reference links
skills/
└── stellar-dev/
├── SKILL.md # Main skill definition (required)
├── contracts-soroban.md # Soroban smart contract development
├── frontend-stellar-sdk.md # Frontend integration patterns
├── testing.md # Testing strategies
├── stellar-assets.md # Asset issuance and management
├── zk-proofs.md # ZK proof architecture and verification patterns
├── api-rpc-horizon.md # API access (RPC/Horizon)
├── security.md # Security checklist
├── common-pitfalls.md # Common issues and solutions
├── advanced-patterns.md # Advanced Soroban architecture patterns
├── standards-reference.md # SEP/CAP standards quick reference
├── ecosystem.md # DeFi protocols, wallets, tools, projects
└── resources.md # Curated reference links
```

The skill uses a progressive disclosure pattern. The main `SKILL.md` provides core guidance, and the AI reads the specialized markdown files only when needed for specific tasks.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading