> stellar/stellar-core
> adding-a-skill
extending yourself with a new reusable skill by interviewing the user
> adding-tests
analyzing a change to determine what tests are needed and adding them to the test suite
> configuring-the-build
modifying build configuration to enable/disable variants, switch compilers or flags, or otherwise prepare for a build
> high-level-code-review
reviewing a change for semantic correctness, simplicity, design consistency, and completeness
> low-level-code-review
reviewing a git diff for small localized coding mistakes that can be fixed without high-level understanding
> regenerating a technical summary of stellar-core
Instructions for regenerating the full set of subsystem and whole-system technical summary skill documents for stellar-core
> running-make-to-build
how to run make correctly to get a good build, and otherwise understand the build system
> running-tests
running tests at various levels from smoke tests to full suite to randomized tests
> stellar-core-summary
stellar-core-summary skill from stellar/stellar-core
> subsystem-summary-of-bucket
read this skill for a token-efficient summary of the bucket subsystem
> subsystem-summary-of-catchup
read this skill for a token-efficient summary of the catchup subsystem
> subsystem-summary-of-crypto
read this skill for a token-efficient summary of the crypto subsystem
> subsystem-summary-of-database
read this skill for a token-efficient summary of the database subsystem
> subsystem-summary-of-herder
read this skill for a token-efficient summary of the herder subsystem
> subsystem-summary-of-history
read this skill for a token-efficient summary of the history subsystem
> subsystem-summary-of-historywork
read this skill for a token-efficient summary of the historywork subsystem
> subsystem-summary-of-invariant
read this skill for a token-efficient summary of the invariant subsystem
> subsystem-summary-of-ledger
read this skill for a token-efficient summary of the ledger subsystem
> subsystem-summary-of-main
read this skill for a token-efficient summary of the main subsystem
> subsystem-summary-of-overlay
read this skill for a token-efficient summary of the overlay subsystem
> subsystem-summary-of-process
read this skill for a token-efficient summary of the process subsystem
> subsystem-summary-of-protocol-curr
read this skill for a token-efficient summary of the protocol-curr subsystem
> subsystem-summary-of-rust
read this skill for a token-efficient summary of the rust subsystem
> subsystem-summary-of-scp
read this skill for a token-efficient summary of the scp subsystem
> subsystem-summary-of-simulation
read this skill for a token-efficient summary of the simulation subsystem
> subsystem-summary-of-soroban-env
read this skill for a token-efficient summary of the soroban-env subsystem
> subsystem-summary-of-test
read this skill for a token-efficient summary of the test subsystem
> subsystem-summary-of-transactions
read this skill for a token-efficient summary of the transactions subsystem
> subsystem-summary-of-util
read this skill for a token-efficient summary of the util subsystem
> subsystem-summary-of-work
read this skill for a token-efficient summary of the work subsystem
> validating-a-change
comprehensive validation of a change to ensure it is correct and ready for a pull request