← all publishers

stellar

@stellar source repo

52 published skills

  1. Freighter Best Practices · stellar bundle
    Comprehensive best practices for the Freighter browser extension. Covers code style, architecture, security, testing, performance, error handling, i18n, messaging, git workflow, dependencies, and anti-patterns. Use when writing new features, reviewing PRs, adding message handlers, working with Redux, modifying content scripts, handling keys, building transactions, or any development work in the freighter extension repo. Triggers on any task touching the freighter codebase.
    0
    installs
  2. Security Audit · stellar
    Audit backend code for security vulnerabilities — DoS vectors, query performance, connection pool exhaustion, injection, missing rate limits, and resource exhaustion
    0
    installs
  3. Update Sdk Examples · stellar
    Use when checking whether Stellar SDKs listed in the docs have new releases, or when code examples in docs/ may use outdated, renamed, or deprecated SDK syntax, or whether the Stellar RPC OpenRPC spec (openrpc/) matches the current stellar-rpc release. Runs per-release on a schedule, or as a full standing-correctness audit on demand.
    0
    installs
  4. E2e Check · stellar
    Use when verifying the full solution works end-to-end — after refactoring, before PRs, or after dependency upgrades. Runs quality pipeline, validates example scripts, and executes live Stellar testnet demos for both charge and channel payment modes.
    0
    installs
  5. Core · stellar
    Work on Stellar Core Advancement Proposals in core/. Use when editing CAP documents, checking CAP status fields, or syncing a CAP preamble Status with the corresponding entry in core/README.md.
    0
    installs
  6. X402 Stellar Checks · stellar bundle
    Verification, build, test, and Docker checks for the x402-stellar monorepo. Use before committing, after rebasing, when modifying packages, or when asked to verify the project works.
    0
    installs
  7. X402 Stellar Context · stellar
    Project context for the x402-stellar monorepo. Use this to understand what the project does, how it's structured, and how the pieces fit together. Load this first when working on any part of the codebase.
    0
    installs
  8. Test Changed · stellar
    Run e2e and unit tests related to files changed on the current branch. Use after making code changes to verify nothing is broken.
    0
    installs
  9. Figma To Code · stellar bundle
    Bridge Figma MCP output to Stellar Lab code conventions. Invoke after calling get_design_context to translate Figma's reference code into project-appropriate components, classes, and patterns.
    0
    installs
  10. Commit Progress · stellar
    Commit a logical unit of work with a descriptive message. Invoke after completing a meaningful chunk (component created, store wired, tests passing) to maintain small, reviewable commits.
    0
    installs
  11. Component Guide · stellar bundle
    Guide for building React components using @stellar/design-system and project SCSS conventions. Invoke when creating new components or reviewing component code.
    0
    installs
  12. Zustand Store Patterns · stellar
    Reference for the two Zustand store patterns in Stellar Lab — main store (querystring) and transaction flow store (sessionStorage). Invoke when creating store slices, debugging hydration, or deciding where state belongs.
    0
    installs
  13. React Rerender Mental Models · stellar bundle
    Correct mental models for React re-renders and memoization. Use this skill when writing, reviewing, or optimizing React components to avoid common misconceptions about performance. Debunks the myth that "props cause re-renders" and teaches when memoization actually helps.
    0
    installs
  14. Dapp · stellar bundle
    Stellar dApp / frontend development. Covers the JavaScript stellar-sdk (browser + Node.js), Freighter wallet, Stellar Wallets Kit (multi-wallet), Wallet Standard, smart accounts with passkeys, transaction building / signing / submission, smart contract invocation from the client, simulation, and error handling. Use when building a React/Next.js/Node.js app that talks to Stellar — classic operations or smart contracts.
    0
    installs
  15. Data · stellar bundle
    Querying Stellar chain data via Stellar RPC (preferred) and Horizon (legacy). Covers RPC JSON-RPC methods, Horizon REST endpoints, streaming, pagination, historical queries, Hubble/Galexie for deep history, and the RPC/Horizon migration story. Use when reading balances, transactions, operations, ledgers, contract events, or building any indexer/analytics workflow.
    0
    installs
  16. Assets · stellar
    Stellar Assets (classic) + trustlines + Stellar Asset Contract (SAC) bridge to smart contracts. Covers asset issuance, distribution, authorization flags, clawback, regulated assets, trustline management, and the SAC interop layer that exposes classic assets as SEP-41 contract tokens. Use when tokenizing real-world assets, issuing stablecoins, managing trustlines, or bridging classic assets to smart contracts.
    0
    installs
  17. Standards · stellar bundle
    Stellar standards, ecosystem, and reference. Covers SEPs (Stellar Ecosystem Proposals), CAPs (Core Advancement Proposals), and a quick map for picking the right standard for wallets, anchors, payments, deposits/withdrawals, federation, deep links, and KYC. Also bundles ecosystem references (DeFi protocols, dev tools, wallets, infra, community projects), curated documentation links, and MCP servers (live tools such as Raven). Use when you need to know which SEP applies, or want a starting point for ecosystem integrations, official docs, or live MCP tooling.
    0
    installs
  18. Zk Proofs · stellar
    Zero-knowledge proofs and privacy patterns on Stellar. Covers Groth16 verification in smart contracts via BLS12-381 host functions (CAP-59), the BN254 + Poseidon host functions (CAP-74/75), and concrete toolchain walkthroughs for Circom, Noir, and RISC Zero. Use when building privacy-preserving applications, ZK-verifier contracts, or wiring a proving toolchain to Stellar.
    0
    installs
  19. Cross Chain · stellar bundle
    Cross-chain interoperability for Stellar. Entry point with a rail-selection decision table and shared pitfalls, routing to three companion files — cctp.md (Circle CCTP V2, native USDC burn-and-mint between Stellar and EVM/Solana chains, domain 27, the CctpForwarder requirement for Stellar recipients), axelar.md (Axelar GMP for Soroban contracts calling contracts on other chains, and the Interchain Token Service for multichain tokens), and layerzero.md (LayerZero V2 OApp messaging with configurable DVN security, OFT omnichain tokens, and USDT0 — native USDT on Stellar). Also covers NEAR Intents (intent-based cross-chain swaps into XLM or Stellar USDC) at the routing level. Use when bridging USDC or USDT to or from Stellar, sending messages between a Stellar contract and another blockchain, making a token exist on multiple chains, or adding cross-chain swaps to an app.
    0
    installs
  20. Smart Contracts · stellar bundle
    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.
    0
    installs
  21. Agentic Payments · stellar bundle
    Agentic and machine-to-machine payments on Stellar. Covers x402 (HTTP 402 paid APIs through a facilitator, fee-sponsored clients; the guide configures OZ Channels) and MPP (Machine Payments Protocol) in both Charge mode (per-request SAC) and Session mode (channel-backed off-chain commits, high-frequency; formerly called Channel mode). Defaults to USDC (SEP-41 SAC) on `stellar:testnet`/`stellar:pubnet` (CAIP-2). Use when selling a paid API to AI agents, building an x402 client, or designing a payment-channel architecture for high-frequency agent traffic.
    0
    installs
  22. Adding Tests · stellar
    analyzing a change to determine what tests are needed and adding them to the test suite
    0
    installs
  23. Running Tests · stellar
    running tests at various levels from smoke tests to full suite to randomized tests
    0
    installs
  24. Adding A Skill · stellar
    extending yourself with a new reusable skill by interviewing the user
    0
    installs
  25. Validating A Change · stellar
    comprehensive validation of a change to ensure it is correct and ready for a pull request
    0
    installs
  26. Stellar Core Summary · stellar
    ```skill
    0
    installs
  27. Configuring The Build · stellar
    modifying build configuration to enable/disable variants, switch compilers or flags, or otherwise prepare for a build
    0
    installs
  28. Low Level Code Review · stellar
    reviewing a git diff for small localized coding mistakes that can be fixed without high-level understanding
    0
    installs
  29. Running Make To Build · stellar
    how to run make correctly to get a good build, and otherwise understand the build system
    0
    installs
  30. High Level Code Review · stellar
    reviewing a change for semantic correctness, simplicity, design consistency, and completeness
    0
    installs
  31. Subsystem Summary Of Scp · stellar
    read this skill for a token-efficient summary of the scp subsystem
    0
    installs
  32. Regenerating A Technical Summary Of Stellar Core · stellar
    Instructions for regenerating the full set of subsystem and whole-system technical summary skill documents for stellar-core
    0
    installs
  33. Subsystem Summary Of Main · stellar
    read this skill for a token-efficient summary of the main subsystem
    0
    installs
  34. Subsystem Summary Of Rust · stellar
    read this skill for a token-efficient summary of the rust subsystem
    0
    installs
  35. Subsystem Summary Of Test · stellar
    read this skill for a token-efficient summary of the test subsystem
    0
    installs
  36. Subsystem Summary Of Util · stellar
    read this skill for a token-efficient summary of the util subsystem
    0
    installs
  37. Subsystem Summary Of Work · stellar
    read this skill for a token-efficient summary of the work subsystem
    0
    installs
  38. Subsystem Summary Of Bucket · stellar
    read this skill for a token-efficient summary of the bucket subsystem
    0
    installs
  39. Subsystem Summary Of Crypto · stellar
    read this skill for a token-efficient summary of the crypto subsystem
    0
    installs
  40. Subsystem Summary Of Herder · stellar
    read this skill for a token-efficient summary of the herder subsystem
    0
    installs
  41. Subsystem Summary Of Ledger · stellar
    read this skill for a token-efficient summary of the ledger subsystem
    0
    installs
  42. Subsystem Summary Of Catchup · stellar
    read this skill for a token-efficient summary of the catchup subsystem
    0
    installs
  43. Subsystem Summary Of History · stellar
    read this skill for a token-efficient summary of the history subsystem
    0
    installs
  44. Subsystem Summary Of Overlay · stellar
    read this skill for a token-efficient summary of the overlay subsystem
    0
    installs
  45. Subsystem Summary Of Process · stellar
    read this skill for a token-efficient summary of the process subsystem
    0
    installs
  46. Subsystem Summary Of Database · stellar
    read this skill for a token-efficient summary of the database subsystem
    0
    installs
  47. Subsystem Summary Of Invariant · stellar
    read this skill for a token-efficient summary of the invariant subsystem
    0
    installs
  48. Subsystem Summary Of Simulation · stellar
    read this skill for a token-efficient summary of the simulation subsystem
    0
    installs
  49. Subsystem Summary Of Historywork · stellar
    read this skill for a token-efficient summary of the historywork subsystem
    0
    installs
  50. Subsystem Summary Of Soroban Env · stellar
    read this skill for a token-efficient summary of the soroban-env subsystem
    0
    installs
  51. Subsystem Summary Of Transactions · stellar
    read this skill for a token-efficient summary of the transactions subsystem
    0
    installs
  52. Subsystem Summary Of Protocol Curr · stellar
    read this skill for a token-efficient summary of the protocol-curr subsystem
    0
    installs