---
slug: "stellar"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/cuyoconnect/stellar@main/README.md"
repo: "https://github.com/cuyoconnect/stellar"
source_file: "README.md"
branch: "main"
---
# Stellar

Agent skills for Stellar blockchain and Soroban smart contract development.

Developed by [CuyoConnect](https://github.com/cuyoconnect).

## Available Skills

### stellar-skills

Comprehensive skill for building on Stellar/Soroban. Covers SDKs, wallets, DeFi protocols, infrastructure, and ecosystem tools.

**Use when:**
- Building dApps on Stellar
- Writing Soroban smart contracts
- Integrating wallets (Freighter, xBull, Lobstr, etc.)
- Working with Horizon or Soroban RPC

**Categories covered:**
- Network endpoints and configuration
- CLI tools (stellar CLI, Scaffold Stellar)
- SDKs (stellar-sdk, soroban-sdk, Stellar Wallets Kit)
- OpenZeppelin contracts for Soroban
- Security tools (Scout Audit)
- DeFi protocols (Soroswap, Defindex, Allbridge)
- Infrastructure (Mercury, Anchor Platform, Trustless Work)
- SEPs (Stellar Ecosystem Proposals)

## Installation

```bash
npx skills add cuyoconnect/stellar@stellar-skills
```

## Usage

Once installed, the skill is automatically available. The agent will use it when working on Stellar/Soroban projects.

## Resources

- [Stellar Docs](https://developers.stellar.org)
- [Soroban Docs](https://soroban.stellar.org/docs)
- [Stellar Wallets Kit](https://stellarwalletskit.dev)
- [OpenZeppelin Stellar Contracts](https://docs.openzeppelin.com/stellar-contracts)

## License

MIT
