Add support for NetworkX for creating, analyzing, and visualizing complex networks and graphs.

This commit is contained in:
Timothy Kassis
2025-11-02 14:19:20 -08:00
parent 7e3fae3ad1
commit ed2d1c4aeb
9 changed files with 2453 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Claude Scientific Skills
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)
[![Skills](https://img.shields.io/badge/Skills-94-brightgreen.svg)](#what-s-included)
[![Skills](https://img.shields.io/badge/Skills-95-brightgreen.svg)](#what-s-included)
[![Equivalent Tools](https://img.shields.io/badge/Equivalent_Tools-1002-blue.svg)](#what-s-included)
A comprehensive collection of ready-to-use scientific skills for Claude, curated by the K-Dense team.
@@ -47,7 +47,7 @@ These skills enable Claude to work with specialized scientific libraries and dat
| Category | Count | Description |
|----------|-------|-------------|
| 📊 **Scientific Databases** | 26 | PubMed, PubChem, UniProt, ChEMBL, COSMIC, DrugBank, AlphaFold DB, bioRxiv, and more |
| 🔬 **Scientific Packages** | 59 | BioPython, RDKit, PyTorch, Scanpy, scvi-tools, ESM, SimPy, pydicom, PyHealth, Data Commons, histolab, LaminDB, PathML, PyLabRobot, HypoGeniC, MarkItDown, and more |
| 🔬 **Scientific Packages** | 60 | BioPython, RDKit, PyTorch, Scanpy, scvi-tools, ESM, NetworkX, SimPy, pydicom, PyHealth, Data Commons, histolab, LaminDB, PathML, PyLabRobot, HypoGeniC, MarkItDown, and more |
| 🔌 **Scientific Integrations** | 7 | Benchling, DNAnexus, Opentrons, LabArchives, LatchBio, OMERO, Protocols.io |
| 🛠️ **Scientific Helpers** | 2 | Context initialization and resource detection utilities |
| 📚 **Documented Workflows** | 122 | Ready-to-use examples and reference materials |
@@ -99,7 +99,7 @@ Then, to install a specific set of skills:
2. Select **claude-scientific-skills**
3. Choose from:
- `scientific-databases` - Access to 25 scientific databases
- `scientific-packages` - 58 specialized Python packages
- `scientific-packages` - 59 specialized Python packages
- `scientific-thinking` - Analysis tools and document processing
- `scientific-integrations` - Lab automation and platform integrations
- `scientific-context-initialization` - Ensures Claude searches for and uses existing skills
@@ -313,7 +313,7 @@ results, conclusions and providing recommendations."
---
### 🔬 Scientific Packages
**57 specialized Python packages** organized by domain.
**60 specialized Python packages** organized by domain.
📖 **[Full Package Documentation →](docs/scientific-packages.md)**
@@ -355,9 +355,9 @@ results, conclusions and providing recommendations."
</details>
<details>
<summary><strong>Data Analysis & Visualization (6 packages)</strong></summary>
<summary><strong>Data Analysis & Visualization (7 packages)</strong></summary>
- Dask, Matplotlib, Polars, ReportLab, Seaborn, SimPy
- Dask, Matplotlib, NetworkX, Polars, ReportLab, Seaborn, SimPy
</details>