stellar-core
AI agent skills for building, testing, and reviewing stellar-core
All Skills in This Repository (31)
Pure Emerald Level Indicatorssubsystem-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.
subsystem-summary-of-soroban-env
Summarize the Soroban environment subsystem, covering common and host components.
subsystem-summary-of-rust
Summarize the Rust subsystem in stellar-core, including its cxx FFI bridge and Soroban host architecture.
subsystem-summary-of-catchup
Summarize the Stellar Core catchup subsystem's classes, data structures, and control flow.
subsystem-summary-of-database
Summarize the Stellar Core database subsystem architecture and key components.
subsystem-summary-of-scp
Summarize the Stellar Consensus Protocol subsystem architecture and operational phases.
subsystem-summary-of-transactions
Explains the architecture and data flows of Stellar Core's transactions subsystem.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core