Lean Agentic AI Skills

Teach any AI agent to think lean.

Agent skills for reducing cost, carbon, energy, and complexity β€” across your web, cloud, data, and AI stack. The same wasted compute drives up energy, cost, and carbon β€” three symptoms of one problem. These free, open-source skills teach your agent to find that waste, recommend fixes, and produce evidence-based reports you can trust.

49areas of expertise
3Γ—energy Β· cost Β· carbon
0made-up numbers
MITlicense
Try it β€” pick a question:
Why this exists

Wasted compute has three symptoms.

The same oversized instance, bloated prompt, or uncached inference burns extra energy, inflates your cloud bill, and grows your carbon footprint β€” in the same act. These skills give your AI agent real expertise from the Green Software Foundation, so every audit addresses all three at once.

πŸ”

An expert for every layer

Oversized servers, heavy web pages, chatty databases, AI agents stuck in loops β€” your agent gains a specialist for each, trained on what to look for and how to fix it. A smart router brings in the right one for your question.

🀝

Answers you can trust

Every finding shows the evidence behind it. Real counts get reported; estimates are clearly labeled as estimates. If something can't be measured yet, the report says so β€” and tells you how to measure it.

πŸ’°

Efficiency pays three ways

Energy is the physics; cost is how the work gets funded; carbon is why it matters. Every finding names the countable driver (tokens, gigabytes, instance-hours) so finance sees the payback, sustainability sees the impact, and engineering sees the underlying inefficiency β€” from one audit.

How it works

Ask a question. Get an honest answer.

1

You ask in plain language

"Is my website green?" "Why is our cloud bill growing?" "Make our chatbot cheaper." No commands to learn β€” the router understands the question and picks the right skill.

2

The right expertise kicks in

It checks your site, config, logs, or bills against proven efficiency patterns from the Green Software Foundation β€” and writes down what it found, with evidence.

3

Results become anything

All skills share one findings format, so any audit can become a slide deck, a written report, a live dashboard, sprint tickets, or a two-line summary for your release notes.

🀍 The one rule everything follows

Nothing is ever made up. If it can be counted β€” tokens, megabytes, idle servers β€” it's counted and shown. If it can't be measured yet, the report says "not measured" and points you to the free tools that measure it for real. No fake percentages, no vague "green scores." That's why you can put these reports in front of your boss.

The design

Three simple ideas turn skills into expertise.

No framework, no service, no database. Just a smart way of organizing expertise so the pieces snap together.

🧭

1 Β· The router

You never memorize skill names. One skill β€” lean-router β€” reads your question, picks the right specialist, and chains skills together when a job needs several. It even saves energy itself: easy steps get quick thinking, hard steps get deep thinking, and finished audits are reused instead of re-run.

🧩

2 Β· One skill, one job

Each skill is deliberately small: the web auditor only audits web pages, the deck builder only builds decks. Small skills are easy to trust, easy to test, and easy to improve. Every skill even ends by naming its neighbors β€” "not my job, ask region-selector" β€” so nothing overlaps.

πŸ“„

3 Β· The shared contract

Every audit writes its results in the same simple file: lean-findings.json. That one decision is the magic β€” any audit can feed any report, deck, dashboard, or ticket export. Add a new audit skill, and every output skill works with it instantly.

lean-findings.json β€” one finding, annotated (energy Β· cost Β· carbon, honestly)
{
  "title": "Hero images not compressed",
  "severity": "high",
  "evidence": "4 images, 6.2 MB, no modern format",
  "impact": "roughly halves page transfer",     ← energy & carbon: directional
  "cost_signal": {
    "driver": "GB egress per month",             ← what's billed
    "observed": "4.2 GB from this page",         ← counted, not invented
    "direction": "cuts the driver ~half"
  },
  "fix": "convert to WebP/AVIF with srcset",
  "effort": "low"
}

Why one format changes everything

Because every skill speaks it, results flow like Lego bricks: audit β†’ deck, two audits β†’ one report, this month vs last month β†’ progress dashboard. Each finding carries the split that keeps every claim safe: energy and carbon impact stay directional, cost driver stays counted (tokens, GB, instance-hours). No skill fabricates dollars; every skill helps you find them.

And a skill? It's just a folder.

No code required. A skill is a folder with one Markdown file describing when to activate, what to check, and how to stay honest. If you can write a checklist, you can write a skill:

πŸ“ my-new-skill / SKILL.md
name: my-new-skill
description: Use this when the user asks about…

## What to check
- Signature 1, with the evidence to look for
- Signature 2 …

## Stay honest
- Report only what you observed
- Say what's out of scope

## Not this skill's job
- X belongs to neighbor-skill

The project even ships a skill that reviews new skills against these standards β€” quality control, automated and open.

The skills

The expertise, skill by skill.

49 skills, each a small folder your agent reads. Install only what your stack needs β€” browse by what you want your agent to be able to do:

Get started

Free, open, and yours to extend.

Give your agent this expertise in minutes: download the skills, drop them in, ask your first question. Same audit, three payoffs β€” energy, cost, carbon. MIT licensed.

β‘  Get the skills from GitHub β€” it's one folder per skill
β‘‘ Add the expertise your stack needs to your agent
β‘’ Ask: "Lower our cloud bill" or "Make our chatbot cheaper"
πŸ“˜ From the author of Lean Agentic AI: Minimizing Cost, Carbon, and Complexity β€” the book taught the mindset; these skills install it.

Have expertise the catalog is missing? Contributing it is one folder that follows the shared format β€” and the project even includes a skill that reviews new skills against its own standards. Your knowledge becomes something every agent can use.

🌱 THIS PAGE, CHECKED LIVE

We hold this website to the same standard as the reports. Your browser measured these numbers just now:

page sizemeasuring…
images downloaded…
fonts downloaded…
trackers0
made-up numbers0
ad tech / trackers billing you0
Not measured: the energy of the network and the device you're reading this on. That honesty is the whole point.
What's next

Environmental impact is bigger than energy and carbon.

Two areas this module deliberately doesn't cover yet β€” worth naming out loud, so contributors know where the frontier is.

πŸ’§

Water

Data centres cool with freshwater β€” and water intensity varies wildly by region and cooling design. A future water-intensity-advisor could bring water into the same shared-contract frame, with the same honesty rule: providers publish annualised regional averages; single-workload attribution is estimated, not measured.

Open for contribution
♻️

Hardware & e-waste

hardware-lifecycle-advisor already treats embodied carbon as its primary lever, but the wider e-waste picture β€” end-of-life pathways, refurbishment supply, right-to-repair signals β€” deserves its own skills. This is where software choices meet material choices.

Open for contribution

Both directions preserve the module's discipline: pattern-based analysis, evidence-only findings, real measurement tools named for anything that needs to be quantified. If either matches your expertise, contributing is one folder.