pku-yuangroup/openai4s

75 agent markdown files indexed from pku-yuangroup/openai4s. Install any of them pinned to an exact hash with mdr add pku-yuangroup/openai4s/<name>.

AGENTS.md agents
pku-yuangroup/openai4s · AGENTS.md
git:20260706.f0fd27c · audit B · 586 stars
CLAUDE.md claude
pku-yuangroup/openai4s · CLAUDE.md
git:20260916.bb0d860 · audit B · 586 stars
admet_genetic skill
pku-yuangroup/openai4s · skills/admet_genetic/SKILL.md · ADMET-guided genetic molecule optimization workflow from seed SMILES; use when the agent needs to build or run an…
git:20260828.e9753be · audit A · 586 stars
alphafold2 skill
pku-yuangroup/openai4s · skills/alphafold2/SKILL.md · Predict protein structure for monomers and multimers with AlphaFold2 via the ColabFold runner (Mirdita et al. 2022…
git:20260828.e9753be · audit A · 586 stars
audit-dataset skill
pku-yuangroup/openai4s · skills/audit-dataset/SKILL.md · Audit tabular datasets before analysis or training for schema drift, missing values, duplicate rows or IDs, target…
git:20260828.e9753be · audit A · 586 stars
bioprobench skill
pku-yuangroup/openai4s · skills/bioprobench/SKILL.md · Score an LLM's biological-protocol reasoning on the BioProBench benchmark: protocol QA, step ordering, error detection…
git:20260828.e9753be · audit A · 586 stars
bio-alignment-io skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-alignment-io/SKILL.md · Read, write, and convert multiple sequence alignment files using Biopython Bio.AlignIO. Supports Clustal, PHYLIP…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-trimming skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-alignment-trimming/SKILL.md · Trim multiple sequence alignments using ClipKIT, trimAl, BMGE, Divvier, or HMMcleaner with mode selection guidance per…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-amplicon-clipping skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-amplicon-clipping/SKILL.md · Trim PCR primers from aligned reads in amplicon-panel BAMs using samtools ampliconclip. Use when processing SARS-CoV-2…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-filtering skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-filtering/SKILL.md · Filter alignments by flags, mapping quality, and regions using samtools view and pysam. Use when extracting specific…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-indexing skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-indexing/SKILL.md · Create and use BAI/CSI indices for BAM/CRAM files using samtools and pysam. Use when enabling random access to…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-sorting skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-sorting/SKILL.md · Sort alignment files by coordinate or read name using samtools and pysam. Use when preparing BAM files for indexing…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-validation skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-validation/SKILL.md · Validate alignment quality with insert size distribution, proper pairing rates, GC bias, strand balance, and other…
git:20260821.2d1b678 · audit A · 586 stars
bio-bam-statistics skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-bam-statistics/SKILL.md · Generate alignment statistics using samtools flagstat, stats, depth, coverage, and mosdepth. Use when assessing…
git:20260821.2d1b678 · audit A · 586 stars
bio-duplicate-handling skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-duplicate-handling/SKILL.md · Mark and remove PCR/optical duplicates using samtools fixmate and markdup. Use when preparing alignments for variant…
git:20260821.2d1b678 · audit A · 586 stars
bio-pileup-generation skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-pileup-generation/SKILL.md · Generate pileup data for variant calling using samtools mpileup and pysam. Use when preparing data for variant calling…
git:20260821.2d1b678 · audit A · 586 stars
bio-reference-operations skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-reference-operations/SKILL.md · Generate consensus sequences and manage reference files using samtools. Use when creating consensus from alignments…
git:20260821.2d1b678 · audit A · 586 stars
bio-sam-bam-basics skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-sam-bam-basics/SKILL.md · View, convert, and understand SAM/BAM/CRAM alignment files using samtools and pysam. Use when inspecting alignments…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-msa-parsing skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-msa-parsing/SKILL.md · Parse and analyze multiple sequence alignments using Biopython. Extract sequences, identify conserved regions, analyze…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-msa-statistics skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-msa-statistics/SKILL.md · Calculate alignment statistics including sequence identity, conservation scores, substitution matrices, and similarity…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-multiple skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-multiple-alignment/SKILL.md · Perform multiple sequence alignment using MAFFT, MUSCLE5, ClustalOmega, or T-Coffee. Guides tool and algorithm…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-pairwise skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-pairwise-alignment/SKILL.md · Perform pairwise sequence alignment using Biopython Bio.Align.PairwiseAligner. Use when comparing two sequences…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-structural skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-structural-alignment/SKILL.md · Align protein structures using Foldseek 3Di, TM-align, US-align, DALI, or Foldmason for structural MSA. Predict, score…
git:20260821.2d1b678 · audit A · 586 stars
bio-differential-splicing skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-differential-splicing/SKILL.md · Detects differential alternative splicing between conditions using rMATS-turbo (binomial LRT on junction counts)…
git:20260821.2d1b678 · audit A · 586 stars
bio-isoform-switching skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-isoform-switching/SKILL.md · Analyzes differential transcript usage (DTU) and isoform switches with functional consequence prediction (NMD via 50nt…
git:20260821.2d1b678 · audit A · 586 stars
bio-long-read-splicing skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-long-read-splicing/SKILL.md · Analyzes alternative splicing from PacBio Iso-Seq (HiFi, Kinnex/MAS-Iso-seq) and Oxford Nanopore (direct cDNA, direct…
git:20260821.2d1b678 · audit A · 586 stars
bio-outlier-splicing-detection skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-outlier-splicing-detection/SKILL.md · Detects aberrant splicing in single rare-disease patients vs a control panel using FRASER 2.0 (Bioconductor…
git:20260821.2d1b678 · audit A · 586 stars
bio-sashimi-plots skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-sashimi-plots/SKILL.md · Creates sashimi-style plots showing RNA-seq read coverage and splice junction counts using ggsashimi (general-purpose…
git:20260821.2d1b678 · audit A · 586 stars
bio-single-cell-splicing skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-single-cell-splicing/SKILL.md · Analyzes alternative splicing at single-cell resolution. The first decision is library chemistry — 10X 3' is…
git:20260821.2d1b678 · audit A · 586 stars
bio-splice-variant-prediction skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-splice-variant-prediction/SKILL.md · Predicts whether a DNA variant alters mRNA splicing using sequence-based deep-learning tools — SpliceAI (10kb context…
git:20260821.2d1b678 · audit A · 586 stars
bio-splicing-qc skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-splicing-qc/SKILL.md · Assesses RNA-seq data quality specifically for alternative splicing analysis. QC layers include experimental design…
git:20260821.2d1b678 · audit A · 586 stars
bio-splicing-quantification skill
pku-yuangroup/openai4s · skills/bioskills/bio-alternative-splicing-splicing-quantification/SKILL.md · Quantifies alternative splicing as PSI (percent spliced in) from RNA-seq using rMATS-turbo (BAM-based event), SUPPA2…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-allele-specific-accessibility skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-allele-specific-accessibility/SKILL.md · Detect allele-specific chromatin accessibility from ATAC-seq using WASP, GATK ASEReadCounter, or RASQUAL. Use when…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-atac-peak-calling skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-atac-peak-calling/SKILL.md · Call accessible chromatin regions from ATAC-seq BAM files using MACS3, MACS2, Genrich, or HMMRATAC. Use when…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-atac-qc skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-atac-qc/SKILL.md · ATAC-seq library quality control -- TSS enrichment, FRiP, fragment-size periodicity, library complexity…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-co-accessibility skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-co-accessibility/SKILL.md · Infer cis-regulatory connections (peak-to-peak co-accessibility) from scATAC-seq using Cicero, ArchR…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-consensus-peakset skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-consensus-peakset/SKILL.md · Build a differential-ready consensus peakset from per-replicate ATAC-seq peaks using iterative overlap removal…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-deep-learning-atac skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-deep-learning-atac/SKILL.md · Sequence-based deep learning for ATAC-seq using chromBPNet, BPNet, scBasset, or Enformer. Use when correcting Tn5 bias…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-differential-accessibility skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-differential-accessibility/SKILL.md · Identify differentially accessible chromatin regions across conditions using DiffBind, csaw, DESeq2, or edgeR. Use when…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-enhancer-gene-linking skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-enhancer-gene-linking/SKILL.md · Predict enhancer-gene regulatory connections from ATAC-seq using ABC, ENCODE-rE2G, HiChIP, or Cicero. Use when linking…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-footprinting skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-footprinting/SKILL.md · Detect transcription factor binding footprints in ATAC-seq using TOBIAS, HINT-ATAC, Wellington, or scprinter. Use when…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-motif-deviation skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-motif-deviation/SKILL.md · Analyze TF motif accessibility variability across samples or single cells using chromVAR. Use when identifying TF…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-nucleosome-positioning skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-nucleosome-positioning/SKILL.md · Map nucleosome center positions, occupancy, and fuzziness from ATAC-seq fragment-size patterns using NucleoATAC…
git:20260821.2d1b678 · audit A · 586 stars
bio-atac-seq-single-cell-atac skill
pku-yuangroup/openai4s · skills/bioskills/bio-atac-seq-single-cell-atac/SKILL.md · Process and analyze single-cell ATAC-seq data with Signac, ArchR, SnapATAC2, or Cell Ranger ATAC. Use when handling 10X…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-colocalization-analysis skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-colocalization-analysis/SKILL.md · Test whether two or more traits share a causal variant at a locus using Bayesian colocalization (coloc.abf…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-effector-gene-prioritization skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-effector-gene-prioritization/SKILL.md · Maps GWAS-implicated loci to candidate effector (causal) genes by integrating variant-to-gene (V2G) features via Open…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-fine-mapping skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-fine-mapping/SKILL.md · Resolves GWAS associations to candidate causal variants and credible sets via SuSiE, susie_rss, FINEMAP, CAVIAR, DAP-G…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-genetic-correlation skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-genetic-correlation/SKILL.md · Estimates bivariate genetic correlation (rg) between traits from GWAS summary statistics or individual-level genotypes…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-genomic-sem skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-genomic-sem/SKILL.md · Fits structural equation models to GWAS summary statistics using GenomicSEM (Grotzinger 2019), including common-factor…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-heritability-partitioning skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-heritability-partitioning/SKILL.md · Estimates SNP heritability and partitions it across functional annotations, cell types, and loci from GWAS summary…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-mediation-analysis skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-mediation-analysis/SKILL.md · Decompose total effects into direct and indirect paths through mediators using mediation, CMAverse 4-way, HIMA/HIMA2…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-mendelian-randomization skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-mendelian-randomization/SKILL.md · Estimate causal effects of an exposure on an outcome from GWAS summary statistics using genetic instruments. Implements…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-pleiotropy-detection skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-pleiotropy-detection/SKILL.md · Detect and adjust for horizontal pleiotropy in two-sample Mendelian randomization by distinguishing uncorrelated (UHP)…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-proteome-mr-drug-target skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-proteome-mr-drug-target/SKILL.md · Runs cis-pQTL Mendelian randomization for drug-target validation using UKB-PPP (Olink), deCODE (SomaScan), Fenland…
git:20260821.2d1b678 · audit A · 586 stars
bio-causal-genomics-transcriptome-wide-association skill
pku-yuangroup/openai4s · skills/bioskills/bio-causal-genomics-transcriptome-wide-association/SKILL.md · Performs gene-level association from GWAS summary statistics via genetically predicted tissue expression using FUSION…
git:20260821.2d1b678 · audit A · 586 stars
bio-admet-prediction skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-admet-prediction/SKILL.md · Predicts ADMET properties using ADMETlab 3.0 (119 platform features, including 77 prediction models with…
git:20260821.2d1b678 · audit A · 586 stars
bio-conformer-generation skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-conformer-generation/SKILL.md · Generates 3D conformer ensembles using RDKit ETKDGv3 with knowledge-enhanced distance geometry, MMFF94/UFF force-field…
git:20260821.2d1b678 · audit A · 586 stars
bio-covalent-design skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-covalent-design/SKILL.md · Designs covalent inhibitors and warheads targeting cysteine, lysine, serine, threonine, tyrosine, and aspartate…
git:20260821.2d1b678 · audit A · 586 stars
bio-free-energy-calculations skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-free-energy-calculations/SKILL.md · Performs alchemical free-energy calculations including relative binding free energy (RBFE / FEP+) and absolute binding…
git:20260821.2d1b678 · audit A · 586 stars
bio-generative-design skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-generative-design/SKILL.md · Designs novel molecules using REINVENT 4 (de novo, scaffold decoration, linker design, R-group, molecular…
git:20260821.2d1b678 · audit A · 586 stars
bio-ml-docking-rescoring skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-ml-docking-rescoring/SKILL.md · Performs ML-based protein-ligand pose prediction and scoring using DiffDock-L (diffusion-based), Boltz-1 / Boltz-2…
git:20260821.2d1b678 · audit A · 586 stars
bio-molecular-descriptors skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-molecular-descriptors/SKILL.md · Calculates molecular fingerprints (ECFP/Morgan, FCFP, MACCS, RDKit, AtomPair, TopologicalTorsion, Avalon, MAP4, MHFP6)…
git:20260821.2d1b678 · audit A · 586 stars
bio-molecular-io skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-molecular-io/SKILL.md · Reads, writes, and converts molecular file formats (SMILES, InChI, SDF V2000/V3000, MOL2, PDB, and BinaryCIF) using…
git:20260821.2d1b678 · audit A · 586 stars
bio-molecular-standardization skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-molecular-standardization/SKILL.md · Standardizes molecular structures using the ChEMBL structure pipeline for normalization and parent selection plus RDKit…
git:20260821.2d1b678 · audit A · 586 stars
bio-pharmacophore-modeling skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-pharmacophore-modeling/SKILL.md · Builds and applies 3D pharmacophore models using RDKit Pharm3D, the apo2ph4 receptor-based workflow (Heider et al…
git:20260821.2d1b678 · audit A · 586 stars
bio-pose-validation skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-pose-validation/SKILL.md · Validates docked / generated protein-ligand poses using PoseBusters physical-validity tests, strain energy…
git:20260821.2d1b678 · audit A · 586 stars
bio-protac-degraders skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-protac-degraders/SKILL.md · Designs PROTACs, molecular glues, and bivalent degraders with explicit handling of E3 ligase choice (VHL, CRBN, IAP…
git:20260821.2d1b678 · audit A · 586 stars
bio-qsar-modeling skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-qsar-modeling/SKILL.md · Builds QSAR / QSPR models using chemprop D-MPNN, MolFormer, Uni-Mol, ChemBERTa, random forest baselines, and Gaussian…
git:20260821.2d1b678 · audit A · 586 stars
bio-reaction-enumeration skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-reaction-enumeration/SKILL.md · Enumerates virtual chemical libraries via reaction SMARTS transformations using RDKit and reaction templates, with…
git:20260821.2d1b678 · audit A · 586 stars
bio-retrosynthesis skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-retrosynthesis/SKILL.md · Performs retrosynthetic planning using AiZynthFinder (template-based MCTS), maintained or version-pinned template-free…
git:20260821.2d1b678 · audit A · 586 stars
bio-scaffold-analysis skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-scaffold-analysis/SKILL.md · Analyzes chemical libraries by scaffold using Bemis-Murcko scaffolds, generic frameworks, cyclic skeletons, matched…
git:20260821.2d1b678 · audit A · 586 stars
bio-shape-similarity skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-shape-similarity/SKILL.md · Performs 3D shape-based similarity searching using ROCS (OpenEye), USRCAT (ultra-fast), Open3DAlign (RDKit), ESPSim…
git:20260821.2d1b678 · audit A · 586 stars
bio-similarity-searching skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-similarity-searching/SKILL.md · Performs molecular similarity searching using Tanimoto, Tversky, Dice, and cosine coefficients on bit/count…
git:20260821.2d1b678 · audit A · 586 stars
bio-substructure-search skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-substructure-search/SKILL.md · Searches molecular libraries for substructure matches using SMARTS patterns with explicit handling of recursive SMARTS…
git:20260821.2d1b678 · audit A · 586 stars
bio-virtual-screening skill
pku-yuangroup/openai4s · skills/bioskills/bio-chemoinformatics-virtual-screening/SKILL.md · Performs structure-based virtual screening using AutoDock Vina, SMINA, GNINA (CNN scoring), and DiffDock-L hybrid…
git:20260821.2d1b678 · audit A · 586 stars

Source

github.com/pku-yuangroup/openai4s · 586 stars · license MIT · pushed 2026-09-23