DevOps & Infra
DevOps agent skills automate the delivery side of software: CI/CD pipelines, Dockerfiles, infrastructure as code, releases, and incident checklists. A skill gives your AI agent the exact runbook to follow, so deployments and configs come out consistent every time.
-
cyberstrikeus Skill Cis Azure Storage 5 2 6Ensure 'Cross Region Restore' is set to 'Enabled' on Recovery Services vaults
Audited -
cyberstrikeus Skill Cis Azure Storage 5 2 7Ensure 'Cross Subscription Restore' is set to 'Disabled' or 'Permanently Disabled' on Recovery Services vaults
Audited -
holobiomicslab Skill Tensorflow Model Layer InspectionUse when after converting or downloading a pre-trained Keras model to HDF5 TensorFlow 2.3.0 format, particularly when integrating the model into a fixed-interface pipeline (e.g., NP Classifier) that expects specific named input/output layers.
Audited -
holobiomicslab Skill Basepeak Intensity IdentificationUse when when you have Thermo Fisher Scientific .raw files from an Orbitrap instrument and need to identify the m/z value and corresponding intensity of the most abundant ion in each MS1 scan for quality control, method optimization, or feature extraction in a modular R-based proteomics pipeline.
Audited -
holobiomicslab Skill Docker Volume Mount ConfigurationUse when deploying the ipbhalle/metfragweb container and you need to supply custom MetFrag settings (ChemSpider tokens, proxy servers, local database connections) without modifying the container image.
Audited -
holobiomicslab Skill File Io Error Handling RobustnessUse when when designing or integrating a file parser for mass spectrometry formats (.raw Thermo RAW format, .mzml XML-based format) in a metabolomics processing pipeline, or when reading legacy or heterogeneous instrument output where file integrity cannot be guaranteed.
Audited -
holobiomicslab Skill Online Mode Environment DetectionUse when when deploying an OpenMS streamlit application that must support both local development (offline mode with multiprocessing) and production cloud/HPC environments (online mode with Redis + RQ task queue), and you need to transparently route workflow job submissions to the correct backend.
Audited -
holobiomicslab Skill Python Data Structure EngineeringUse when you have raw mass spectrometry quantification tables (feature abundance matrices), sample metadata tables, and spectral data files (e.g., from the omsw_pleurotus dataset) that must be ingested into the msFeaST pipeline;
Audited -
holobiomicslab Skill Test Suite Execution VerificationUse when when you have cloned or obtained a Python package repository and need to confirm that the codebase's tests pass before integration, contribution, or deployment. Particularly relevant when the repository advertises a Tests badge linked to a CI/CD workflow (e.
Audited -
holobiomicslab Skill Unit Test Design For File ParsingUse 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.
Audited -
holobiomicslab Skill Annotation Pipeline Data PreparationUse when when you have raw PubChem compound records or other public chemical structure databases and need to supply candidate metabolite structures to a mass spectrometry annotation workflow like MAGMa.
Audited -
holobiomicslab Skill Interactive Visualization InspectionUse when after msFeaST pipeline execution has produced a dashboard_data.json file containing quantification, metadata, and spectral matrices, or when you need to validate that preprocessing steps correctly loaded and rendered ms/ms feature data before downstream statistical or network analysis.
Audited -
holobiomicslab Skill Feature Annotation AugmentationUse when when a traditional peak extraction pipeline (e.g., XCMS) has generated a feature table from LC-MS data but fails to detect known or suspected compounds present in your sample. Specifically, when you have a suspect database (e.
Audited -
holobiomicslab Skill Nextflow Pipeline OrchestrationUse when when you have raw LC-HRMS metabolomics data in .mzML or .
Audited -
holobiomicslab Skill Order Agnostic Dispatch RoutingUse when when your untargeted LC-MS pipeline must support multiple peak-picking backends and you need to let users specify which algorithm to use (via configuration file or parameter) without hard-coding algorithm dependencies.
Audited -
holobiomicslab Skill Tcn Encoder Input PreprocessingUse when when reproducing or auditing FIDDLE's formula prediction pipeline, or when implementing the TCN encoder in your own codebase and need to confirm that the precursor m/z (env[:, 0]) has been removed from the feature vector to avoid leakage of mass information into the model's learned.
Audited -
holobiomicslab Skill Web Service Health MonitoringUse when your annotation pipeline depends on multiple external web converters and you need to diagnose why annotation jobs are failing, slow, or incomplete. Use it if you observe missing metadata fields in output .
Audited -
holobiomicslab Skill Module Integration VerificationUse when after rewriting or refactoring a Python module (such as calculate_feature_overlap.py in a metabolomics pipeline) to improve performance, maintainability, or functionality, you need to confirm that the new implementation does not introduce regressions.
Audited -
holobiomicslab Skill Nextflow Workflow OrchestrationUse when when you need to coordinate multiple bioinformatics tools (quality control, alignment, quantification, normalization, batch correction) across diverse compute environments (HPC, cloud, local) while ensuring reproducibility and parameter traceability.
Audited -
holobiomicslab Skill Web Service Health VerificationUse when after deploying a containerized web application (e.g., via `docker run`), before proceeding to functional testing or integration. Use this skill to confirm the application server (Tomcat, etc.) has fully initialized and the web service is listening on the mapped port and URL path.
Audited -
holobiomicslab Bundle Untargeted Lcmsms Annotation WorkflowUse when you have untargeted LC-MS/MS data (mzML) and want an annotated feature table — preprocessing, blank/QC filtering, feature-based molecular networking, spectral library matching, SIRIUS de novo annotation, optional taxonomy-aware re-weighting, and a fused master table. This is the canonical metabopipe-style annotation pipeline.
-
holobiomicslab Skill Adduct Fragment Table ConstructionUse when when initializing an mWISE annotation pipeline with a new or custom KEGG database, or when you need to reconstruct the Cpd.Add matching table with modified adduct/fragment specifications (e.g., subset to instrument-specific adducts or adjust frequency thresholds).
Audited -
holobiomicslab Skill Conditional Dispatch Routing LogicUse when a mass spectrometry analysis pipeline must accept data from multiple sources with different identifier schemes (GNPS Task ID, Universal Spectrum Identifiers, or Feature-Based Molecular Networking task IDs), and you need to transparently route each to the correct loader without requiring.
Audited -
holobiomicslab Skill Mztab Format Export And AnnotationUse when after Casanovo has generated ranked peptide sequence predictions from MS/MS spectra and you need to persist, share, or integrate the results into a proteomics data management or visualization pipeline.
Audited -
holobiomicslab Skill Peak To Formula Assignment MappingUse when when you have a fragment peak list (m/z values and intensities) from MS/MS data and need to assign candidate chemical subformulae to each peak as part of a de novo chemical formula inference pipeline.
Audited -
holobiomicslab Skill Mass Spectrometry Data ValidationUse when when reproducing or validating a tandem mass spectrometry denoising pipeline on mzML files with known feature precursor m/z and RT coordinates, compare pre- and post-filter counts of spectra and fragments at each major step (TIC cutoff, intra-spectrum grouping, frequency-based labeling).
Audited -
holobiomicslab Skill Ms Ms Spectral Data PreprocessingUse when when you have MS/MS spectral data (raw or intermediate format) that must be fed into the Mass2SMILES Docker container or similar deep learning models for MS/MS-to-structure inference.
Audited -
holobiomicslab Skill Workflow Output Validation And QAUse when after executing a Nextflow-based MS-DIAL workflow on .mzML LC-HRMS metabolomics data using Docker or Singularity container backends.
Audited -
holobiomicslab Skill Cross Language Interface DesignUse when when you have domain-specific functionality (e.g., spectral similarity scoring, peak detection algorithms) implemented in one language (Python) but need to make it callable and composable within an R-based analytical pipeline (Spectra objects);
Audited -
holobiomicslab Skill Service Health Check DefinitionUse when when deploying a multi-service microarchitecture (such as MAGMa's four distinct subprojects: magmaweb, joblauncher, job, and pubchem) via Docker Compose and you need to ensure that service startup order respects true readiness rather than container existence—particularly when services have.
Audited -
holobiomicslab Skill Docker Image Layer OptimizationUse when you are building a Docker image for a .NET Framework 4.8 application (like AirdPro) that must run on both Windows native containers and Linux+Wine environments, and you need to reduce build time and image size while maintaining separate targets for GUI, CLI, and development modes.
Audited -
holobiomicslab Skill Molecular Network Graph ConstructionUse when after completing dereplication and cosine similarity clustering in the MolNotator pipeline, when you have merged deduplicated molecular predictions and ion annotations and need to construct the final network representation for visualization and compound identification.
Audited -
holobiomicslab Skill Msconvert Integration And InvocationUse when when you have vendor-format LC-MS acquisition files (Thermo .raw, Bruker .d, Sciex .ms, Agilent, Waters formats) that need to be ingested into a quality control or data processing pipeline that requires open, standardized spectral formats.
Audited -
holobiomicslab Skill Peak Intensity Distribution AnalysisUse when after executing feature detection and quantification on raw LC-MS data (mzML or NetCDF format) using an automated pipeline such as MetaboAnalystR 4.0, and before proceeding to downstream normalization, scaling, or functional analysis.
Audited -
holobiomicslab Skill Unit Test Design For Scoring MetricsUse when when implementing new scoring components (inchikey score, neighbourhood score, or similar structural/spectral similarity metrics) that are integrated into an MS/MS candidate re-ranking pipeline.
Audited -
holobiomicslab Bundle Galaxy W4m Lcms Processing WorkflowUse when running the Workflow4Metabolomics LC-MS pipeline end to end on a Galaxy instance — MSnbase import, xcms peak detection, correspondence, alignment and gap filling, CAMERA annotation, three-table conformance, batch correction, statistics — in the stage order the wrappers' datatypes enforce.
Frequently asked questions
What are DevOps & Infra agent skills?
DevOps agent skills automate the delivery side of software: CI/CD pipelines, Dockerfiles, infrastructure as code, releases, and incident checklists. A skill gives your AI agent the exact runbook to follow, so deployments and configs come out consistent every time.
Which DevOps & Infra skills are most installed?
Popular DevOps & Infra skills on SkillMD right now include cis-azure-storage-5.2.6, cis-azure-storage-5.2.7, tensorflow-model-layer-inspection. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do DevOps & Infra skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.