renewable-energy
v0.2.3Renewable Energy specialist team — agents (renewables-engagement-lead, solar-project-developer, grid-interconnection-specialist, energy-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A project-development team for a solar/storage developer, EPC, or asset owner — it models LCOE and project IRR against a cost-per-watt that ran ~$2.56 in 2025, navigates the interconnection queue that gates most projects, structures around the post-2025 ITC shift (residential 25D ended; 48E/PPA pathways remain), and reads O&M and degradation the way a 25-year asset demands. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install renewable-energy for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install renewable-energy@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/renewable-energy/.
Plugin files
├── .claude-plugin/plugin.json├── skills/model-lcoe-and-irr/SKILL.md├── skills/model-the-interconnection-queue/SKILL.md├── skills/read-asset-performance/SKILL.md├── skills/structure-the-incentive/SKILL.md└── skills/value-storage-dispatch/SKILL.md
Included Skills5
Model levelized cost of energy and project IRR together, on net cost after the live incentives, since they answer different questions. Reach for this on any project-economics question.
Read the interconnection queue, study sequence, and likely upgrade allocation as the project's schedule and cost risk. Reach for this before committing a schedule.
Read availability, degradation, and O&M cost over the 25-year asset life so the IRR rests on real operations. Reach for this on an operating-asset question.
Structure the project around the incentive pathway that's actually available post-2025, with a date, instead of an expired one. Reach for this on any financing-structure question.
Value a battery on its dispatch use-case — arbitrage, demand-charge reduction, capacity — not a flat $/kWh. Reach for this on a storage add.
Plugin manifests1
{
"name": "renewable-energy",
"version": "0.2.3",
"description": "Renewable Energy specialist team — agents (renewables-engagement-lead, solar-project-developer, grid-interconnection-specialist, energy-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A project-development team for a solar/storage developer, EPC, or asset owner — it models LCOE and project IRR against a cost-per-watt that ran ~$2.56 in 2025, navigates the interconnection queue that gates most projects, structures around the post-2025 ITC shift (residential 25D ended; 48E/PPA pathways remain), and reads O&M and degradation the way a 25-year asset demands. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"renewable-energy",
"solar",
"storage",
"lcoe",
"interconnection",
"itc",
"project-finance",
"ppa",
"degradation"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[renewable-energy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/renewable-energy)