Sustainability
EPD parsing, research, comparison, and specification.
The problem
Embodied carbon is increasingly regulated and incentivized — LEED v4.1 MRc2, Buy Clean policies, and net-zero commitments all require Environmental Product Declarations. But EPDs are dense PDFs with inconsistent formats, scattered across dozens of registries, and the data needs to flow into specifications and whole-building LCA.
How it works
Four skills form a pipeline: parse EPD PDFs into structured data, search registries for published EPDs, compare products on environmental impact metrics, and generate CSI specification sections with GWP thresholds.
Skills
| Skill | What it covers |
|---|---|
/epd-parser | Extract structured data from EPD PDFs — GWP, life cycle stages, certifications |
/epd-research | Search EC3, UL, Environdec, and manufacturer sites for EPDs by material |
/epd-compare | Side-by-side impact comparison with LEED MRc2 eligibility check |
/epd-to-spec | CSI specification sections requiring EPDs and setting GWP limits |
Pipeline
EPD PDFs ──→ /epd-parser ──→ structured data ←── /epd-research ←── registries
│
/epd-compare
│
comparison report
│
/epd-to-spec
│
CSI spec sections
Each skill works standalone. Chaining is natural but not required.
Output
All skills share a 42-column EPD schema covering product identity, EPD metadata, impact indicators (GWP-fossil, GWP-biogenic, ODP, AP, EP, POCP), resource use, and LEED eligibility. Data saves to CSV or Google Sheets. Comparison reports and specifications save as markdown.
Install
Claude Desktop:
- Open Customize → Browse plugins
- Click + → Add marketplace from GitHub
- Enter
AlpacaLabsLLC/skills-for-architects - Install the Sustainability plugin
Claude Code (terminal):
claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install 05-sustainability@skills-for-architects
Manual:
git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/plugins/05-sustainability/skills/epd-parser ~/.claude/skills/epd-parser Related skills
EPD Parser
Extract structured environmental impact data from EPD PDFs
EPD Research
Search registries and manufacturer sites for Environmental Product Declarations
EPD Compare
Side-by-side environmental impact comparison with LEED MRc2 check
EPD to Spec
CSI specification sections with EPD requirements and GWP thresholds