precheck
01Skill Claude CodeCodex
Run pre-commit checks (gofmt, goimports, gazelle, code generators, build) before committing Prysm changes. Required before every commit.
361 tagged ethereum, measured the same way as everything else here.
Browse within: defi 195crypto 110arbitrage 60bitcoin 58aptos 51security-audit 51smart-contract-audit 51blockchain 49cryptocurrency 33coingecko 32dapp 29foundry 28kubernetes 28helm 27
Skill Claude CodeCodex
Run pre-commit checks (gofmt, goimports, gazelle, code generators, build) before committing Prysm changes. Required before every commit.
Skill Claude CodeCodex
Run Prysm unit tests with Bazel for affected packages, or a given target.
Skill Claude CodeCodex
For agents: This document explains how to integrate with Clodds APIs.
Skill Claude CodeCodex
Automatically copy trades from successful wallets on Polymarket and crypto.
Skill Claude CodeCodex
Activates Warren Buffett's complete investment thinking system. The following scenarios must trigger it: analyzing any stock or company, evaluating investment opportunities, interpreting financial reports/annual reports/shareholder letters, assessing business moats or competitive advantages, evaluating management…
safe-global/safe-wallet-monorepo
Skill Claude CodeCodex
Write or refactor Cypress E2E tests following Page Object Model, action/assertion separation, and project conventions. Use when creating new tests, refactoring existing ones, or adding page object functions.
safe-global/safe-wallet-monorepo
Skill Claude CodeCodex
Implement a Figma design using shadcn/ui components. Use when converting Figma URLs to React code.
safe-global/safe-wallet-monorepo
Skill Claude CodeCodex
Creates a Storybook UI prototype from a PRD-style input using existing shadcn/ui components, subtle visual tone, and a clear hierarchy. Use when the user invokes /design.prototype or asks for a prototype Storybook story.
Skill Claude CodeCodex
Run Ethereum multi-client devnets using Kurtosis and the ethpandaops/ethereum-package. Use for spinning up local devnets, syncing public testnets, validating cross-client interop, testing fork transitions, shadowforks, running assertoor checks, debugging CL/EL client interactions, or verifying new feature…
Skill Claude CodeCodex
Analyze supplied deployed EVM runtime bytecode with EVMole or guide a separate application in integrating a published EVMole Rust, Go, Python, or JavaScript binding. Use for unverified-contract inspection, ABI reconstruction from runtime code, selector discovery, storage-access analysis, EVM control-flow inspection…
Skill Claude CodeCodex
Trigger Pattern Always (Aptos Move) - foundational security check - Inject Into Breadth agents, depth agents.
Skill Claude CodeCodex
Trigger Pattern wormhole|layerzero|ccip|bridge|crosschain|vaa|guardian|emitter|relay|remotechain|payload|nonce.sequence - Inject Into Breadth agents, depth-external.
Skill Claude CodeCodex
L1 trigger - detects non-determinism, state transition completeness violations, and safety/liveness invariant breaks in consensus code. Inject into depth-consensus-invariant or depth-state-trace.
Skill Claude CodeCodex
Analyzes backtest results in plain language, connecting metrics to what they mean for the strategy.
Skill Claude CodeCodex
Guides the user through exchange connectivity and configuration safely, without handling secrets in chat.
Skill Claude CodeCodex
Generate valid EngineStrategyConfig YAML for PnLClaw strategies.
Skill Claude CodeCodex
Bulk-import a large RDF graph (code graph, corpus, GitHub history, etc.) into a DKG node's working memory. Use this skill when you need to push more than a few thousand triples in a single import — it codifies the chunking budgets, the assertion-loop shape, the resumability manifest, and the canonical URI rules so…
Skill Claude CodeCodex
The DKG V10 Node is your primary memory system. This skill teaches you to operate your node's three-layer verifiable memory — write and retrieve private drafts in Working Memory, share with peers in Shared Working Memory, and publish permanently to Verifiable Memory on-chain.
Awarexone/web3-bug-bounty-hunting-ai-skills
Skill Claude CodeCodex
Complete reference for all 10 DeFi smart contract bug classes. Use this when hunting for specific vulnerability types, need attack patterns for accounting desync, access control, incomplete path, off-by-one, oracle manipulation, ERC4626 vaults, reentrancy, flash loans, signature replay, or proxy/upgrade bugs.
Awarexone/web3-bug-bounty-hunting-ai-skills
Skill Claude CodeCodex
External research synthesis from Trail of Bits, SlowMist, ConsenSys, Immunefi, and Cyfrin. Use this for advanced audit methodology, Echidna/Medusa fuzzing setup, Slither custom detector writing, attack pattern deep dives, or the 4-phase learning roadmap.
Awarexone/web3-bug-bounty-hunting-ai-skills
Skill Claude CodeCodex
Complete Foundry PoC writing guide + all cheatcodes + DeFiHackLabs reproduction patterns. Use this when building a proof of concept exploit, setting up a fork test, using Foundry cheatcodes, or reproducing a known DeFi hack for learning.
Skill Claude CodeCodex
Set up docs-ssot SSOT documentation structure — migrate existing docs, build, and validate.
Skill Claude CodeCodex
Git branch management, commit conventions, and PR creation workflow. Use for all tasks that require code changes, regardless of language or scope.
Skill Claude CodeCodex
Mock generation workflow for go-crypto-wallet. Activate whenever a developer asks to generate a mock for a new interface, add test coverage that requires a mock, or replace a manually-written test stub for a ports interface. Claude MUST use make mockery — never write mock struct code by hand.