Agent Plugins Marketplace
All plugins

construction-general-contractor

v0.1.3

General-contractor project delivery team — agents covering the full GC lifecycle: project P&L/billing/closeout (gc-project-lead), takeoff/bid assembly/markup (estimating-and-takeoff-analyst), CPM scheduling/critical-path/float (scheduling-engineer), submittal log/RFIs/change-order process (submittal-rfi-coordinator), and jobsite safety/JHA/OSHA hazard prevention (jobsite-safety-advisor). Ships skills (estimating-and-bidding, cpm-scheduling, submittals-rfis-change-orders), commands, templates, a decision-tree knowledge bank, best-practices, an advisory anti-pattern hook, and a stdlib calculator. Inherits ravenclaude-core protocols.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 construction-general-contractor 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 construction-general-contractor@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/construction-general-contractor/.

Plugin files

plugins/construction-general-contractor/
├── .claude-plugin/plugin.json
├── skills/cpm-scheduling/SKILL.md
├── skills/estimating-and-bidding/SKILL.md
└── skills/submittals-rfis-change-orders/SKILL.md

Included Skills3

cpm-schedulingskills/cpm-scheduling/SKILL.md

Build and maintain a CPM schedule: activity list, durations, logic ties (FS/SS/FF), critical-path calculation, float analysis, baseline establishment, weekly updates, look-ahead schedules, delay analysis (as-planned vs. as-built, TIA), and recovery scheduling. Tool-agnostic; notes P6 and MS Project specifics.

estimating-and-biddingskills/estimating-and-bidding/SKILL.md

Run a complete GC estimate and bid assembly: quantity takeoff from drawings, unit pricing (labor/material/equipment), markup vs. margin conversion, subcontractor scope review, general conditions budget, overhead and profit, contingency, and bid-letter qualification. Covers original bids and change-order re-estimates.

submittals-rfis-change-ordersskills/submittals-rfis-change-orders/SKILL.md

Manage the GC's submittal register (identify required submittals, set lead-time-driven due dates, track review status), draft and track RFIs (structured question format, response tracking, overdue escalation), and document change orders (CO pricing coordination, package assembly, CO log maintenance). The three processes are connected: RFIs clarify design, submittals confirm procurement, and COs pay for scope changes.

Plugin manifests1

plugins/construction-general-contractor/.claude-plugin/plugin.json
{
  "name": "construction-general-contractor",
  "version": "0.1.3",
  "description": "General-contractor project delivery team — agents covering the full GC lifecycle: project P&L/billing/closeout (gc-project-lead), takeoff/bid assembly/markup (estimating-and-takeoff-analyst), CPM scheduling/critical-path/float (scheduling-engineer), submittal log/RFIs/change-order process (submittal-rfi-coordinator), and jobsite safety/JHA/OSHA hazard prevention (jobsite-safety-advisor). Ships skills (estimating-and-bidding, cpm-scheduling, submittals-rfis-change-orders), commands, templates, a decision-tree knowledge bank, best-practices, an advisory anti-pattern hook, and a stdlib calculator. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "construction",
    "general-contractor",
    "estimating",
    "cpm-scheduling",
    "submittals",
    "change-orders",
    "jobsite-safety",
    "rfis",
    "takeoff",
    "project-delivery"
  ],
  "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.

[construction-general-contractor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/construction-general-contractor)