Erigon
Official@erigontech
Offers specialized infrastructure for Ethereum node operation, focusing on binary compilation, snapshot management, and multi-instance network configuration.
Agent Skills by Erigon
Showing 23 vetted skills indexed across 1 GitHub repositories.
kurtosis-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.
erigon-test-hive
Runs Erigon Hive simulator tests for EL/CL protocol interoperability locally or via GitHub Actions.
erigon-test-race
Runs Erigon Go test suites with the race detector to find data races and concurrency bugs.
erigon-ci
Runs Erigon CI test groups locally and dispatches GitHub Actions workflows on any branch.
erigon-seg-integrity
Runs integrity checks on Erigon datadir snapshot and segment files.
benchmarkoor
Runs repeatable benchmarkoor performance benchmarks against Erigon using protected OverlayFS datadirs.
erigon-test-rpc
Run JSON-RPC integration tests comparing rpcdaemon responses against golden expected outputs.
erigon-cherry-pick
Cherry-pick pull requests between long-living git branches and create separate GitHub PRs.
erigon-build
Build the Erigon binary from source using make erigon.
erigon-seg-retire
Automate Erigon segment retirement workflows to prepare publishable snapshots.
erigon-seg-rebase
Rebase Erigon datadir step size to adjust snapshot segment granularity.
erigon-network-ports
Document Erigon network ports and CLI flags for multi-instance deployments.
Frequently Asked Questions About Erigon
FAQPage SchemaWhat specific tasks does Erigon enable for node operators?▼
Erigon enables operators to compile custom binaries, manage snapshot segment retirement for data pruning, rebase datadir step sizes for granular storage control, and configure network ports for multi-instance deployments.
Which technical personas benefit from these capabilities?▼
These capabilities are designed for blockchain infrastructure engineers, node operators, and DevOps professionals managing high-performance Ethereum execution layer nodes who require granular control over storage and networking.
What are the prerequisites for managing Erigon node snapshots?▼
Prerequisites include an existing Erigon datadir, sufficient disk capacity for snapshot generation, and familiarity with make-based build environments for binary compilation and network port mapping.