epd-compare

epd-compare is a skill for Claude Code from AlpacaLabsLLC/skills-for-architects. It costs 38 tokens per session (2,807 once invoked), scanned A, original, MIT.

A comparison tool for Environmental Product Declarations (EPDs), which are documents reporting a product's environmental impacts. It compares products using global warming potential and other impact measures while checking whether the data can fairly be compared.

In plain words
What is it for?
Use it to compare two or more products from pasted data, files, local records, or earlier conversation results, and produce a Markdown comparison report.
Why use it?
It helps avoid misleading comparisons caused by different units, study boundaries, or calculation rules. It also checks whether products may qualify for a LEED v4.1 materials credit.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code; mentions Codex.

Part of the as plugin — 46 skills, 7 agents, 3 hooks shipped together

Good fit Use it to compare two or more products from pasted data, files, local records, or earlier conversation results, and produce a Markdown comparison report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alpacalabsllc/skills-for-architects/epd-compare
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AlpacaLabsLLC/skills-for-architects --skill epd-compare
Clone the repo
git clone --depth 1 https://github.com/AlpacaLabsLLC/skills-for-architects

Made for: Claude Code.

Or install as, the plugin that ships this one along with the rest of its 46 skills, 7 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for epd-compare

README.md
[![agentmods](https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/epd-compare/github.svg)](https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/epd-compare)
Your own site
<a href="https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/epd-compare"><img src="https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/epd-compare/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for epd-compare

Your own site · 80×15
<a href="https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/epd-compare"><img src="https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/epd-compare.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,807 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.02807
Opus 5 $0.00019 $0.01404
Sonnet 5 $0.00008 $0.00561
Haiku 4.5 $0.00004 $0.00281

Measured 12d ago against content hash d1668a8911ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

epd-compare scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/epd-compare/SKILL.md · 214 lines

How it starts

The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/as:epd-compare — EPD Comparator

Harness note: use /as:<skill> on Claude Code and $<skill> on Codex. Resolve <skill-root> as the directory containing this loaded SKILL.md and <plugin-root> as the plugin root that contains skills/, and use equivalent native tools when host tool names differ.

Compare 2 or more products side-by-side on environmental impact metrics. Validates comparability (declared units, system boundaries, PCR alignment), generates comparison tables with percentage deltas, and checks LEED v4.1 MRc2 eligibility.

This skill reads EPD records but does not persist or modify them. Fields follow schema/epd-schema.md, which is distinct from the FF&E product schema. Output is a markdown comparison report.

Input

The user provides EPD data in one of these ways:

  1. Inline data — pasted product names with GWP values
  2. File path — a canonical epd-library.csv or markdown file with EPD data
  3. From prior skills — "compare the EPDs I just parsed/found" (uses structured data from the current conversation)
  4. Mixed — combine pasted, prior, and canonical local CSV records

If the user doesn't specify a source, first use structured EPD data from the current conversation. Otherwise ask for pasted values or an EPD CSV path. When reading epd-library.csv, validate it with python3 "<plugin-root>/skills/master-schedule/scripts/csv-library.py" validate epd; reject FF&E-shaped or malformed files. Validation is read-only; never invoke init, import, append, or update.

Workflow

Step 1: Collect data

Gather EPD data from the specified source. For each product, you need at minimum:

  • Product name and manufacturer
  • GWP (A1-A3) value
  • Declared unit

Additional fields improve the comparison: ODP, AP, EP, POCP, energy use, water use, system boundary, PCR, validity dates, LEED eligibility.

Step 2: Validate comparability

Before comparing, run these checks and report findings:

Read the full file on GitHub · 214 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 214 lines · 38 tokens per session scan A d1668a8911ef

Subscribe to this mod's changes

epd-compare is a skill published in the GitHub repository AlpacaLabsLLC/skills-for-architects (351 stars, last pushed 8d ago), licensed MIT. It adds 38 tokens to every session and 2,807 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

data-management-plan

Draft a funder-compliant Data Management Plan (NSF DMP, NIH DMS Policy 2023, ERC, Horizon Europe) by composing the confidential-data and environment-capture primitives. Sections cover data description, formats/metadata, storage/backup, access/sharing, preservation/archiving, and roles. Use when user says "data…

pedrohcgs/claude-code-my-workflow · 143 tokens

validate-bib

Validate bibliography entries against citations in all lecture files. Structural checks (missing/unused entries, malformed fields) by default; --semantic adds citation-drift detection, DOI verification, and style-consistency checks.

pedrohcgs/claude-code-my-workflow · 47 tokens

review-r

Read-only R code review protocol for .R scripts. Checks code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards; produces a report without editing. Use when user says "review this R script", "check the R code", "audit the analysis code", "code review on the R", or when an R file…

pedrohcgs/claude-code-my-workflow · 102 tokens

liucixin-perspective

A science-fiction writing aid focused on using scientific ideas to imagine large-scale consequences for people and civilizations. It combines technical detail with stories spanning different time periods, places, and levels of society.

momozi1996/awesome-ai-persona-skills · 118 tokens

beamer-deck

Create an academic presentation as a LaTeX Beamer source and reviewed PDF with an original theme. Use when the requested deliverable is a conference, seminar, or lecture deck in Beamer. Not for PowerPoint or RevealJS; use $pptx or $quarto-deck.

flonat/flonat-research · 63 tokens

pipeline-manifest

Build a traceability manifest linking analysis scripts to inputs, outputs, and manuscript figures or tables. Use when documenting a computational pipeline or locating the source of a reported artefact. Not for verifying that paper claims match code outputs; use the code-paper auditor.

flonat/flonat-research · 55 tokens