precision-bio-infra

precision-bio-infra is a skill for Claude Code, Codex from lynnlangit/precision-medicine-mcp. It costs 36 tokens per session (447 once invoked), scanned A, original, Apache-2.0.

A guide for deploying bioinformatics software on Google Cloud and in hospital environments. Bioinformatics uses computing to analyze biological data, such as genomic data.

In plain words
What is it for?
Use it to deploy services with Cloud Run and Cloud Build, configure IAM and VPC networking, store API keys, add OAuth2 protection, and enable audit logging.
Why use it?
It provides project-specific patterns for access control, private networks, secret storage, scaling, and audit records when handling sensitive research or clinical data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to deploy services with Cloud Run and Cloud Build, configure IAM and VPC networking, store API keys, add OAuth2 protection, and enable audit logging.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lynnlangit/precision-medicine-mcp/precision-bio-infra
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lynnlangit/precision-medicine-mcp --skill precision-bio-infra
Clone the repo
git clone --depth 1 https://github.com/lynnlangit/precision-medicine-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for precision-bio-infra

README.md
[![agentmods](https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra/github.svg)](https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra)
Your own site
<a href="https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra"><img src="https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for precision-bio-infra

Your own site · 80×15
<a href="https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra"><img src="https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00447
Opus 5 $0.00018 $0.00224
Sonnet 5 $0.00007 $0.00089
Haiku 4.5 $0.00004 $0.00045

Measured 12d ago against content hash 4e4130f02828, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

precision-bio-infra scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/reference/skills/precision-bio-infra/SKILL.md · 42 lines

What it actually says

Precision Bio-Infrastructure

This skill ensures that the platform is deployed securely and efficiently on Google Cloud or in clinical environments.

☁️ GCP Deployment

Standard deployment uses Cloud Run and Cloud Build:

  • Service Account: Use the dedicated compute service account with roles/run.invoker and roles/storage.objectViewer.
  • Scaling: Most servers scale to zero (min-instances 0) to save costs, except for heavy-use multiomics servers.
  • Automation: Use deploy.sh where provided (currently mcp-deepcell, mcp-cell-classify) and cloudbuild.yaml where provided (currently mcp-deepcell only).

🏥 Hospital & Clinical Deployment

Follow the patterns in infrastructure/hospital-deployment/:

  • VPC Networking: Use setup-vpc.sh to isolate genomic data traffic.
  • Secrets: Store all API keys (Anthropic/Gemini) in GCP Secret Manager, never in environment variables in production.
  • OAuth2: Use deploy-oauth2-proxy.sh if deploying beyond IAM-restricted Cloud Run (e.g., GKE).

🔒 Security & Audit

  • Audit Logging: Ensure setup-audit-logging.sh is run to track all tool invocations in Cloud Logging.
  • Bias Auditing: Utilize shared/utils/bias_detection.py and the tools in infrastructure/audit/ when deploying new predictive models (e.g., GEARS).

💰 Cost Optimization

  • Reference shared/utils/cost_tracking.py to ensure new infras include budget alerting.
  • Set timeout appropriately (300s default, 600s for perturbation training).

Use this skill when:

  • Deploying a new MCP server to Cloud Run.
  • Setting up a new hospital project environment.
  • Configuring IAM or VPC permissions for bioinformatics workloads.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 42 lines · 36 tokens per session scan A 4e4130f02828

Subscribe to this mod's changes

precision-bio-infra is a skill published in the GitHub repository lynnlangit/precision-medicine-mcp (24 stars, last pushed 17d ago), licensed Apache-2.0. It adds 36 tokens to every session and 447 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

latchbio-integration

Build, register, debug, and operate bioinformatics workflows on Latch using the Python SDK, CLI, Latch Data and Registry, Nextflow, Snakemake, programmatic execution, and Latch MCP. Use when authoring or deploying Latch workflows, configuring resources or interfaces, moving data, integrating Registry, or launching and…

K-Dense-AI/scientific-agent-skills · 76 tokens

cellxgene-census-query

Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, and integrate with scanpy/PyTorch for population-scale single-cell analysis. Use this skill when: (1) Querying single-cell expression data by cell type, tissue, or disease, (2) Exploring available single-cell datasets…

PharMolix/OpenBioMed · 105 tokens

single-cell-scrna-seq-analysis-scanpy

Complete single-cell RNA-seq analysis workflow built on Scanpy and AnnData. Use this skill when: (1) Loading diverse single-cell data formats (10X, h5ad, CSV), (2) Performing quality control and filtering, (3) Normalization, dimensionality reduction, and clustering, (4) Marker gene identification and cell type…

PharMolix/OpenBioMed · 85 tokens

nextflow

Build, run, and debug Nextflow data pipelines and nf-core workflows end to end. Use whenever the user mentions Nextflow, nf-core, .nf files, nextflow.config, DSL2, processes/channels/operators, samplesheets, or wants to run a community pipeline (e.g. nf-core/rnaseq, nf-core/sarek), write or test a module/subworkflow…

K-Dense-AI/scientific-agent-skills · 181 tokens

alterlab-remote-compute

Dispatch long-running GPU/CPU jobs to remote compute with a provider-agnostic submit → poll → harvest pattern across SLURM/HPC (sbatch, squeue, sacct) and managed APIs (Modal, RunPod, GCP Batch / Vertex AI). Use when submitting a batch job to a cluster, polling job status, retrieving result artifacts from a scheduler…

AlterLab-IEU/AlterLab-Academic-Skills · 156 tokens

single-cell

Single-cell analysis pipeline covering scRNA-seq, snRNA-seq, and CyTOF (mass cytometry) — QC, normalization, integration, clustering, annotation, differential expression, trajectory, cell communication, and TF activity inference.

inflexa-ai/inflexa · 50 tokens