Agent Plugins Marketplace
All plugins

audette-skills

v0.1.0

Audette AI workflows — skills, MCP tools, and agents for building energy modeling, carbon reduction planning, and decarbonization roadmaps.

Claude Code1 Skill2 MCP serversStreamable HTTP

By AudetteLicense: Apache-2.00 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Jul 21, 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 audette-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install audette-skills@agent-plugin-marketplace

Paste 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/soapboxbuild/audette-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

audette-skills/
├── .claude-plugin/plugin.json
├── skills/audette-onboarding/SKILL.md
└── .mcp.json

Included Skills1

audette-onboardingskills/audette-onboarding/SKILL.md

Full Audette onboarding workflow for a Soapbox asset that has no Audette building yet. Reads footprint data and uploaded documents (OM, PCA), confirms required fields with the user, creates one Audette building per footprint in parallel, links them to a property, patches the asset's audette_property_id via the Soapbox API, and submits utility or equipment data. Use this skill whenever an asset needs to be set up in Audette for the first time. Triggers on: "create Audette buildings", "onboard to Audette", "set up in Audette", "add this asset to Audette", "create buildings for [property]", or proactively whenever an ## Audette Onboarding Context section is present in the thread.

MCP servers2

audetteStreamable HTTP
url
https://mcp-server.prod.audette.io/mcp
soapbox-ragStreamable HTTP
url
https://rag.soapbox.build/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "audette-skills",
  "version": "0.1.0",
  "description": "Audette AI workflows — skills, MCP tools, and agents for building energy modeling, carbon reduction planning, and decarbonization roadmaps.",
  "author": {
    "name": "Audette",
    "url": "https://audette.io"
  },
  "homepage": "https://github.com/soapboxbuild/audette-skills",
  "license": "Apache-2.0",
  "mcpServers": {
    "audette": {
      "type": "http",
      "url": "https://mcp-server.prod.audette.io/mcp"
    },
    "soapbox-rag": {
      "type": "http",
      "url": "https://rag.soapbox.build/mcp"
    }
  },
  "skills": [
    "skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[audette-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/audette-skills)