claude: add erigon-datadir skill#19017
Merged
Merged
Conversation
Add a reference skill that teaches Claude how to safely duplicate Erigon datadirs with precondition checks, APFS copy-on-write support, and disk space validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
Author
|
now I can do: "duplicate the datadir into /tmp/test-dup and run an ephemeral erigon instance on it" and it'll solve all port conflicts (if I'm running another erigon on my machine already) for me automatically without having to maintain separate scripts! |
Member
Author
|
(adding Vlad as a reviewer just for a unrelated test) |
VBulikov
approved these changes
Feb 6, 2026
Giulio2002
pushed a commit
that referenced
this pull request
Feb 6, 2026
## Summary - Add a new reference skill (`.claude/skills/erigon-datadir/SKILL.md`) for manipulating Erigon datadirs - Covers safe datadir duplication with precondition checks, APFS copy-on-write support, and disk space validation - Non-user-invocable; loaded automatically when Claude detects datadir operations ## Test plan - [x] Tested duplication of an 820GB mainnet datadir to a temporary directory - [x] All precondition checks passed - [x] APFS CoW clone completed successfully, chaindata/ deleted from destination - [x] Confirmed zero extra disk space consumed (CoW) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/skills/erigon-datadir/SKILL.md) for manipulating Erigon datadirsTest plan
🤖 Generated with Claude Code