Agent Plugins Marketplace
All plugins

legal-ops-clm

v0.2.2

Corporate legal-operations & contract-lifecycle-management (CLM) team — agents (legal-ops-lead, contract-review-specialist, obligations-and-renewals-analyst) for the operational layer of an in-house legal/legal-ops function: legal intake & triage and the request workflow, contract playbooks & matter management, clause libraries & redline review with fallback/standard positions and key-term extraction, and obligation/renewal/auto-renew tracking with a contract repository, metadata model, reporting & alerts. This is operational/process support, NOT legal advice — a lawyer signs off on legal judgement. Decision-tree knowledge bank (Mermaid trees + dated CLM map), best-practices, skills, commands, templates, an advisory hook, scenarios, a stdlib renewal-window/cycle-time/obligation-aging calc. Seams: a law firm's own business -> legal-small-firm; supplier contracts -> procurement-sourcing; DPA/privacy clauses -> data-governance-privacy. Requires ravenclaude-core@>=0.7.0.

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 legal-ops-clm 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 legal-ops-clm@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/legal-ops-clm/.

Plugin files

plugins/legal-ops-clm/
├── .claude-plugin/plugin.json
├── skills/contract-review-and-redline/SKILL.md
├── skills/legal-intake-and-playbooks/SKILL.md
└── skills/obligations-and-renewals/SKILL.md

Included Skills3

contract-review-and-redlineskills/contract-review-and-redline/SKILL.md

Build a clause library with standard / fallback / walk-away positions, run a redline review that flags only the material deviations by risk tier, extract key terms into a structured schema, and route approval by the highest-tier deviation — operational support, not legal advice.

legal-intake-and-playbooksskills/legal-intake-and-playbooks/SKILL.md

Design structured legal intake and triage, the request-to-resolution workflow, contract playbooks (self-serve vs. escalate with bright-line escalation triggers), matter management, and the legal-ops metrics that prove the function is healthy — operational support, not legal advice.

obligations-and-renewalsskills/obligations-and-renewals/SKILL.md

Extract and track contract obligations as owned items, watch renewals / expiries / auto-renew with tiered notice-window alerts, and model the contract repository metadata so contracts are findable and reportable — operational support, not legal advice.

Plugin manifests1

plugins/legal-ops-clm/.claude-plugin/plugin.json
{
  "name": "legal-ops-clm",
  "version": "0.2.2",
  "description": "Corporate legal-operations & contract-lifecycle-management (CLM) team — agents (legal-ops-lead, contract-review-specialist, obligations-and-renewals-analyst) for the operational layer of an in-house legal/legal-ops function: legal intake & triage and the request workflow, contract playbooks & matter management, clause libraries & redline review with fallback/standard positions and key-term extraction, and obligation/renewal/auto-renew tracking with a contract repository, metadata model, reporting & alerts. This is operational/process support, NOT legal advice — a lawyer signs off on legal judgement. Decision-tree knowledge bank (Mermaid trees + dated CLM map), best-practices, skills, commands, templates, an advisory hook, scenarios, a stdlib renewal-window/cycle-time/obligation-aging calc. Seams: a law firm's own business -> legal-small-firm; supplier contracts -> procurement-sourcing; DPA/privacy clauses -> data-governance-privacy. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "legal-ops",
    "clm",
    "contract-lifecycle",
    "contract-review",
    "playbook",
    "clause-library",
    "redline",
    "obligations",
    "renewals",
    "e-signature",
    "matter-management",
    "legal-intake"
  ],
  "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.

[legal-ops-clm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/legal-ops-clm)