Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: AI & models

9,019 results · page 105 of 301

  • homer-motif-analysisSkillAI & models

    De novo and known TF motif enrichment in ChIP-seq/ATAC-seq peaks via HOMER. findMotifsGenome.pl finds over-represented patterns vs background; annotatePeaks.pl assigns context (TSS distance, gene, repeat). Use after MACS3 to identify enriched TFs, annotate peaks with nearest genes, and validate ChIP

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • kegg-pathway-analysisSkillAI & models

    Guide to KEGG pathway enrichment for DEG results. Covers ORA vs GSEA, mandatory directionality splitting, KEGG organism codes, API failure handling with offline fallbacks, cross-condition comparisons, and answer-first reporting. Consult when running enrichment with clusterProfiler or gseapy.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • lancet-figure-guideSkillAI & models

    The Lancet figure preparation: resolution (300+ DPI at 120%), preferred editable formats (PowerPoint/Word/SVG), column widths (75/154 mm), Times New Roman, in-house redraw policy.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • latex-research-postersSkillAI & models

    Research posters in LaTeX using beamerposter, tikzposter, or baposter. Layout, typography, color schemes, figure integration, accessibility, and QA for conferences. Includes templates. For figure generation use matplotlib-scientific-plotting or plotly-interactive-plots.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • libsbml-network-modelingSkillAI & models

    Build, read, validate, modify SBML biological network models via the libSBML Python API. SBML Levels 1–3, reactions/kinetic laws, species, rules, FBC extension for flux balance, conversion. Interoperates with COBRApy, Tellurium/RoadRunner, COPASI. Use when programmatically constructing ODE or constr

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • macs3-peak-callingSkillAI & models

    Poisson-model peak caller for ChIP-seq/ATAC-seq BAMs. MACS3 callpeak finds enriched regions (TF sites or histone marks) vs input/IgG; outputs BED narrowPeak/broadPeak for motif analysis, annotation, and differential binding. Use narrow peaks for TF ChIP-seq and ATAC-seq; broad for H3K27me3, H3K9me3,

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • matchms-spectral-matchingSkillAI & models

    MS spectral matching and metabolite ID with matchms. Import spectra (mzML, MGF, MSP, JSON), filter/normalize peaks, score similarity (cosine, modified cosine, fingerprint), build reproducible pipelines, identify unknowns vs spectral libraries. Use pyopenms for full LC-MS/MS proteomics.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • maxquant-proteomicsSkillAI & models

    MaxQuant + Perseus proteomics pipeline: run MaxQuant for LFQ and SILAC; parse proteinGroups.txt in Python; filter contaminants/decoys; log2 + median-normalize; impute MNAR; t-test with FDR; volcano plot; GO/pathway enrichment. Use Proteome Discoverer for Thermo-native processing; FragPipe/MSFragger

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • mdanalysis-trajectorySkillAI & models

    Analyze MD trajectories from GROMACS, AMBER, NAMD, CHARMM, LAMMPS. Reads topology/trajectory into Universe objects; supports RMSD, RMSF, radius of gyration, contact maps, H-bonds, PCA, and custom distance/angle calculations. Use for post-simulation structural analysis; use OpenMM/GROMACS for running

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • mdtraj-trajectory-analysisSkillAI & models

    mdtraj molecular dynamics trajectory analysis (Python). Reads DCD/XTC/TRR/NetCDF/H5/PDB topologies and trajectories; computes RMSD vs time, radius of gyration, per-residue RMSF, residue-residue contact frequency maps, phi/psi torsions for Ramachandran plots (general + Gly/Pro), and 8-state DSSP seco

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • mofaplus-multi-omicsSkillAI & models

    Multi-Omics Factor Analysis v2 (MOFA+) with mofapy2. Jointly decompose omics layers (scRNA, ATAC, proteomics, methylation) into latent factors capturing major variation. Multi-group designs. AnnData views → MOFA object → train → variance explained → correlate factors with metadata → visualize/cluste

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • molfeat-molecular-featurizationSkillAI & models

    Molecular featurization hub (100+ featurizers) for ML. SMILES to fingerprints (ECFP, MACCS, MAP4), descriptors (RDKit 2D, Mordred), pretrained embeddings (ChemBERTa, GIN, Graphormer), pharmacophores. Scikit-learn compatible with parallelization/caching. For QSAR, virtual screening, similarity, and m

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • multipanelSkillAI & models

    Assemble multiple plots into ONE publication-ready multi-panel journal figure (e.g. Figure 1 with panels A, B, C). Use whenever the user asks to combine, compose, or lay out several plots as a single composite figure — newly plotted from data or from already-rendered panels the user supplies (PNG/PD

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • muon-multiomics-singlecellSkillAI & models

    Multi-modal single-cell analysis with muon/MuData. Joint RNA+ATAC (10x Multiome), CITE-seq (RNA+protein), other multi-omics. MuData holds per-modality AnnData with shared obs. WNN joint embedding, per-modality preprocessing, MOFA factor analysis. Use scanpy-scrna-seq for single-modality RNA; use muo

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • networkx-graph-analysisSkillAI & models

    Graph and network analysis toolkit. Four graph types (directed, undirected, multi-edge), centrality, shortest paths, community detection, generators, I/O (GraphML, GML, edge list), matplotlib viz. For large graphs (100K+ nodes) use igraph or graph-tool; for GNNs use PyG.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • omics-analysis-guideSkillAI & models

    Three-tiered approach to omics data analysis (transcriptomics, proteomics) covering validated pipelines, standard workflows, and custom methods

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • opsec-disciplineSkillAI & models

    Use when about to take any outward or offensive action (request, payload, persistence, lateral movement, exfil, or feeding captured traffic to the model) — to decide detection footprint, cleanup, and secret redaction first

    Ready to connect★ 363

    github.com/hypnguyen1209/offensive-claude362 stars

    View details
  • peer-review-methodologySkillAI & models

    Structured peer review of manuscripts and grants. 7-stage evaluation: initial assessment, section review, statistical rigor, reproducibility, figure integrity, ethics, writing. Covers CONSORT/STROBE/PRISMA and report structure. For evidence quality see scientific-critical-thinking; scoring see schol

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • plotly-interactive-visualizationSkillAI & models

    Interactive visualization with Plotly. 40+ chart types (scatter, line, heatmap, 3D, geographic) with hover, zoom, pan. Two APIs: Plotly Express (DataFrame) and Graph Objects (fine control). For static publication figures use matplotlib; for statistical grammar use seaborn.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • pydicom-medical-imagingSkillAI & models

    Pure Python DICOM for medical imaging (CT, MRI, X-ray, ultrasound). Read/write DICOM, pixels as NumPy, edit tags, windowing (VOI LUT), PHI anonymization, build DICOM, series→3D volumes. Use histolab for WSI pathology; nibabel for NIfTI.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • pymooSkillAI & models

    Python framework for single- and multi-objective optimization with evolutionary algorithms. Define vectorized objectives and constraints; solve with NSGA-II, NSGA-III, MOEA/D, GAs, or differential evolution. Analyze Pareto fronts, visualize trade-offs, customize operators and callbacks. For engineer

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • pyopenms-mass-spectrometrySkillAI & models

    MS data processing with PyOpenMS for LC-MS/MS proteomics and metabolomics — mzML/mzXML I/O, signal processing (smoothing, peak picking, centroiding), feature detection/linking, peptide/protein ID with FDR, untargeted metabolomics. Use matchms for simple spectral matching.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • rdkit-cheminformaticsSkillAI & models

    Cheminformatics toolkit for molecular analysis and virtual screening: SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints (Morgan/ECFP, MACCS), Tanimoto similarity, SMARTS substructure filtering, Lipinski drug-likeness, reaction enumeration, 2D/3D coordinates. For simpler API use datamol;

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • red-team-opsSkillAI & models

    Use when running a full red-team engagement end-to-end — initial access, persistence, privilege escalation, defense evasion, C2 infrastructure, EDR bypass, living-off-the-land

    Ready to connect★ 363

    github.com/hypnguyen1209/offensive-claude362 stars

    View details
  • reverse-engineeringSkillAI & models

    Lets your agent analyze compiled or obfuscated binaries using tools like GDB, Frida, angr, and Unicorn.

    Ready to connect★ 363

    github.com/hypnguyen1209/offensive-claude362 stars

    View details
  • sar-analysisSkillAI & models

    Structure-activity relationship (SAR) analysis guide for drug discovery including molecular descriptor analysis, scaffold analysis, and activity cliff detection.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • scientific-brainstormingSkillAI & models

    Lets your agent run structured scientific brainstorming with assumptions, critique, and logged decisions.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • scientific-manuscript-writingSkillAI & models

    Scientific manuscript writing: IMRAD, citation styles (APA/AMA/Vancouver/IEEE), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA/ARRIVE), writing principles (clarity/conciseness/accuracy), venue-specific style. For LaTeX see companion assets.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • scientific-visualizationSkillAI & models

    Lets your agent create and check publication-ready scientific charts with Matplotlib, Seaborn, or Plotly.

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details
  • scikit-survival-analysisSkillAI & models

    Time-to-event modeling with scikit-survival: Cox PH (elastic net), Random Survival Forests, Boosting, SVMs for censored data. C-index, Brier, time-dependent AUC; Kaplan-Meier, Nelson-Aalen, competing risks. Pipeline/GridSearchCV compatible. Use statsmodels for frequentist, pymc for Bayesian, lifelin

    Ready to connect★ 363

    github.com/jaechang-hits/sciagent-skills363 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

54,764 of the 55,196 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI