claude-scientific-skills

Comprehensive collection of 128+ ready-to-use scientific skills for Claude enabling research across biology, chemistry, medicine, genomics, and advanced analysis domains.

153 stars

Best use case

claude-scientific-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Comprehensive collection of 128+ ready-to-use scientific skills for Claude enabling research across biology, chemistry, medicine, genomics, and advanced analysis domains.

Teams using claude-scientific-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/claude-scientific-skills/SKILL.md --create-dirs "https://raw.githubusercontent.com/Microck/ordinary-claude-skills/main/skills_all/claude-scientific-skills/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/claude-scientific-skills/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How claude-scientific-skills Compares

Feature / Agentclaude-scientific-skillsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Comprehensive collection of 128+ ready-to-use scientific skills for Claude enabling research across biology, chemistry, medicine, genomics, and advanced analysis domains.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Claude Scientific Skills Collection

A comprehensive collection of **128+ ready-to-use scientific skills** that transforms Claude into an AI research assistant capable of executing complex multi-step scientific workflows.

## Scientific Domains

### 🧬 Bioinformatics & Genomics
Sequence analysis, single-cell RNA-seq, gene regulatory networks, variant annotation, phylogenetic analysis

### 🧪 Cheminformatics & Drug Discovery
Molecular property prediction, virtual screening, ADMET analysis, molecular docking, lead optimization

### 🔬 Proteomics & Mass Spectrometry
LC-MS/MS processing, peptide identification, spectral matching, protein quantification

### 🏥 Clinical Research & Precision Medicine
Clinical trials, pharmacogenomics, variant interpretation, drug safety, precision therapeutics

### 🧠 Healthcare AI & Clinical ML
EHR analysis, physiological signal processing, medical imaging, clinical prediction models

### 🖼️ Medical Imaging & Digital Pathology
DICOM processing, whole slide image analysis, computational pathology, radiology workflows

### 🤖 Machine Learning & AI
Deep learning, reinforcement learning, time series analysis, model interpretability, Bayesian methods

### 🔮 Materials Science & Chemistry
Crystal structure analysis, phase diagrams, metabolic modeling, computational chemistry

### 🌌 Physics & Astronomy
Astronomical data analysis, cosmological calculations, symbolic mathematics, physics computations

### ⚙️ Engineering & Simulation
Discrete-event simulation, optimization, metabolic engineering, systems modeling

## Included Skill Categories

- **26+ Scientific Databases** - OpenAlex, PubMed, ChEMBL, UniProt, COSMIC, ClinicalTrials.gov
- **54+ Python Packages** - RDKit, Scanpy, PyTorch, scikit-learn, BioPython, PennyLane, Qiskit
- **15+ Scientific Integrations** - Benchling, DNAnexus, LatchBio, OMERO, Protocols.io
- **20+ Analysis & Communication Tools** - Literature review, scientific writing, peer review

## Getting Started

Each skill within this collection includes:
- Comprehensive documentation (SKILL.md)
- Practical code examples
- Use cases and best practices
- Integration guides
- Reference materials

Explore the `scientific-skills/` subdirectory for individual skill implementations and detailed documentation.

Related Skills

writing-skills

153
from Microck/ordinary-claude-skills

Create and manage Claude Code skills in HASH repository following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns), UserPromptSubmit hook, and the 500-line rule. Includes validation and debugging with SKILL_DEBUG. Examples include rust-error-stack, cargo-dependencies, and rust-documentation skills.

Claudeisms Operational Guidelines

153
from Microck/ordinary-claude-skills

Apply strict operational protocols for AI task execution including sequential processing, minimal responses, no destructive operations without confirmation

scientific-writing

153
from Microck/ordinary-claude-skills

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

scientific-visualization

153
from Microck/ordinary-claude-skills

Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.

scientific-critical-thinking

153
from Microck/ordinary-claude-skills

Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.

scientific-brainstorming

153
from Microck/ordinary-claude-skills

Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.

claude-opus-4-5-migration

153
from Microck/ordinary-claude-skills

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

claude-code-analyzer

153
from Microck/ordinary-claude-skills

Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.

aws-skills

153
from Microck/ordinary-claude-skills

Collection of AWS development skills covering CDK infrastructure as code, cost optimization, and serverless/event-driven architectures with integrated MCP servers.

zapier-workflows

153
from Microck/ordinary-claude-skills

Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.

writing-plans

153
from Microck/ordinary-claude-skills

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

workflow-orchestration-patterns

153
from Microck/ordinary-claude-skills

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.