Agent Plugins Marketplace
All plugins

skilled-trades-contracting

v0.2.3

Skilled Trades Contracting specialist team — agents (trades-engagement-lead, estimating-specialist, field-operations-specialist, trade-business-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An estimating-and-field-operations team for an HVAC, electrical, or plumbing contractor — it estimates to a loaded labor rate and true material cost, prices on a flat-rate book rather than guessing hours, runs the field on billable-hour efficiency and callback rate, and reads the trade P&L the way an owner who's also the best technician needs to. Inherits ravenclaude-core protocols.

Claude Code5 Skills

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 skilled-trades-contracting 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 skilled-trades-contracting@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/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/skilled-trades-contracting/.

Plugin files

plugins/skilled-trades-contracting/
├── .claude-plugin/plugin.json
├── skills/build-flat-rate-book/SKILL.md
├── skills/build-the-loaded-rate/SKILL.md
├── skills/cut-callbacks/SKILL.md
├── skills/raise-billable-efficiency/SKILL.md
└── skills/read-the-sales-levers/SKILL.md

Included Skills5

build-flat-rate-bookskills/build-flat-rate-book/SKILL.md

Build a flat-rate price book from loaded labor and real material cost with good/better/best options, so service pricing protects margin. Reach for this on service pricing.

build-the-loaded-rateskills/build-the-loaded-rate/SKILL.md

Build a billable labor rate that absorbs wage, burden, vehicle, tools, insurance, and overhead, so every hour sold makes money. Reach for this before any estimate or flat-rate book.

cut-callbacksskills/cut-callbacks/SKILL.md

Read first-time-fix and quantify the callback labor cost, then fix truck stocking and diagnosis, since a callback is a free truck roll. Reach for this when callbacks are high.

raise-billable-efficiencyskills/raise-billable-efficiency/SKILL.md

Read the billable-hour ratio and cut non-billable drive, restock, and rework time, since billable efficiency is the field's master number. Reach for this on a productivity question.

read-the-sales-leversskills/read-the-sales-levers/SKILL.md

Read close rate and average ticket and option-presentation, since they move revenue more than lead volume. Reach for this before spending on marketing.

Plugin manifests1

plugins/skilled-trades-contracting/.claude-plugin/plugin.json
{
  "name": "skilled-trades-contracting",
  "version": "0.2.3",
  "description": "Skilled Trades Contracting specialist team — agents (trades-engagement-lead, estimating-specialist, field-operations-specialist, trade-business-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An estimating-and-field-operations team for an HVAC, electrical, or plumbing contractor — it estimates to a loaded labor rate and true material cost, prices on a flat-rate book rather than guessing hours, runs the field on billable-hour efficiency and callback rate, and reads the trade P&L the way an owner who's also the best technician needs to. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "skilled-trades",
    "contracting",
    "hvac",
    "electrical",
    "plumbing",
    "estimating",
    "flat-rate-pricing",
    "field-service",
    "billable-efficiency"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

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

[skilled-trades-contracting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skilled-trades-contracting)