Agent skill

drug-development-guide

End-to-end drug development pipeline from target identification to regulatory...

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill drug-development-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/pharma/drug-development-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Drug Development Guide A comprehensive skill covering the drug development pipeline from target identification through regulatory approval. Designed for pharmaceutical researchers, medicinal chemists, and clinical scientists conducting academic or industry research. ## Drug Discovery Pipeline Overview ``` Target ID -> Hit Finding -> Lead Optimization -> Preclinical -> Phase I -> Phase II -> Phase III -> Regulatory Filing (1-2 yr) (1-2 yr) (1-3 yr) (1-2 yr) (1 yr) (2 yr) (3 yr) (1-2 yr) Total timeline: ~10-15 years | Success rate: ~5-10% from Phase I to approval Estimated cost: $1.3B-$2.8B per approved drug (DiMasi et al., 2016) ``` ## Target Identification and Validation ### Computational Target Discovery ```python import pandas as pd from scipy import stats def differential_expression_analysis(expression_data: pd.DataFrame, disease_group: list[str], control_group: list[str], fdr_threshold: float = 0.05) -> pd.DataFrame: """ Identify differentially expressed genes as potential drug targets. Args: expression_data: Gene x Sample expression matrix disease_group: Sample IDs in disease condition control_group: Sample IDs in control condition fdr_threshold: False discovery rate thresho

What's inside
Steps it walks through
  1. Drug Discovery Pipeline Overview
  2. Target Identification and Validation
  3. Computational Target Discovery
  4. Target Validation Criteria
  5. Lead Optimization
  6. ADMET Property Prediction
  7. Pharmacokinetics Modeling
  8. Compartmental PK Analysis
  9. Clinical Trial Design
  10. Phase Selection and Endpoints
  11. References
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the drug-development-guide skill do?

End-to-end drug development pipeline from target identification to regulatory...

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill drug-development-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going