stellarstellarOfficialยท31 Agent Skills Included

stellar-core

AI agent skills for building, testing, and reviewing stellar-core

Guides AI agents through building, testing, and reviewing the stellar-core C++ blockchain node codebase. Provides token-efficient subsystem summaries so agents understand architecture without reading every source file. Automates code reviews, test generation, build configuration, and full change validation workflows.
npx skills add stellar/stellar-core --all -g -y

All Skills in This Repository (31)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-herder

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

Official
Advanced
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-main

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

Official
Advanced
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-ledger

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

Official
Advanced
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-util

Summarize the src/util/ subsystem in Stellar Core.

Official
Intermediate
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-history

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

Official
Advanced
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-invariant

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

Official
Intermediate
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-soroban-env

Summarize the Soroban environment subsystem, covering common and host components.

Official
Intermediate
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-rust

Summarize the Rust subsystem in stellar-core, including its cxx FFI bridge and Soroban host architecture.

Official
Intermediate
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-catchup

Summarize the Stellar Core catchup subsystem's classes, data structures, and control flow.

Official
Advanced
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-database

Summarize the Stellar Core database subsystem architecture and key components.

Official
Intermediate
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-scp

Summarize the Stellar Consensus Protocol subsystem architecture and operational phases.

Official
Advanced
๐Ÿ“ฆ In Repo
stellarstellar

subsystem-summary-of-transactions

Explains the architecture and data flows of Stellar Core's transactions subsystem.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install stellar-core skills?โ–ผ

Run `npx skills add stellar/stellar-core --all -g -y` in your terminal to install all skills in this suite globally.

What do the stellar-core agent skills do?โ–ผ

They teach AI agents how to build, test, review, and validate changes to the stellar-core C++ codebase, including subsystem architecture summaries for fast context.

How do the subsystem summary skills help AI agents?โ–ผ

Each summary gives the agent a compact architectural overview of one stellar-core subsystem, so it can work on code without reading thousands of source files first.

Can AI agents run stellar-core tests automatically?โ–ผ

Yes. The running-tests skill walks agents through smoke tests, focused tests, full suites, and sanitizer builds in the correct order with quiet output flags.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’