matchms
Safe 70Analyze mass spectrometry data
by davila7
Mass spectrometry generates complex spectral data that requires specialized processing. Matchms provides a complete Python toolkit for loading, filtering, comparing, and identifying compounds from spectral data with established similarity metrics.
get-available-resources
Safe 71Detect system resources for scientific computing
by davila7
Scientific computing tasks require appropriate hardware resources to run efficiently. This skill automatically detects CPU cores, GPU availability, memory, and disk space to recommend optimal computational strategies and library choices.
geopandas
Safe 71Work with geospatial vector data for spatial analysis
by davila7
Analyzing geographic data requires specialized tools for handling vector geometries, coordinate systems, and spatial relationships. GeoPandas extends pandas to enable spatial operations on geometric types for efficient geospatial data manipulation.
fda-database
Low Risk 74Query FDA databases for regulatory data
by davila7
Access comprehensive FDA regulatory data including drugs, medical devices, food recalls, and substance information. Search adverse events, labeling, approvals, and recalls using the official openFDA API.
exploratory-data-analysis
Safe 81Analyze scientific data files
by davila7
Scientists need to understand the structure and quality of diverse scientific data files before analysis. This skill automatically detects file types, extracts metadata, performs statistical analysis, and generates comprehensive markdown reports for 200+ scientific formats.
excel-analysis
Safe 71Analyze Excel Spreadsheets with Pandas
by davila7
Manual Excel analysis takes hours of repetitive work. This skill provides ready-to-use pandas patterns for reading, analyzing, and visualizing spreadsheet data in seconds.
dnanexus-integration
Safe 71Build and Deploy DNAnexus Genomics Pipelines
by davila7
Managing genomics data and building analysis pipelines on DNAnexus requires learning complex APIs and patterns. This skill provides comprehensive guidance for app development, data management, and workflow execution on the DNAnexus cloud platform.
diffdock
Safe 80Predict protein-ligand binding poses with AI
by davila7
Predict 3D binding poses between proteins and small molecule ligands using state-of-the-art diffusion models. Generate confidence-scored predictions for structure-based drug discovery and virtual screening campaigns.
deeptools
Safe 80Analyze NGS data with deepTools
by davila7
Process next-generation sequencing data for ChIP-seq, RNA-seq, and ATAC-seq experiments. Convert BAM files to normalized coverage tracks and generate publication-quality visualizations including heatmaps, correlation plots, and profile graphs.
datamol
Safe 70Analyze molecules and compute drug properties with Python
by davila7
Working with molecular data in Python requires complex RDKit code. Datamol provides simple functions for SMILES parsing, property calculation, and compound analysis.
datacommons-client
Safe 71Query public statistics from Data Commons
by davila7
Accessing demographic, economic, and health data from multiple global sources requires navigating complex APIs. This skill provides complete guidance for using the Data Commons Python client to query population statistics, unemployment rates, GDP figures, and other public datasets through a unified knowledge graph.
dask
Safe 70Scale pandas and NumPy beyond memory with Dask
by davila7
Processing large datasets that exceed available RAM causes memory errors and slow performance. Dask provides parallel computing abstractions that scale pandas and NumPy operations to handle terabyte-scale data on laptops or clusters.
biopython
Safe 73Master Biopython for Molecular Biology Research
by davila7
Working with biological sequences, protein structures, or genomic data requires specialized tools. This skill provides comprehensive Biopython documentation to help you parse FASTA files, query NCBI databases, run BLAST searches, analyze protein structures, and perform phylogenetic analysis using Python.
anndata
Safe 71Work with AnnData for single-cell genomics
by davila7
Managing large annotated data matrices for single-cell genomics analysis is complex. This skill provides comprehensive documentation for the AnnData library, enabling efficient handling of h5ad files, metadata annotations, and integration with the scverse ecosystem.
snowtower-user
Safe 71Get Snowflake Access and Connect
by Database-Tycoon
New team members need clear instructions to request Snowflake access. This skill provides step-by-step guidance for generating RSA keys, submitting access requests, and connecting to Snowflake via CLI, Python, or web interface.
database-fundamentals
Safe 71Review database code with best practices
by DanielPodolsky
Database mistakes cause slow applications and data loss. This skill provides comprehensive review checklists for schema design, queries, ORM patterns, and migrations.
seed-data-generator
Safe 69Generate Realistic Database Seed Data for Testing
by CuriousLearner
Creating realistic test data for database development is time-consuming and error-prone. This skill helps you generate properly structured seed data with realistic relationships, constraints, and scenarios for any database system using Faker libraries and ORM tools.
schema-visualizer
Safe 68Generate database schema diagrams and ERDs
by CuriousLearner
Understanding complex database schemas takes time and can lead to mistakes. This skill helps you generate professional ERDs, Mermaid diagrams, and documentation from any database schema source instantly.
report-generator
Safe 68Generate professional data reports
by CuriousLearner
Transform raw data into polished markdown and HTML reports. Create documents with charts, tables, executive summaries, and actionable insights from any dataset.
query-optimizer
Safe 67Optimize SQL queries for better performance
by CuriousLearner
Slow database queries impact application performance and user experience. This skill provides expert guidance on analyzing query execution plans, identifying performance bottlenecks, and implementing optimizations like proper indexing and query restructuring.