eth2030
Ethereum client code review, security scanning, and devnet debugging
All Skills in This Repository (7)
Pure Emerald Level Indicatorscode-review
Identify bugs, security vulnerabilities, and quality problems in code diffs.
devnet-debug
Debug Kurtosis-based Ethereum devnets by tracing logs and applying fixes until blocks advance.
scan
Run Semgrep, Trivy, osv-scanner, and Bandit to identify security vulnerabilities.
security-report
Compile security scan findings into structured Markdown, HTML, or JSON reports.
team
Coordinates four parallel agents to create source and test files in non-overlapping packages, then validates and commits them.
doc-check
Analyze code diffs to identify documentation gaps and propose updates.
fix
Generate minimal security patches as unified diffs with summaries and LOC counts.
Frequently Asked Questions
FAQPage SchemaHow to install eth2030 skills?โผ
Run `npx skills add jiayaoqijia/eth2030 --all -g -y` in your terminal to install all skills in this suite globally.
How to debug a stalled Ethereum devnet?โผ
Use the devnet-debug skill, which classifies the failure as an Engine API, RPC format, or consensus issue, then walks through log checks, fixes, and retesting until the chain advances.
How to scan Go blockchain code for vulnerabilities?โผ
The scan skill runs Semgrep, Trivy, and osv-scanner in parallel, deduplicates results, and maps findings to OWASP categories with severity ratings.
Can these skills generate security fix patches?โผ
Yes. The fix skill produces a minimal unified-diff patch targeting the root cause of a finding, and the security-report skill documents it with compliance mapping.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core