scientific-skills
Comprehensive scientific research toolkit with 139 specialized skills for biology, chemistry, medicine, data science, and computational research. Transforms Claude into an AI research assistant with access to scientific databases, analysis tools, and domain-specific workflows.
npx skills add majiayu000/claude-skill-registry --skill scientific-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Claude Scientific Skills ## Overview A comprehensive collection of **139 ready-to-use scientific skills** that transform Claude into an AI research assistant capable of executing complex multi-step scientific workflows across biology, chemistry, medicine, and related fields. ## When to Use Invoke this skill when: - Working on scientific research tasks - Need access to specialized databases (PubMed, ChEMBL, UniProt, etc.) - Performing bioinformatics or cheminformatics analysis - Creating literature reviews or scientific documents - Analyzing single-cell RNA-seq, proteomics, or multi-omics data - Drug discovery and molecular analysis workflows - Statistical analysis and machine learning on scientific data ## Quick Start ```javascript // Invoke the main skill catalog Skill({ skill: 'scientific-skills' }); // Or invoke specific sub-skills directly Skill({ skill: 'scientific-skills/rdkit' }); // Cheminformatics Skill({ skill: 'scientific-skills/scanpy' }); // Single-cell analysis Skill({ skill: 'scientific-skills/biopython' }); // Bioinformatics Skill({ skill: 'scientific-skills/literature-review' }); // Literature review ``` ## Skill Categories ### Scientific Databases (28+) | Skill
- Overview
- When to Use
- Quick Start
- Skill Categories
- Scientific Databases (28+)
- Python Analysis Libraries (55+)
- Bioinformatics & Genomics
- Cheminformatics & Drug Discovery
- Scientific Communication
- Clinical & Medical
- Laboratory & Integration
- Core Workflows
- Literature Review Workflow
- Drug Discovery Workflow
What does the scientific-skills skill do?
Comprehensive scientific research toolkit with 139 specialized skills for biology, chemistry, medicine, data science, and computational research. Transforms Claude into an AI research assistant with access to scientific databases, analysis tools, and domain-specific workflows.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill scientific-skills --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 majiayu000/claude-skill-registry, a repository with 534 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.
