80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
crypto-analysis
by benchflow-ai
Breaks cryptographic systems and decrypts ciphertext. Use when working with RSA, AES, XOR, classical ciphers, hash funct...
bio-fasta
by benchflow-ai
Read/write FASTA, GenBank, FASTQ files. Sequence manipulation (complement, translate). Indexed random access via faidx....
biopython
by benchflow-ai
Primary Python toolkit for molecular biology. Preferred for Python-based PubMed/NCBI queries (Bio.Entrez), sequence mani...
hierarchical-models
by benchflow-ai
Patterns for hierarchical/multilevel Bayesian models including random effects, partial pooling, and centered vs non-cent...
pdb-database
by benchflow-ai
Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmC...
rdkit
by benchflow-ai
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprin...
astropy
by benchflow-ai
Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical da...
gamma-phase-associator
by benchflow-ai
An overview of the python package for running the GaMMA earthquake phase association algorithm. The algorithm expects ph...
seismic-picker-selection
by benchflow-ai
This is a summary the advantages and disadvantages of earthquake event detection and phase picking methods, shared by le...
glm-output
by benchflow-ai
Read and process GLM output files. Use when you need to extract temperature data from NetCDF output, convert depth coord...
obspy-data-api
by benchflow-ai
An overview of the core data API of ObsPy, a Python framework for processing seismological data. It is useful for parsin...
youtube-transcript
by benchflow-ai
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouT...
xml-element-extractor
by benchflow-ai
Extract specific XML elements from source files using Python and optionally format with xmllint. This skill should be us...
financial-document-parser
by benchflow-ai
Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track r...
document-processing-pdf
by benchflow-ai
Process, parse, create, and manipulate PDF documents using libraries like pdf-lib, PDFKit, or pdf-parse for document gen...
by benchflow-ai
ALWAYS use this skill instead of the Read tool for PDF files. The Read tool cannot extract PDF tables properly. Use this...
jq
by benchflow-ai
Extract specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context.
python-json
by benchflow-ai
UTF-8 JSON file I/O utilities to avoid Windows encoding issues (CP-1252 vs UTF-8)
latex-pdf-compiler
by benchflow-ai
Compiles LaTeX source code to PDF using pdflatex. Use this skill whenever the user asks to create and compile LaTeX docu...
fuzzy-name-search
by benchflow-ai
This skill includes search capability in 13F, such as fuzzy search a fund information using possibly inaccurate name, or...
13f-analyzer
by benchflow-ai
Perform various data analysis on SEC 13-F and obtain some insights of fund activities such as number of holdings, AUM, a...
forge-lang-c
by benchflow-ai
C development standards including make, gcc/clang, valgrind, and cppcheck. Use when working with C files, Makefiles, or...
check-secrets
by benchflow-ai
Scan the codebase for potential secret leaks including API keys, tokens, passwords, hardcoded project IDs, and sensitive...
python-coding
by benchflow-ai
Best practices for writing high quality production grade Python code