skills/evm-opcodes/SKILL.md
Retrieves EVM opcode documentation. Use when implementing, testing, reviewing, or debugging any opcode — including when an opcode is referenced by mnemonic (ADD, PUSH1, RETURN) or by hex byte (01, 60, F3).
npx skillsauth add tcrypt25519/ai evm-opcodesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$ARGUMENTS is empty, report: "Error: Provide one or more opcodes (hex bytes or mnemonics, e.g., 01 60 RETURN)."$ARGUMENTS on whitespace. For each token: if it is a mnemonic (e.g., ADD, PUSH1, RETURN), convert it to the corresponding hex byte (e.g., ADD→01, PUSH1→60, RETURN→F3). Then run: $SKILL_DIR/scripts/opcode_doc <HEX>.tools
Sends Android notifications from Termux. Use when the user requests a notification or a task finishes.
development
Applies the Rincon-Twilight visual system to artifacts. Use when choosing colors, typography, theming, UI design tokens, or CSS styling for this project.
data-ai
Maintains and organizes an Obsidian vault in analyze or execute mode. Use when managing vault structure.
documentation
Merges multiple markdown documents into one coherent version. Use when consolidating overlapping markdown sources.