clinical-trials
v0.3.3Clinical Trials specialist team — agents (trials-engagement-lead, protocol-design-specialist, clinical-operations-manager, regulatory-submissions-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A clinical-operations team for a sponsor, CRO, or site network — it designs feasible protocols (because eligibility criteria drive the enrollment failure that hits two-thirds of sites), plans patient recruitment against a ~$6,533 per-patient cost (and ~$19,533 to replace), manages site activation and the ~30% dropout, and frames the regulatory submission the way a study where 80% run late demands. 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 clinical-trials for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install clinical-trials@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/clinical-trials/.
Plugin files
├── .claude-plugin/plugin.json├── skills/accelerate-site-activation/SKILL.md├── skills/design-for-retention/SKILL.md├── skills/plan-recruitment-funnel/SKILL.md├── skills/read-submission-readiness/SKILL.md└── skills/stress-test-feasibility/SKILL.md
Included Skills5
Sequence site selection, contracting, and start-up as the schedule's critical path to cut the activation delay. Reach for this when sites are slow.
Build retention into visit burden, schedule, and engagement to lower the ~30% dropout, instead of re-recruiting. Reach for this when dropout threatens the timeline.
Plan recruitment as a costed funnel with a cost per stage, against the per-patient economics, instead of a hope. Reach for this on any enrollment plan.
Read documentation completeness, data quality, and eCTD structure throughout the trial so the filing isn't a final-month scramble. Reach for this before a milestone.
Stress-test eligibility criteria against the addressable population and site capacity before the protocol locks, since restrictive criteria are the biggest enrollment killer. Reach for this at design.
Plugin manifests1
{
"name": "clinical-trials",
"version": "0.3.3",
"description": "Clinical Trials specialist team — agents (trials-engagement-lead, protocol-design-specialist, clinical-operations-manager, regulatory-submissions-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A clinical-operations team for a sponsor, CRO, or site network — it designs feasible protocols (because eligibility criteria drive the enrollment failure that hits two-thirds of sites), plans patient recruitment against a ~$6,533 per-patient cost (and ~$19,533 to replace), manages site activation and the ~30% dropout, and frames the regulatory submission the way a study where 80% run late demands. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"clinical-trials",
"clinical-operations",
"protocol-feasibility",
"patient-recruitment",
"site-activation",
"patient-retention",
"regulatory-submission",
"enrollment",
"cro"
],
"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.
[clinical-trials on Agent Plugins Marketplace](https://pluginsmp.com/plugins/clinical-trials)