skills/built-in/find-skills/SKILL.md
Find reusable skills from the vercel-labs/skills registry (especially by task keywords), evaluate fit, and suggest how to install/adapt them for DrugClaw.
npx skillsauth add drugclaw/drugclaw find-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when users ask:
Primary source:
Search repo metadata quickly:
curl -s "https://api.github.com/repos/vercel-labs/skills/contents"
Search issues/paths by keyword (example):
curl -s "https://api.github.com/search/code?q=repo:vercel-labs/skills+keyword"
Fetch raw README/skill docs when needed:
curl -sL "https://raw.githubusercontent.com/vercel-labs/skills/main/README.md"
When returning results, use this structure:
SKILL.md frontmatter (name, description, optional platforms/deps).bash, file tools, and existing MCP tools.tools
Survival and time-to-event workflow guide for Kaplan-Meier summaries, log-rank tests, and Cox proportional hazards models with reproducible outputs. Use when the user asks for time-to-event analysis, censored data summaries, hazard ratios, or survival-group comparison for research datasets.
tools
Statistical modeling workflow guide for hypothesis tests, effect-size reporting, statsmodels regression, diagnostics, and structured result export. Use when the user asks for statistical test selection, OLS or logistic regression, coefficient tables, inference, or reproducible statistical summaries for scientific datasets.
tools
Research-method workflow guide for hypothesis framing, peer-review style critique, reproducibility planning, study-design checks, and scientific-writing structure. Use when the user asks for manuscript critique, research-gap framing, hypothesis generation, reproducibility checklists, or study-planning support that should stay on the research side rather than patient-care decisions.
tools
Scientific visualization workflow guide for publication-ready static figures with seaborn or matplotlib and interactive figures with Plotly. Use when the user asks for scientific plots, cohort or assay figures, publication graphics, dashboards, or reusable plotting scripts for research datasets.