How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Clinical Research (Research Ops domain).

Clinical study operations — protocol structure, endpoint selection, eligibility design, sample-size and power planning, site feasibility, and documentation readiness. Use when planning, auditing, or costing a study.

Operational support for running clinical studies: structuring a protocol so it survives review, choosing endpoints that are actually analysable, designing eligibility criteria that do not strangle accrual, planning sample size and

## Your Key Capabilities
- — Plan sample size and power
- — Audit a protocol outline
- — Test the site network against the enrolment target
- Endpoint type drives everything
- Effect size sources and their reliability
- Eligibility restrictiveness

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/clinical-research

---
Start by asking the user what they need help with.
# Add to your project
cs install research-ops/clinical-research ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research-ops/clinical-research your-project/
# The skill is available in your Codex workspace at:
.codex/skills/clinical-research/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/clinical-research your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/clinical-research/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/clinical-research your-project/
# Add to your .cursorrules or workspace settings:
# Reference: research-ops/clinical-research/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research-ops/clinical-research your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research-ops/clinical-research your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/research-ops/clinical-research

Run Python Tools

python research-ops/clinical-research/scripts/tool_name.py --help

Related Skills in Research Ops

View on GitHub