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-docsgit 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-docs)<a href="https://agentmods.dev/skills/lynnlangit/precision-medicine-mcp/precision-bio-docs"><img src="https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/precision-bio-docs/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-docs"><img src="https://agentmods.dev/badge/skills/lynnlangit/precision-medicine-mcp/precision-bio-docs.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.00027 | $0.00428 |
| Opus 5 | $0.00014 | $0.00214 |
| Sonnet 5 | $0.00005 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
precision-bio-docs 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 10d 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-Documentation
This skill ensures that all documentation is consistent, high-quality, and targeted to the right audience.
👤 Persona-Based Content
We write for different stakeholders. Always follow the established styles:
- Funders: ROI, cost logic, and grant-ready "Value Propositions."
- Hospitals: Security, HIPAA, deployment scripts, and runbooks.
- Researchers: Methodological details, GEARS architectures, and scRNA-seq parameters.
- Patients: Plain-language summaries and "What this means for you."
📚 Documentation Hierarchy
- Main Hub:
docs/INDEX.md. - Cross-Reference: Always link to the "Single Source of Truth" files in
docs/reference/shared/(e.g.,patientone-profile.md). - Automation: Templates for automated reporting live in
docs/for-developers/automation-guides/.
📧 Specialized Templates
- Email Summaries: Use the formatting in
docs/email-summary.mdfor daily/weekly project status updates. - Patient Reports: Ensure reports follow the structure in
mcp-patient-reportto maintain clinical standards.
🎨 Visualization Standards
- Mermaid: Use for all architecture flows. Ensure colors are readable in both light and dark modes.
- Screenshots: Store visual assets in
data/images/and reference with absolute paths where possible.
✍️ Editorial Checklist
- Biological terms are accurately linked to citations.
- PHI/PII is strictly excluded from all public docs.
- New servers are added to the
Server Registry. - Mermaid diagrams remain under 100 nodes for readability.
Use this skill when:
- Drafting new user guides.
- Updating the System Architecture.
- Creating automated reporting templates for clinicians.
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.
- 10d ago First seen · 48 lines · 27 tokens per session scan A 41170a58b910
precision-bio-docs is a skill published in the GitHub repository lynnlangit/precision-medicine-mcp (24 stars, last pushed 15d ago), licensed Apache-2.0. It adds 27 tokens to every session and 428 once invoked, about $0.0001 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
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…
Bulk RNAseq differential expression (DeSeq2)
Core DESeq2 workflow for RNA-seq differential expression analysis with count data.
Single-Cell RNA-seq Core Analysis (Seurat)
Complete workflow for single-cell RNA-seq analysis using Seurat v5. Process raw data through quality control, normalization, clustering, and cell type annotation with publication-ready visualizations.
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.
Weighted Gene Co-expression Network Analysis (WGCNA)
Build weighted gene co-expression networks to identify modules of coordinately expressed genes and discover hub genes that may be key regulators. This workflow uses WGCNA (Weighted Gene Co-expression Network Analysis) to group genes into modules based on their expression patterns across samples, then correlates these…