Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill scientific-skills --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 2.17.0
Path: skills/analysis/scientific-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Quick Start
  4. Skill Categories
  5. Scientific Databases (28+)
  6. Python Analysis Libraries (55+)
  7. Bioinformatics & Genomics
  8. Cheminformatics & Drug Discovery
  9. Scientific Communication
  10. Clinical & Medical
  11. Laboratory & Integration
  12. Core Workflows
  13. Literature Review Workflow
  14. Drug Discovery Workflow
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going