Agent Plugins Marketplace
All plugins

field-service-management

v0.1.2

Field-service management & dispatch operations specialist team — agents covering the service operating model (SLAs, contracts, dispatch-to-cash), dispatch & scheduling (skill/SLA/geo optimization, emergency vs planned), technician productivity (utilization, first-time-fix, MTTR, callbacks), and parts & inventory (truck stock, service-level tradeoffs, returns). Ships skills (dispatch-and-scheduling, technician-productivity-and-first-time-fix, truck-stock-and-parts), commands, templates, best-practices, a decision-tree knowledge bank, and an advisory hook flagging FSM anti-patterns. Domain: HVAC, plumbing, elevator, medical-device service. 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 field-service-management 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 field-service-management@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/field-service-management/.

Plugin files

plugins/field-service-management/
├── .claude-plugin/plugin.json
├── skills/dispatch-and-scheduling/SKILL.md
├── skills/technician-productivity-and-first-time-fix/SKILL.md
└── skills/truck-stock-and-parts/SKILL.md

Included Skills3

dispatch-and-schedulingskills/dispatch-and-scheduling/SKILL.md

Design and optimize a field-service dispatch board — priority queue logic by SLA tier, skill-match routing, geographic density optimization, emergency vs. planned time-block allocation, and day-of-dispatch escalation protocols.

technician-productivity-and-first-time-fixskills/technician-productivity-and-first-time-fix/SKILL.md

Diagnose and improve technician utilization, first-time-fix rate, MTTR, and callback rate — including root-cause segmentation by parts/skill/information/diagnosis, the utilization waterfall, and the coaching framework to address each failure category.

truck-stock-and-partsskills/truck-stock-and-parts/SKILL.md

Design, rationalize, and optimize truck-stock for field-service technicians — tier the parts list by usage frequency and service-level impact, set reorder points, model the first-time-fix ↔ carrying-cost tradeoff, and analyze parts-delay failures and returns.

Plugin manifests1

plugins/field-service-management/.claude-plugin/plugin.json
{
  "name": "field-service-management",
  "version": "0.1.2",
  "description": "Field-service management & dispatch operations specialist team — agents covering the service operating model (SLAs, contracts, dispatch-to-cash), dispatch & scheduling (skill/SLA/geo optimization, emergency vs planned), technician productivity (utilization, first-time-fix, MTTR, callbacks), and parts & inventory (truck stock, service-level tradeoffs, returns). Ships skills (dispatch-and-scheduling, technician-productivity-and-first-time-fix, truck-stock-and-parts), commands, templates, best-practices, a decision-tree knowledge bank, and an advisory hook flagging FSM anti-patterns. Domain: HVAC, plumbing, elevator, medical-device service. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "field-service",
    "dispatch",
    "scheduling",
    "technician",
    "first-time-fix",
    "truck-stock",
    "sla",
    "hvac",
    "preventive-maintenance",
    "mobile-workforce"
  ],
  "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.

[field-service-management on Agent Plugins Marketplace](https://pluginsmp.com/plugins/field-service-management)