qfoldit-prospecting

qfoldit-prospecting is a skill for Claude Code from qfoldit/Protein-Design-MCP. It costs 208 tokens per session (1,365 once invoked), scanned A, original, Apache-2.0.

A statistical analysis tool for studying microbial communities in soil or overburden during mineral exploration. It works from prepared sequencing data tables, not raw sequencing files.

In plain words
What is it for?
It calculates diversity measures, finds possible indicator organisms, scores samples for anomalies, estimates effect sizes, and groups similar samples.
Why use it?
It helps test whether microbial differences may indicate mineral deposits while checking whether those signals are stronger than chance. This matters because findings from one study and environment may not apply broadly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the qfoldit-skills plugin — 20 skills shipped together

Good fit It calculates diversity measures, finds possible indicator organisms, scores samples for anomalies, estimates effect sizes, and groups similar samples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qfoldit/protein-design-mcp/prospecting
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 qfoldit/Protein-Design-MCP --skill prospecting
Clone the repo
git clone --depth 1 https://github.com/qfoldit/Protein-Design-MCP

Made for: Claude Code.

Or install qfoldit-skills, the plugin that ships this one along with the rest of its 20 skills.

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 qfoldit-prospecting

README.md
[![agentmods](https://agentmods.dev/badge/skills/qfoldit/protein-design-mcp/prospecting/github.svg)](https://agentmods.dev/skills/qfoldit/protein-design-mcp/prospecting)
Your own site
<a href="https://agentmods.dev/skills/qfoldit/protein-design-mcp/prospecting"><img src="https://agentmods.dev/badge/skills/qfoldit/protein-design-mcp/prospecting/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 qfoldit-prospecting

Your own site · 80×15
<a href="https://agentmods.dev/skills/qfoldit/protein-design-mcp/prospecting"><img src="https://agentmods.dev/badge/skills/qfoldit/protein-design-mcp/prospecting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,365 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.00208 $0.01365
Opus 5 $0.00104 $0.00682
Sonnet 5 $0.00042 $0.00273
Haiku 4.5 $0.00021 $0.00136

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

Security

Grade A, and why

qfoldit-prospecting 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/prospecting_stats.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

claude-skills/skills/prospecting/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

qfoldit-prospecting

Statistical analysis layer for microbial-community-based mineral exploration ("biogeochemical prospecting"). Given an abundance table (samples x taxa) with group labels, this skill computes diversity indices, screens for candidate indicator taxa, scores new samples, and critically, checks whether the indicator signal is actually distinguishable from chance -- because the source literature this is based on found that it often isn't, for a meaningful fraction of candidates.

Read references/model_documentation.md before answering -- it covers the real scientific basis (a 2023 peer-reviewed kimberlite study), exactly how far that evidence generalizes (one mineral system, one climate/soil setting), and the specific numbers from that study that should calibrate expectations (e.g. only 19 of 59 candidate indicators replicated from lab to field).

Two-part pipeline -- know which part you're in

  1. Raw reads -> abundance table: demultiplexing, quality filtering, OTU clustering or ASV denoising (DADA2), taxonomic classification against a reference database (e.g. SILVA). This requires QIIME2 or Mothur and real FASTQ files. This skill does not do this step. If the user only has raw sequencing files and no abundance table yet, say so plainly and explain this is a separate bioinformatics pipeline they need to run first (or ask if they have QIIME2/Mothur output already).
  2. Abundance table -> exploration signal (scripts/prospecting_stats.py): everything this skill actually does. Needs a samples x taxa count matrix and group labels (e.g. "on_deposit" vs "background") as input.

How to handle a request

  1. Check what data the user actually has. If they describe raw sequencing/FASTQ files only, this skill can't proceed until there's an abundance table -- don't pretend otherwise.
  2. Always require an explicit target_group when calling indicator_taxa_analysis -- never infer which group is "on-deposit" from label ordering. This is not a minor style point: this exact ambiguity produced a real, verified bug during this skill's own development (alphabetical sort silently swapped increaser/decreaser labels for every taxon). Always ask the user to confirm which group label means "on deposit" / "target" if it isn't obvious from the data.
  3. Run indicator discovery, then always run permutation_validity_test on the resulting indicator set before presenting it as meaningful -- do not skip this step even if the p-values from indicator_taxa_analysis look individually convincing. Report the empirical p-value plainly. If it's not significant (typically > 0.05), say so directly: this specific indicator set does not clearly separate the groups better than chance, for this dataset.
  4. Apply multiple-testing correction context: indicator_taxa_analysis does NOT auto-correct for multiple comparisons. If dozens or hundreds of taxa were tested, mention that some fraction of "significant" hits are expected by chance alone, and suggest FDR correction (e.g. Benjamini-Hochberg) before finalizing a list for field use.
  5. Never claim generalization beyond kimberlites without saying so. The published validation is for one mineral system (diamondiferous kimberlite) in one setting (Canadian subarctic till/tundra). If the user is exploring for gold, copper, lithium, or REE, or in a different climate/soil type, say explicitly that this is an extrapolation of the method to an untested system, not a validated application.
  6. Report diversity/anomaly numbers with their caveats attached, not as bare figures -- e.g. Chao1 estimates have their own uncertainty from rare-taxon undersampling; anomaly scores here are a simple, transparent scoring rule chosen for interpretability, not the source paper's exact spatial-heatmap statistic.

Read the full file on GitHub · 97 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 97 lines · 208 tokens per session scan A aed35a971471

Subscribe to this mod's changes

qfoldit-prospecting is a skill published in the GitHub repository qfoldit/Protein-Design-MCP (1 stars, last pushed 13d ago), licensed Apache-2.0. It adds 208 tokens to every session and 1,365 once invoked, about $0.0010 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-31.

Related

Other skills, from other repositories

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

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

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

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

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

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

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens