Claude-skill-registry beacon-chain-knowledge
A skill that should be used when a user ask propts for a concep related with a beacon chain and you are not familiar with.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/beacon-chain-knowledge" ~/.claude/skills/majiayu000-claude-skill-registry-beacon-chain-knowledge && rm -rf "$T"
manifest:
skills/data/beacon-chain-knowledge/SKILL.mdsource content
Overview
This skill has a index for relevant keywords. If a match is found, load the associated URL and read its contents to acquire the required knowledge.
-
nodes, validators: https://eth2book.info/capella/part2/consensus/overview/#nodes-and-validators
-
slots, epochs: https://eth2book.info/capella/part2/consensus/overview/#slots-and-epochs
-
validator attestation: https://eth2book.info/capella/part2/consensus/overview/#blocks-and-attestations
-
slasing: https://eth2book.info/capella/part2/consensus/overview/#slashing