standards
SolidStellar Ecosystem Proposals (SEPs), Core Advancement Proposals (CAPs), and ecosystem references. Use when implementing wallet integration, anchor services, KYC flows, deposit/withdrawal, or any SEP/CAP-based feature.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- rylsherdamz-rgb
- Repository
- rylsherdamz-rgb/stellar-agentic-framework
- Created
- 3 weeks ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
assets
Stellar classic assets, trustlines, and Stellar Asset Contract (SAC) bridge to smart contracts. Covers issuance, distribution, authorization flags, clawback, regulated assets, and SEP-41 token interop. Use when tokenizing real-world assets, issuing stablecoins, managing trustlines, or bridging classic assets to Soroban contracts.
smart-contracts
Stellar smart contract development (Rust, soroban-sdk). Covers project setup, contract anatomy, storage/TTL, authorization, cross-contract calls, events, errors, upgrades, and comprehensive testing strategies.
dapp
Stellar dApp / frontend development. Covers javascript stellar-sdk, Stellar Wallets Kit, and the agentic kit data layer — useStellarData(), useContract(), useStellarWallet(). No raw RPC or curl.