adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria
$ npx -y skills add k-dense-ai/claude-scientific-skills --skill onekgpd --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/onekgpdContext preview
The summary Claude sees to decide when to auto-load this skill.
Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria
name: onekgpd description: > Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria in a gene or region, which individuals are homozygous-reference at a position, which variants exist in the dataset or carried by specified individuals in a gene or region, the relatedness between two specified individuals. Variants are returned with 1000 Genomes allele frequencies (AF), gnomAD v4.1 exome and genome AF, AlphaMissense score, and HGVSp annotations. license: MIT compatibility: Requires Python >=3.11. Variant and sample queries require outbound network access to the public 1000 Genomes query endpoint over TLS; the sample/population metadata commands run fully offline over a data file bundled in the skill. No credentials, API keys, or environment variables are used. allowed-tools: Write Bash metadata: version: "1.2" skill-author: Dnaerys
This skill queries the 1000 Genomes Project dataset — the extended high-coverage cohort of 3,202 whole-genome-sequenced individuals, on the GRCh38 assembly. All results are drawn from this cohort, and sample names returned by the skill (for example `HG00096` or `NA21130`) identify its participants.
Queries resolve against the cohort's per-individual genotype data. This supports two complementary classes of question: selecting **variants** carried within a region (across the whole cohort or within a specified set of individuals), and selecting the **individuals** who carry variants matching given criteria. Variant selection can be filtered by allele frequency, predicted consequence, clinical significance, AlphaMissense classification, and the other annotation axes listed below. Relatedness between two named individuals is also available.
The genotype state in which a variant is carried — heterozygous or homozygous — is a criterion that queries may specify; results are returned as variants or as sample names, not as raw genotypes.
**Use this skill when you need to:**
across the whole cohort (`select-variants`).
in specific set of individuals (`select-variants-in-samples`).
in a region or set of regions (`select-samples`).
carriage, or query both together (default).
(`select-samples-hom-ref`).
both the degree (twin / 1st / 2nd / 3rd / unrelated) and the KING kinship coefficient (`kinship`).
(`dataset-info`).
gnomAD 4.1 genome allele frequency, AlphaMissense Score and AlphaMissense Class, ClinVar significance (202502), and VEP annotations (impact, biotype, feature type, variant class, consequences).
**Do NOT use this skill for:**
reference sequence. Resolve coordinates first (see Coordinate Provenance below), then query this skill with the resolved GRCh38 region.
dataset.
1. **`uv`**: This skill's script is run with `uv run`, which reads the script's inline dependency metadata and provisions an ephemeral environment. Ensure `uv` is installed and on PATH (https://docs.astral.sh/uv/). 2. **Data use terms**: The 1000 Genomes Project data is open; users should be aware of the 1000 Genomes Project / IGSR data-use terms (https://www.internationalgenome.org/data). 3. **Access constraints**: There is no API key, no `.env` file, and no rate-limit token to configure. 4. **No credentials required**
constructing your own client calls or network requests. Use `scripts/onekgpd_api.py` for variant/sample/kinship queries (it handles the connection, streaming, pagination, and JSON serialization), and `scripts/onekgpd_meta.py` for sample/population metadata (offline, see [Sample & population metadata](#sample--population-metadata-offline)).
[Coordinate Provenance](#coordinate-provenance-mandatory-first-step). This is mandatory, not advisory.
counting command. Call the count command FIRST to size the result set, then select only if the count is manageable.
heterozygous and homozygous carriage by default. Narrow with `--het-only` or `--hom-only` when the question is specifically about one state. (You do not need to pass anything to get both.)
`/tmp/`) and print a concise summary to stdout. Do not read large JSON files into context — use `jq` or a small disposable `uv run python` snippet to extract fields.
Before any region-based query, resolve the gene or feature
🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP…
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data…
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree…
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk…