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