ethereum-org-website
Build, translate, and test the ethereum.org website
All Skills in This Repository (8)
Pure Emerald Level Indicatorsintl-pipeline
Operates the manifest-driven incremental translation pipeline for ethereum.org content across 24 locales.
intl-review
Reviews ethereum.org translation PRs against ETHGlossary terminology and MDX integrity rules.
review-page
Runs adversarial copy and design-system review loops against built ethereum.org pages until clean.
new-page
Scaffolds new ethereum.org pages by mapping designs to existing layouts and components.
page-visual-tests
Captures full-page DOM snapshots of ethereum.org pages with Playwright and Chromatic for visual regression testing.
performance
Diagnoses web performance regressions and reviews code changes for performance anti-patterns on ethereum.org.
design-system
Guides UI development for the ethereum.org Next.js site using Tailwind v4, Radix, and shadcn-style primitives.
data-layer
Create uniform cached getters for diverse data sources.
Frequently Asked Questions
FAQPage SchemaHow to install ethereum-org-website skills?โผ
Run `npx skills add ethereum/ethereum-org-website --all -g -y` in your terminal to install all skills in this suite globally.
How to add a new page to ethereum.org?โผ
Use the new-page skill, which interviews you about the route and design, maps the Figma design to existing components, and scaffolds the page reuse-first.
How does the translation pipeline work?โผ
The intl-pipeline skill translates English content into 24 languages via an LLM, tracks changes with manifests, and uses ETHGlossary as the authority for term translations.
Can it review translation quality automatically?โผ
Yes. The intl-review skill scores translations across five categories, flags glossary deviations and broken links as critical, and can auto-fix deterministic errors.
Does it help with website performance issues?โผ
Yes. The performance skill maps symptoms like slow page loads or build failures to specific fixes for caching, images, bundle size, and memory limits.
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