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.
npx skills add lynnlangit/precision-medicine-mcp --skill precision-bio-infragit clone --depth 1 https://github.com/lynnlangit/precision-medicine-mcpWrote 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.
[](https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/precision-bio-infra)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.invokerandroles/storage.objectViewer. - Scaling: Most servers scale to zero (
min-instances 0) to save costs, except for heavy-use multiomics servers. - Automation: Use
deploy.shwhere provided (currently mcp-deepcell, mcp-cell-classify) andcloudbuild.yamlwhere provided (currently mcp-deepcell only).
🏥 Hospital & Clinical Deployment
Follow the patterns in infrastructure/hospital-deployment/:
- VPC Networking: Use
setup-vpc.shto 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.shif deploying beyond IAM-restricted Cloud Run (e.g., GKE).
🔒 Security & Audit
- Audit Logging: Ensure
setup-audit-logging.shis run to track all tool invocations in Cloud Logging. - Bias Auditing: Utilize
shared/utils/bias_detection.pyand the tools ininfrastructure/audit/when deploying new predictive models (e.g., GEARS).
💰 Cost Optimization
- Reference
shared/utils/cost_tracking.pyto ensure new infras include budget alerting. - Set
timeoutappropriately (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.
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.
- 12d ago First seen · 42 lines · 36 tokens per session scan A 4e4130f02828
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.
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…
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…
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…
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…
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…
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.