All authors
HolobiomicsLab avatar

Claude Skills by HolobiomicsLab

github.com/HolobiomicsLab
12,704 skillsA× 12,683B× 13C× 2D× 60 installs5,107 views
Tomcat Application Server InitializationA

Use when when you need to deploy a Java web application packaged in a Tomcat Docker container to a specified HTTP endpoint, and must verify that the container starts successfully, the Tomcat server initializes, and the application becomes accessible at the mapped host port before proceeding with.

ai-agentsgojava
0
15
Tool Xml Wrapper IntegrationA

Use when you have standalone metabolomics analysis tools (Python scripts, R packages, MATLAB compiled applications) that you want to expose through Galaxy's UI and make composable into reproducible workflows.

ai-agentspythongit
0
15
Topic Label Validation Distribution AnalysisA

Use when after LDA topic inference has assigned dominant topic labels to mass spectra, and before those labels are passed to MLP or GNN multi-task training.

ai-agentsgogit
0
15
Training Dataset AssemblyA

Use when when you have a large list of SMILES strings but lack corresponding experimental mass spectra, and you need to generate 30,000+ training pairs to train a deep learning model for molecular structure prediction.

ai-agentspythongo
0
15
Transformation Classification Biotic AbioticA

Use when after mass-difference network generation has matched pairwise peak mass differences to a reference biochemical transformation key with mass error ≤1 ppm, and you need to distinguish metabolic transformations driven by microbial activity from those arising from non-biological chemical.

ai-agentspythongo
0
15
Two Layer Architecture Dispatch TestingA

Use when when you need to verify that a wrapper package (e.g., rawrr) correctly bridges R and a managed .NET assembly (such as RawFileReader), specifically to confirm that internal dispatch functions can retrieve assembly location and version string before attempting actual spectral data extraction.

ai-agentsc#testing
0
15
Ubuntu Package Inventory AnalysisA

Use when when you have a Ubuntu-based software package (e.g., MetumpX) that advertises bundling a specific number of tools (~89) but the individual tool names, versions, installation sources, and installation methods are not enumerated in the README or primary documentation.

ai-agentsgoshell
0
15
Uncertainty Quantification Rt PredictionA

Use when you have trained a DNN retention time predictor and need to rank candidate metabolites for an unknown compound: the DNN outputs both point estimates and uncertainty bounds for each candidate''s RT, and you need to convert these into probabilistic scores that reflect confidence in each.

ai-agentspythonsql
0
15
Unified Vocabulary ConstructionA

Use when when you have parallel mass spectra and molecular structure data (e.g., CANOPUS or MassSpecGym datasets) and aim to train a single encoder-decoder model (e.g., BART) that must handle both modalities as input and output tokens.

ai-agentspythonnode
0
15
Unit Test Design For Analytical ChemistryA

Use when when implementing or modifying metabolomics feature detection pipelines (e.g., adduct detection, m/z matching, feature labeling) where correctness directly impacts downstream analysis.

ai-agentsgogit
0
15
Unit Test Design For Biochemical FiltersA

Use when after implementing a custom Filter subclass (e.g., MetabolomicsFilter, TanimotoFilter) in minedatabase/filters.py, you must write unit tests to validate that _choose_cpds_to_filter correctly identifies compounds to retain/remove.

ai-agentsreacttesting
0
15
Unit Test Design For File ParsingA

Use when when implementing or extending file format parsers in a spectral data pipeline, you need unit tests to ensure that format-specific parsers correctly instantiate spectrum objects with expected m/z arrays, intensity arrays, and metadata attributes before releasing to users or integrating.

ai-agentspythongo
0
15
Unit Test Development For Spectral LoadersA

Use when when you have implemented parser functions for one or more mass spectrometry file formats and need to verify that metadata and peak lists are correctly extracted and converted into matchms Spectrum objects before committing to a feature branch.

ai-agentspythontesting
0
15
Unit Test Validation For PreprocessingA

Use when after implementing or modifying basic peak filtering operations (e.g., low-intensity peak removal, intensity normalization) on mass spectrometry spectral data in supported formats (mzML, mzXML, msp, MGF, JSON).

ai-agentspythontesting
0
15
Unsaturation Degree QuantificationA

Use when you have FT-ICR MS peak data with assigned molecular formulas (C, H, O, N, S, P elemental counts) and want to characterize the structural saturation and aromaticity of metabolites to assess their biochemical degradation potential, compare chemodiversity across samples, or stratify.

ai-agentspythongo
0
15
User Override Parameter ManagementA

Use when punc'data's automatic keyword-based column recognition produces incorrect semantic role assignments—for example, when a column header contains a non-standard keyword that the tool fails to recognize, or when a column's true semantic role (e.

ai-agentsgogit
0
15
Validator Tool IntegrationA

Use when you have a repository of structured records (e.g., mass spectrometry data, metadata, or domain-specific formats) and need to enforce validation rules systematically across all records.

ai-agentspythonjava
0
15
Validity Constraint Enforcement For MsdataA

Use when when designing a custom MsBackend subclass (e.g., MsBackendTest) that stores spectral data in multiple slots (a data.frame for spectra variables, NumericList objects for m/z and intensity peaks). Use this skill to guard against slot desynchronization—e.

ai-agentssqlgit
0
15
Vectorized Operation VerificationA

Use when when implementing or auditing S4 replacement methods (e.

ai-agentsdebugginggit
0
15
Vendor Export Schema MappingA

Use when raw MRM lipidomics data arrives in vendor-specific export formats (e.g., Sciex, Waters, Thermo TSV/CSV) with inconsistent or proprietary column naming, numeric encoding, and lipid nomenclature.

ai-agentspython
0
15
Visual Studio Project ManagementA

Use when when you have cloned a multi-framework .NET project (e.g., MsdialWorkbench using .NET Framework 4.7.2, .NET Core 3.1, and .NET 6) and need to set up the build environment in Visual Studio, restore dependencies, select a specific build configuration (e.

ai-agentsc#react
0
15
Visualization Comparative Performance MetricsA

Use when you have execution-time data for the same set of plotting operations (e.g., chromatogram, spectrum, peakmap rendering) across two or more backend implementations (e.

ai-agentspythongo
0
15
Vocabulary Coverage ValidationA

Use when after merging separate vocabularies for distinct data modalities (e.g., spectral tokens for m/z values and intensities, structural tokens for SMILES or graphs) and before deploying the unified vocabulary in a language model.

ai-agentspythonnode
0
15
Volcano Plot Construction From Omics DataA

Use when after statistical analysis (e.g., edgeR) has produced a results table containing lipid identities, fold-change values, and p-values for pairwise or multi-condition comparisons.

ai-agentsexpressgit
0
15
Windows Desktop Application DeploymentA

Use when when you have cloned a .NET Framework or .NET Core WPF project from a GitHub repository and need to compile it into an executable binary for Windows deployment. Specifically, when the project uses ReactiveExtensions/ReactiveProperty packages, declares a .NET Framework 4.7.2 or .

ai-agentsreacttesting
0
15
Wine Windows Runtime Initialization DiagnosticsA

Use when you are deploying a Windows .NET application (e.g., AirdPro CLI) inside a Docker container on a non-Windows host and need to understand whether Wine initialization completes, how long it takes (documented as >30 minutes), whether .

ai-agentsc#bash
0
15
Word2vec Model TrainingA

Use when when you have a collection of mass spectra (e.

ai-agentspythongit
0
15
Workflow Status MonitoringA

Use when you need to verify that a GitHub Actions workflow (such as 'dev_build_release.

ai-agentsjavatesting
0
15
Wpf Gui CompilationA

Use when when you have cloned the MsdialWorkbench repository and need to produce an executable WPF GUI application (MsdialGuiApp) for Windows.

ai-agentsreacttesting
0
15
Xcms Parameter EstimationA

Use when you have raw untargeted metabolomics data (at least 3 samples in mzML, mzXML, or CDF format) from qTOF, orbitrap, or Fourier transform ion cyclotron resonance mass analyzers and need to obtain optimized XCMS processing parameters tailored to your specific instrument and dataset rather than.

ai-agentsgogit
0
15
Xml Element Parsing And Object SerializationA

Use when you have spectrum or chromatogram data stored as XML strings (e.g., in a SQLite database indexed by spectrum ID) and need to access individual spectra by ID or iterate through them sequentially while working with a library like pymzML that expects Spectrum or Chromatogram objects.

ai-agentssqlgit
0
15
Xml Parsing And Element Tree SerializationA

Use when when spectrum or chromatogram data is stored as serialized XML strings in a database or file system and must be converted into pymzML Spectrum or Chromatogram objects for programmatic access.

ai-agentssqlgit
0
15
Xml Spectrum Element DeserializationA

Use when when you have retrieved a decompressed XML data block from an indexed gzip file (via GSGR bracket notation) and need to convert that raw XML string into a usable Python spectrum or chromatogram object for downstream analysis, filtering, or comparison.

ai-agentspythongit
0
15
RouterA

Use when a task needs a skill from ASB Metabolomics — mass-spectrometry — search this unit's 804 evidence-grounded skills, then apply and optionally ground the one that fits.

ai-agentspythonrust
0
15
Adduct Annotation Against Reference LibraryA

Use when after computing a histogram of all pairwise mass differences from an MSI dataset, use this skill when you have observed mass difference peaks that may correspond to known adducts (e.g., [M+H]+, [M+Na]+, [M−H2O]+).

ai-agentsgotesting
0
15
Adduct Ion Mass CalculationA

Use when when you have derivatized metabolite structures (SMILES or mol format) and need to predict their ionization products in MS imaging, particularly when the derivatizing matrix produces non-standard adducts (e.

ai-agentsreactgit
0
15
Adduct Ion Parent Ion Pairing AnalysisA

Use when when you have binned mass spectrometry imaging peaks and want to understand which detected mass-to-charge ratios represent the same metabolite in different ionization states (parent vs. adduct form).

ai-agentstestinggit
0
15
Adduct Ion Prediction And FilteringA

Use when when annotating m/z features against a metabolite database (HMDB, Lipidmaps, etc.) and the sample preparation, ionization method, or polarity mode favors specific adduct species. For example: negative-mode LC-MS or MS imaging will preferentially generate M-H and halide adducts (M+Cl);

ai-agentsgitdatabase
0
15
Adduct Mass Calculation From SmilesA

Use when when you have a metabolite SMILES structure and need to predict which adduct ions will appear in a mass spectrum acquired with a chemical derivatizing matrix.

ai-agentsgit
0
15
Adduct Mass Difference MatchingA

Use when you have computed a histogram of pairwise mass differences from MS imaging data and need to (1) identify which observed mass differences correspond to biologically relevant or chemically known adducts, or (2) rank the most frequently observed mass differences to discover dominant adduct.

ai-agentstestinggit
0
15
Anndata Object AnnotationA

Use when after loading or merging spatial metabolomics data into an AnnData object (via read_sm_csv_as_anndata, read_sm_imzml_as_anndata, or merge_sm_pos_neg), and before filtering or normalization steps.

ai-agentsgit
0
15
Anndata Object Initialization And StructuringA

Use when when you have imzML and accompanying ibd (ion binary data) files from spatial metabolomics experiments and need to load them into a unified AnnData object representation for integration with spatial transcriptomics or other spatial multi-omics data.

ai-agentsgit
0
15
Anndata Object Integration And Metadata MappingA

Use when you have preprocessed and filtered ST and SM AnnData objects with spatial coordinates and features, and you need to establish spot-level correspondence between the two modalities to enable downstream joint analysis.

ai-agentsgogit
0
15
Attention Mechanism ImplementationA

Use when you have imaging mass spectrometry (IMS) datasets with peak intensity features organized as spatial graphs (nodes = pixels/voxels, edges = spatial adjacency), and you need to discover latent peak patterns for automatic peak picking or marker ion identification without manual feature.

ai-agentsnodeperformance
0
15
Autoencoder Encoder Decoder DesignA

Use when when working with imaging mass spectrometry (IMS) datasets where you need to extract latent low-dimensional peak features from high-dimensional peak intensity data while preserving spatial adjacency information.

ai-agentsgonode
0
15
Batch File Processing OrchestrationA

Use when when you have multiple CDF imaging files (e.g., from mass spectrometry imaging scans of biological samples) that need to be read into a single Matlab workspace with consistent structure and metadata (spectral intensity, m/z arrays, spatial coordinates).

ai-agentsgitperformance
0
15
Binary Spectral Data ExtractionA

Use when you have parsed imzML XML metadata and loaded the corresponding .ibd binary intensity file, and need to extract specific ion images at one or more target m/z values.

ai-agentspythongit
0
15
Biochemical Annotation MappingA

Use when you have loaded MSI data into napari, defined one or more ROIs of biological interest (e.g., tumor margin, specific tissue layer), extracted mean or summed intensity spectra from those regions, and need to identify the putative biochemical compounds corresponding to detected m/z peaks.

ai-agentspythongo
0
15
Bioinformatic Object ConversionA

Use when when you have processed Cardinal MSI data (normalized peak intensities, optional SSC segmentation results) and need to transition to Seurat-based workflows for differential expression, pathway analysis, or integration with spatial transcriptomics data.

ai-agentsgoexpress
0
15
Biological Reactant Pair Mapping KeggA

Use when constructing or enriching a chemical formula database that must capture not just structural similarity (DBEdges) but also biological co-occurrence patterns.

ai-agentsgoreact
0
15