By cnaught-inc
Sustainability-first design for Claude Code. Audit code for environmental impact and get eco-friendly recommendations during planning.
Use when planning architecture, brainstorming features, or reviewing a draft design for sustainability. Provides an eco-first checklist of considerations for infrastructure, code, and product design decisions.
Use when reviewing code for environmental impact, auditing sustainability of infrastructure choices, or when user runs /eco-review. Scans for high-carbon cloud regions, inefficient API patterns, oversized containers, missing caching, and wasteful defaults.
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-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 patternsClone to your Claude Code plugins directory:
git clone https://github.com/CNaught-Inc/eco-first.git ~/.claude/plugins/eco-first
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub cnaught-inc/eco-firstTrack and offset carbon emissions from your Claude Code usage
Token efficiency skill for Claude Code. Reduces output tokens by ~15% and speeds up responses by ~15%, with bigger gains on multi-turn sessions with large codebases.
Reference guide for the Twelve-Factor App methodology — 15 principles (12 original + 3 modern extensions) for building portable, resilient, cloud-native applications. Use when evaluating architecture, reviewing codebases for methodology compliance, or advising on configuration, scaling, observability, security, and deployment patterns.
Get comprehensive performance optimization recommendations
Set up and validate environment configurations across environments
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Google Gemini CLI for second opinions, architectural advice, code reviews, security audits. Leverage 1M+ context for comprehensive codebase analysis via command-line tool.
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.