Sustainability-first design for Claude Code. Audit your code and infrastructure for environmental impact, and get eco-friendly recommendations during planning and architecture discussions.
- eco-first:eco-review — Scan existing code and infrastructure for sustainability issues. Produces a ranked report with cited recommendations.
- eco-first:eco-design — Walk through sustainability considerations during planning. Forward-looking checklist for architecture and product design decisions.
/eco-review— Run a sustainability audit on the current project/eco-design— Run the eco-first sustainability checklist during planning/eco-refresh— Check for updated carbon data and sustainability patterns
Clone to your Claude Code plugins directory:
git clone https://github.com/CNaught-Inc/eco-first.git ~/.claude/plugins/eco-first- Google Cloud Region Carbon Data, 2024
- GSF Green Software Patterns
- AWS Well-Architected Sustainability Pillar
- Web Almanac 2024
- The Shift Project
- PlanetScale
eco-first/
├── .claude-plugin/
│ └── plugin.json
├── data/
│ └── carbon-intensity.md (shared carbon intensity reference table)
├── skills/
│ ├── eco-review/
│ │ └── SKILL.md (audit process, 27 patterns with severity/heuristics/tools)
│ └── eco-design/
│ └── SKILL.md (planning checklist)
├── commands/
│ ├── eco-review.md
│ ├── eco-design.md
│ └── eco-refresh.md
├── tests/
│ ├── test-scenario-review.md
│ └── test-scenario-design.md
├── README.md
└── LICENSE
MIT