hairyf/blockchain-skills

reth

Reth — modular Ethereum execution client (Rust); node, sync, RPC, storage, networking.

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill reth

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.25
More metadata
author
Hairy
version
2026.2.25
source
Generated from https://github.com/paradigmxyz/reth, scripts at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,891 B
  • docs SUMMARY.md 100 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

Skill based on reth (paradigmxyz/reth), generated 2026-02-25. User docs: https://reth.rs

Reth is a modular, high-performance Ethereum full node in Rust. Execution layer compatible with Engine API. Uses staged sync, MDBX + static files, revm, and jsonrpsee RPC.

Core References

Topic Description Reference
Project Layout Crate structure, storage, net, stages, RPC, node [core-project-layout](references/core-project-layout.md)
Database DB trait, tables, DbTx/DbTxMut, codecs, providers [core-database](references/core-database.md)

Features

Topic Description Reference
Staged Sync Pipeline stages, HeaderStage, BodyStage, ExecutionStage, unwind [features-staged-sync](references/features-staged-sync.md)
Networking P2P tasks, NetworkConfig, FetchClient, ETH requests, tx propagation [features-networking](references/features-networking.md)
RPC Namespaces, transports, engine API, rpc-builder [features-rpc](references/features-rpc.md)
Node Builder Configuring and running a node programmatically [features-node-builder](references/features-node-builder.md)

Best Practices

Topic Description Reference
Development Build, test, lint, PR workflow, commenting [best-practices-development](references/best-practices-development.md)

External Links