AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

K-Dense-AI/scientific-agent-skills

34,585+130 todayPython

163 how-to manuals that turn AI coding assistants into science research helpers

This repository packages 163 'skills' — structured instructions plus example code — that teach AI coding agents like Cursor, Claude Code, and Codex how to correctly use specific scientific software and databases. It covers over 100 databases such as PubChem, UniProt, and ClinicalTrials.gov, and more than 70 Python packages like RDKit and Scanpy. Every skill ships with documentation, examples, and its own test suite that runs in continuous integration.

What it does

  1. Provides 163 SKILL.md instruction sets spanning drug discovery, single-cell RNA analysis, variant annotation, clinical trial search, and more across biology, chemistry, medicine, and physics
  2. Each skill bundles documentation, code examples, and tests; any skill with scripts must have a matching test suite, and pull requests without one are blocked
  3. Installable via npx, GitHub CLI (gh skill), or manual copy into an agent's skills folder, working across Cursor, Claude Code, Codex, and other Agent Skills-compatible hosts
  4. Includes the docx/pdf/pptx/xlsx document skills originally built by Anthropic, and runs weekly security scans via the Cisco AI Defense Skill Scanner
  5. Warns that installed skills can make the AI agent run arbitrary code, install packages, and reach the network, so users should read each SKILL.md before installing

Why it matters

Instead of researchers re-learning how to call each scientific library or database from scratch, they can hand an AI agent a pre-vetted playbook for that task. But because skills can trigger code execution and network access, reviewing them before install matters for safety.

Terms in this repo

  • Agent Skills · an open standard for packaging step-by-step instructions that AI agents can load and follow
  • SKILL.md · the documentation file inside each skill describing what it does and how to use it
  • database-lookup · a single skill that gives unified access to 78+ public scientific databases
  • uv · the package manager used to install a skill's Python dependencies

Repository description (English)

Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 175,000+ scientists worldwide. 163 ready-to-use validated skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.

Open on GitHub

Trending repos

All repos →

Latest from METAL LAB