Stellar avatar

Stellar

Official

@stellar

0Followers
|
147Public Repos
|
41Published Skills

Offers deep architectural documentation and development capabilities for the Stellar Core codebase, Soroban smart contracts, and decentralized payment infrastructure.

Skills Distribution
DomainData Systems...Blockchain Archite.. (40%)Smart Contract Dev.. (30%)Distributed Ledger.. (30%)

Agent Skills by Stellar

Showing 41 vetted skills indexed across 3 GitHub repositories.

stellarstellar
3.3k

low-level-code-review

Reviews git diffs for localized coding mistakes and produces a structured fix worklist.

Official
Intermediate
stellarstellar
3.3k

running-tests

Runs stellar-core tests in escalating levels from smoke tests to sanitizer builds.

Official
Intermediate
stellarstellar
3.3k

running-make-to-build

Runs recursive make builds for stellar-core with correct parallelism and output handling.

Official
Intermediate
stellarstellar
3.3k

adding-tests

Analyzes code changes and adds unit and randomized tests to the test suite.

Official
Intermediate
stellarstellar
3.3k

high-level-code-review

Reviews code changes for semantic correctness, completeness, consistency, and design quality.

Official
Intermediate
stellarstellar
3.3k

configuring-the-build

Configures autotools build settings for compilers, flags, and sanitizer variants.

Official
Intermediate
stellarstellar
3.3k

validating-a-change

Validates code changes through reviews, tests, multi-configuration builds, and formatting before pull requests.

Official
Advanced
stellarstellar
3.3k

adding-a-skill

Creates new reusable skill files by interviewing the user about requirements.

Official
Intermediate
stellarstellar
50

soroban

Develop, test, and deploy Stellar Soroban smart contracts with Rust.

Official
Advanced
stellarstellar
50

dapp

Develop Stellar blockchain frontends with transaction creation, wallet integrations, and Soroban contract invocation.

Official
Intermediate
stellarstellar
50

agentic-payments

Implement automated Stellar payments via x402 and MPP protocols.

Official
Advanced
stellarstellar
50

zk-proofs

Verify Groth16 proofs on-chain in Soroban contracts for Stellar privacy applications.

Official
Advanced
stellarstellar
50

data

Retrieve Stellar account balances, transactions, and ledger data via RPC and Horizon APIs.

Official
Intermediate
stellarstellar
50

assets

Create, configure, and bridge Stellar assets with Soroban smart contracts.

Official
Intermediate
stellarstellar
50

standards

Locate Stellar standards, SEPs, CAPs, and ecosystem resources for development.

Official
Basic
stellarstellar
7

x402-stellar-context

Explain the x402-stellar monorepo structure, packages, and deployment modes.

Official
Basic
stellarstellar
7

x402-stellar-deploy

Coordinates Heroku/Docker deployments with health checks and smoke tests for x402-stellar networks.

Official
Advanced
stellarstellar
7

x402-stellar-checks

Automate build, test, lint, typecheck, and Docker validation for the x402-stellar monorepo.

Official
Advanced
stellarstellar
3.3k

subsystem-summary-of-herder

Summarize the Herder subsystem architecture and control flows in Stellar Core.

Official
Advanced
stellarstellar
3.3k

subsystem-summary-of-main

Summarize Stellar Core's main subsystem architecture, classes, and threading model.

Official
Advanced
stellarstellar
3.3k

subsystem-summary-of-ledger

Summarize the stellar-core ledger subsystem architecture and control flow.

Official
Advanced
stellarstellar
3.3k

subsystem-summary-of-util

Summarize the src/util/ subsystem in Stellar Core.

Official
Intermediate
stellarstellar
3.3k

subsystem-summary-of-history

Summarize Stellar Core's history subsystem architecture, classes, and data flows.

Official
Advanced
stellarstellar
3.3k

subsystem-summary-of-invariant

Summarize the invariant subsystem of stellar-core, including framework components and control flow.

Official
Intermediate

Frequently Asked Questions About Stellar

FAQPage Schema
What 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.