Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › clinical-research vs design-consultation

clinical-research vs design-consultation

Two Science & Research Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Nameclinical-researchdesign-consultation
DescriptionUse when designing a prospective clinical study before submission — selecting and classifying endpoints (primary / key-secondary / exploratory, with surrogate-endpoint flagging), estimating sample size and power for…Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates…
CategoryScience & ResearchScience & Research
Sub-categorybiology-medicinescience-misc
Tagstype:review
Authorclaude-code-skillsClyptAI
LicenseMIT
Install/add-skill clinical-research/add-skill design-consultation

Tag overlap

Shared

Only in clinical-research

Only in design-consultation type:review

Sample code from each SKILL.md

clinical-research

python3 scripts/onboard.py            # interactive (also: --defaults, --set key=value, --reset)
python3 scripts/onboard.py --show     # see the questions + current effective config

design-consultation

_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.gstack/sessions
touch ~/.gstack/sessions/"$PPID"
_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
_…

When to choose each

clinical-research — Use when designing a prospective clinical study before submission — selecting and classifying endpoints (primary / key-secondary / exploratory, with surrogate-endpoint flagging), estimating sample size and power for…

design-consultation — Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open clinical-research → Open design-consultation →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Science & Research skills · Top 100