erigon
Build, test, and operate the Erigon Ethereum node with AI
All Skills in This Repository (23)
Pure Emerald Level Indicatorskurtosis-test
Runs local Kurtosis Ethereum testnets against a locally-built erigon image and triages failures.
autoresearch
Automates iterative modify-verify-keep-or-discard loops against measurable goals using git commits.
qa-test-results
Interpret Erigon QA workflow results, logs, and artifacts to diagnose test failures.
erigon-ephemeral
Launch temporary Erigon nodes with automatic port conflict detection and cleanup.
erigon-test-unit
Runs Erigon unit tests locally with make test-short for pre-push verification.
hive-test
Runs Ethereum Hive integration test suites against a local Erigon build.
erigondb-sync-integration-test-plan
Validates erigondb.toml settings resolution across legacy, downloader, and no-downloader Erigon runtime scenarios.
erigon-datadir
Duplicates Erigon datadirs using APFS copy-on-write clones or full filesystem copies.
erigon-test-all
Runs the full Erigon Go test suite locally with RAM disk and CI-equivalent settings.
erigon-implement-eip
Implements a new EIP for an Erigon hardfork from spec lookup through tests and wrap-up.
erigon-exec-from-0
Re-executes all Ethereum blocks from block 0 to validate state and reproduce bugs.
erigon-mdbx-compact
Compact an MDBX database file to reclaim garbage-collected pages and shrink disk usage.
Frequently Asked Questions
FAQPage SchemaHow to install Erigon skills?โผ
Run `npx skills add erigontech/erigon --all -g -y` in your terminal to install all skills in this suite globally.
What is Erigon?โผ
Erigon is a high-efficiency Ethereum client with an execution layer and an embedded consensus layer called Caplin. These skills help AI agents build, test, and operate it.
How do I run Erigon tests with AI?โผ
Skills like erigon-test-unit, erigon-test-all, and erigon-test-race run the matching make commands, mirror CI workflows, and help drill into failures automatically.
Can AI launch an Ethereum devnet with Erigon?โผ
Yes. The launch-devnet and kurtosis-test skills spin up full Erigon plus consensus-client testnets, monitor block progress, and triage failures against other clients.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run 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