Agent Plugins Marketplace
All plugins

pharmacy-operations

v0.1.2

Pharmacy Operations specialist team — agents (pharmacy-operations-lead, fill-workflow-analyst, inventory-reimbursement-specialist, adherence-clinical-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations team for a pharmacy manager or PIC accountable for throughput, safety, inventory, margin, and adherence — it holds fill throughput and verification safety as both the job, reads days-on-hand as tied-up cash and stockout risk, computes real per-script margin net of DIR fees, treats adherence as outcomes and star ratings, and staffs to script volume plus clinical-service time. 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 pharmacy-operations 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 pharmacy-operations@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/pharmacy-operations/.

Plugin files

plugins/pharmacy-operations/
├── .claude-plugin/plugin.json
├── skills/balance-inventory/SKILL.md
├── skills/compute-real-margin/SKILL.md
├── skills/protect-dispensing-safety/SKILL.md
├── skills/size-throughput-staffing/SKILL.md
└── skills/translate-adherence/SKILL.md

Included Skills5

balance-inventoryskills/balance-inventory/SKILL.md

Read days-on-hand as tied-up cash vs stockout risk by class, handling specialty/340B/refrigerated distinctly. Reach for this on an inventory question.

compute-real-marginskills/compute-real-margin/SKILL.md

Compute reimbursement minus acquisition cost minus DIR fees per script and flag negative-margin scripts the sticker hid. Reach for this on a margin question.

protect-dispensing-safetyskills/protect-dispensing-safety/SKILL.md

Read dispensing-error rate as the top operational safety + liability signal and connect it to throughput/staffing pressure — routing the clinical judgment out. Reach for this on a safety or error-rate question.

size-throughput-staffingskills/size-throughput-staffing/SKILL.md

Size technician and pharmacist hours against script volume PLUS clinical-service time, holding verification safety as the constraint. Reach for this on a throughput or staffing question.

translate-adherenceskills/translate-adherence/SKILL.md

Measure PDC/MPR over the measurement period and translate the adherence band into the star-rating and reimbursement implication. Reach for this on an adherence or star-measure question.

Plugin manifests1

plugins/pharmacy-operations/.claude-plugin/plugin.json
{
  "name": "pharmacy-operations",
  "version": "0.1.2",
  "description": "Pharmacy Operations specialist team — agents (pharmacy-operations-lead, fill-workflow-analyst, inventory-reimbursement-specialist, adherence-clinical-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations team for a pharmacy manager or PIC accountable for throughput, safety, inventory, margin, and adherence — it holds fill throughput and verification safety as both the job, reads days-on-hand as tied-up cash and stockout risk, computes real per-script margin net of DIR fees, treats adherence as outcomes and star ratings, and staffs to script volume plus clinical-service time. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "pharmacy-operations",
    "fill-throughput",
    "verification-safety",
    "days-on-hand",
    "reimbursement",
    "dir-fees",
    "adherence",
    "pdc",
    "star-ratings"
  ],
  "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.

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