Stellar smart contract development (Rust, soroban-sdk). Entry point with project setup, contract anatomy, and build/deploy workflow, routing to three companion files in this directory — development.md (storage/TTL, authorization, cross-contract calls, tokens, events, errors, upgrades, fees, troubleshooting), testing.md (unit, fuzz, property, fork, mutation, integration), and security.md (vulnerability classes, checklists, tooling, audits). Use when writing, testing, reviewing, securing, debugging, or shipping Stellar smart contracts, including anything the user calls "Soroban" — Soroban contracts, soroban-sdk, Soroban auth/storage/TTL errors, SEP-41 tokens, or SAC integration from contract code.
$npx -y skills add kalepail/stellar-raven --skill smart-contractsInstalls into the current project.
Run `npx skills use "https://github.com/kalepail/stellar-raven" --skill "kalepail/stellar-raven/smart-contracts"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kalepail/stellar-raven" that are relevant to the current task. Run `npx skills add "https://github.com/kalepail/stellar-raven"` and select the relevant skills, then follow their instructions.