CrowTech Plugins — Healthcare & Finance
Plugin marketplace for CrowTech, a lower middle-market investment fund focused on healthcare services and AI/automation for healthcare. Bundles two upstream Anthropic plugin sets into one installable marketplace:
Works in both Claude Code (CLI) and Claude Cowork (desktop app).
What's included
| Plugin | Category | Summary |
|---|
financial-analysis | finance | DCF, comps, LBO, 3-statement, competitive analysis, deck QC. Hosts 11 finance MCP connectors (Daloopa, Morningstar, S&P Global, FactSet, Moody's, MT Newswires, Aiera, LSEG, PitchBook, Chronograph, Egnyte). Healthcare-tuned examples. |
investment-banking | finance | CIMs, teasers, buyer lists, merger models, strip profiles, process letters. Healthcare sector examples. |
private-equity | finance | Sourcing, screening, DD, IC memos, unit economics, returns analysis, portfolio monitoring, value creation. Healthcare services + AI/automation lens. |
clinical-trial-protocol | healthcare | Generate FDA/NIH-compliant clinical trial protocols. |
prior-auth-review | healthcare | Payer review automation with clinical documentation synthesis. |
fhir-developer | healthcare | FHIR R4 API development guide with SMART-on-FHIR authorization. |
cms-coverage | healthcare | MCP connector — CMS NCDs/LCDs database. |
npi-registry | healthcare | MCP connector — US National Provider Identifier registry. |
pubmed | healthcare | MCP connector — biomedical literature search. |
icd10-codes | healthcare | MCP connector — ICD-10-CM and ICD-10-PCS code sets. |
Totals: 33 skills, 14 slash commands, 15 MCP connectors (11 finance + 4 healthcare).
Installation
Claude Code (CLI)
# Add this marketplace (adjust the GitHub path to your fork/private repo)
claude plugin marketplace add <your-github-user>/crowtech-healthcare-finance
# Install the finance plugins (install financial-analysis first — it hosts the 11 finance MCP connectors)
claude plugin install financial-analysis@crowtech-healthcare-finance
claude plugin install investment-banking@crowtech-healthcare-finance
claude plugin install private-equity@crowtech-healthcare-finance
# Install the healthcare plugins (install whichever you need)
claude plugin install clinical-trial-protocol@crowtech-healthcare-finance
claude plugin install prior-auth-review@crowtech-healthcare-finance
claude plugin install fhir-developer@crowtech-healthcare-finance
# Healthcare MCP connectors
claude plugin install cms-coverage@crowtech-healthcare-finance
claude plugin install npi-registry@crowtech-healthcare-finance
claude plugin install pubmed@crowtech-healthcare-finance
claude plugin install icd10-codes@crowtech-healthcare-finance
claude plugin list
Claude Cowork (desktop app)
- Open Claude Desktop and switch to the Cowork tab.
- Click Customize in the left sidebar.
- Click Browse plugins.
- Select Personal.
- Click the + button, then choose Add marketplace from GitHub.
- Enter the repository URL:
https://github.com/<your-github-user>/crowtech-healthcare-finance
- Install each plugin from the discover list.
Once installed, skills auto-trigger when relevant in chat, and slash commands are available by typing / or clicking the + button.
Invocation
Slash commands (Claude Code)
Plugin commands are always namespaced in Claude Code — use /plugin-name:command-name:
| Command | Skill it wraps |
|---|
/financial-analysis:comps | comps-analysis — Build a comps table with healthcare peer set |
/financial-analysis:dcf | dcf-model — DCF with healthcare WACC assumptions |
/financial-analysis:lbo | lbo-model — LBO model for lower middle-market target |
/financial-analysis:check-deck | ib-check-deck — Deck QC |
/financial-analysis:debug-model | Debug spreadsheet model |
/financial-analysis:ppt-template | Build a reusable PowerPoint template |
/investment-banking:cim | cim-builder — CIM drafting |
/investment-banking:one-pager | Company one-pager |
/private-equity:screen-deal | deal-screening — Screen against CrowTech criteria |
/private-equity:returns | returns-analysis — IRR/MOIC, sensitivity |
/private-equity:source | deal-sourcing — Build a target list |
/private-equity:portfolio | portfolio-monitoring — KPI tracking |
/private-equity:dd-prep | dd-meeting-prep |
/private-equity:value-creation | value-creation-plan |