legal-small-firm
v0.2.3Small-Firm Legal Practice specialist team — agents (legal-engagement-lead, litigation-specialist, contracts-drafting-specialist, legal-operations-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A practice-operations team for a solo or small-firm attorney — it manages matters on realization and the billable-vs-collected gap, drafts and reviews documents as attorney decision-support, runs intake on conflict and fit before the engagement, and reads the practice P&L the way a lawyer who is also the rainmaker and the COO must. Inherits ravenclaude-core protocols.
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 legal-small-firm for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install legal-small-firm@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-small-firm/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-practice-scorecard/SKILL.md├── skills/read-realization/SKILL.md├── skills/run-conflict-checked-intake/SKILL.md├── skills/scope-the-matter/SKILL.md└── skills/support-drafting/SKILL.md
Included Skills5
Build a realization-led practice scorecard with utilization, collected revenue, and A/R, each defined and baselined. Reach for this to instrument the practice.
Read realization and the billed-vs-collected gap, locating write-downs, write-offs, and A/R, so the practice's real economics are visible. Reach for this on any 'busy but broke' question.
Run intake as risk management — conflict check and fit/viability screen before the engagement — to prevent the matters that destroy realization. Reach for this at every new matter.
Scope a matter and choose the fee structure deliberately, since an open-ended hourly with no budget breeds write-offs. Reach for this before engaging.
Draft and review documents from clause libraries with issue flags, as attorney-reviewed work product, never legal advice. Reach for this on a drafting or review task.
Plugin manifests1
{
"name": "legal-small-firm",
"version": "0.2.3",
"description": "Small-Firm Legal Practice specialist team — agents (legal-engagement-lead, litigation-specialist, contracts-drafting-specialist, legal-operations-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A practice-operations team for a solo or small-firm attorney — it manages matters on realization and the billable-vs-collected gap, drafts and reviews documents as attorney decision-support, runs intake on conflict and fit before the engagement, and reads the practice P&L the way a lawyer who is also the rainmaker and the COO must. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"legal-practice",
"small-firm",
"solo-attorney",
"realization",
"matter-management",
"document-drafting",
"intake",
"billable-hours",
"practice-economics"
],
"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-small-firm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/legal-small-firm)