erigontecherigontechOfficialยท23 Agent Skills Included

erigon

Build, test, and operate the Erigon Ethereum node with AI

Automates building, testing, and running the Erigon Ethereum execution and consensus client. Covers unit and race tests, Hive and Kurtosis network suites, QA result triage, devnet launches, and snapshot maintenance. Eliminates manual port juggling, fixture setup, and log digging so developers validate changes faster.
npx skills add erigontech/erigon --all -g -y
Available:

Gives the AI agent Erigon's build, lint, and test commands plus strict rules on test-driven development and forbidden test skips when modifying the client.

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
erigontecherigontech

kurtosis-test

Runs local Kurtosis Ethereum testnets against a locally-built erigon image and triages failures.

Official
Advanced
๐Ÿ“ฆ In Repo
erigontecherigontech

autoresearch

Automates iterative modify-verify-keep-or-discard loops against measurable goals using git commits.

Official
Intermediate
๐Ÿ“ฆ In Repo
erigontecherigontech

qa-test-results

Interpret Erigon QA workflow results, logs, and artifacts to diagnose test failures.

Official
Advanced
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-ephemeral

Launch temporary Erigon nodes with automatic port conflict detection and cleanup.

Official
Intermediate
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-test-unit

Runs Erigon unit tests locally with make test-short for pre-push verification.

Official
Basic
๐Ÿ“ฆ In Repo
erigontecherigontech

hive-test

Runs Ethereum Hive integration test suites against a local Erigon build.

Official
Advanced
๐Ÿ“ฆ In Repo
erigontecherigontech

erigondb-sync-integration-test-plan

Validates erigondb.toml settings resolution across legacy, downloader, and no-downloader Erigon runtime scenarios.

Official
Advanced
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-datadir

Duplicates Erigon datadirs using APFS copy-on-write clones or full filesystem copies.

Official
Intermediate
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-test-all

Runs the full Erigon Go test suite locally with RAM disk and CI-equivalent settings.

Official
Intermediate
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-implement-eip

Implements a new EIP for an Erigon hardfork from spec lookup through tests and wrap-up.

Official
Advanced
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-exec-from-0

Re-executes all Ethereum blocks from block 0 to validate state and reproduce bugs.

Official
Intermediate
๐Ÿ“ฆ In Repo
erigontecherigontech

erigon-mdbx-compact

Compact an MDBX database file to reclaim garbage-collected pages and shrink disk usage.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’