skilled-trades-contracting
v0.2.3Skilled 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skilled-trades-contracting@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/skilled-trades-contracting/.
Plugin files
├── .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 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 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.
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.
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 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
{
"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"
]
}
}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.
[skilled-trades-contracting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skilled-trades-contracting)