Stellar
Official@stellar
Offers deep architectural documentation and development capabilities for the Stellar Core codebase, Soroban smart contracts, and decentralized payment infrastructure.
Agent Skills by Stellar
Showing 41 vetted skills indexed across 3 GitHub repositories.
low-level-code-review
Reviews git diffs for localized coding mistakes and produces a structured fix worklist.
running-tests
Runs stellar-core tests in escalating levels from smoke tests to sanitizer builds.
running-make-to-build
Runs recursive make builds for stellar-core with correct parallelism and output handling.
adding-tests
Analyzes code changes and adds unit and randomized tests to the test suite.
high-level-code-review
Reviews code changes for semantic correctness, completeness, consistency, and design quality.
configuring-the-build
Configures autotools build settings for compilers, flags, and sanitizer variants.
validating-a-change
Validates code changes through reviews, tests, multi-configuration builds, and formatting before pull requests.
adding-a-skill
Creates new reusable skill files by interviewing the user about requirements.
soroban
Develop, test, and deploy Stellar Soroban smart contracts with Rust.
dapp
Develop Stellar blockchain frontends with transaction creation, wallet integrations, and Soroban contract invocation.
agentic-payments
Implement automated Stellar payments via x402 and MPP protocols.
zk-proofs
Verify Groth16 proofs on-chain in Soroban contracts for Stellar privacy applications.
data
Retrieve Stellar account balances, transactions, and ledger data via RPC and Horizon APIs.
assets
Create, configure, and bridge Stellar assets with Soroban smart contracts.
standards
Locate Stellar standards, SEPs, CAPs, and ecosystem resources for development.
x402-stellar-context
Explain the x402-stellar monorepo structure, packages, and deployment modes.
x402-stellar-deploy
Coordinates Heroku/Docker deployments with health checks and smoke tests for x402-stellar networks.
x402-stellar-checks
Automate build, test, lint, typecheck, and Docker validation for the x402-stellar monorepo.
subsystem-summary-of-herder
Summarize the Herder subsystem architecture and control flows in Stellar Core.
subsystem-summary-of-main
Summarize Stellar Core's main subsystem architecture, classes, and threading model.
subsystem-summary-of-ledger
Summarize the stellar-core ledger subsystem architecture and control flow.
subsystem-summary-of-util
Summarize the src/util/ subsystem in Stellar Core.
subsystem-summary-of-history
Summarize Stellar Core's history subsystem architecture, classes, and data flows.
subsystem-summary-of-invariant
Summarize the invariant subsystem of stellar-core, including framework components and control flow.
Frequently Asked Questions About Stellar
FAQPage SchemaWhat specific technical tasks can I perform using these capabilities?▼
You can generate architectural summaries of Stellar Core subsystems, develop Soroban smart contracts, verify Groth16 proofs on-chain, and manage x402 payment network deployments. These capabilities facilitate deep codebase navigation and the implementation of complex decentralized financial logic.
Who is the target audience for these technical resources?▼
These resources are designed for blockchain engineers, protocol developers, and systems architects working directly with the Stellar Core codebase or building decentralized applications on the Soroban environment. It is intended for those requiring granular understanding of consensus, ledger, and cryptographic primitives.
What are the prerequisites for deploying x402-stellar networks?▼
Deployment requires familiarity with Docker, Heroku environments, and the x402-stellar monorepo structure. Users must be prepared to execute health checks, smoke tests, and validation routines to ensure network integrity within the provided deployment framework.