CtrlK
BlogDocsLog inGet started
Tessl Logo

gtex-eqtl-skill

Fetch GTEx single-tissue eQTL associations from one variant input by accepting rsID, GRCh37, or GRCh38 input and resolving to the required GRCh38 query for the GTEx v2 API. Use when a user wants eQTL associations returned as JSON.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a tight, well-structured spec for a simple single-purpose skill: concrete I/O shapes, an exact query format, and an executable invocation, with detail appropriately delegated to scripts/gtex_eqtl.py one level deep. No padding, no concept explanations. No improvements needed.

DimensionReasoningScore

Conciseness

Lean body with no explanations of concepts Claude already knows (no preamble on what GTEx/eQTL is); every line is a rule, an input/output shape, or an execution instruction.

3 / 3

Actionability

Provides fully executable guidance: exact GTEx variantId format "chr{chrom}_{pos}_{ref}_{alt}_b38", concrete JSON I/O shapes, and a copy-paste-ready command "echo '{...}' | python scripts/gtex_eqtl.py".

3 / 3

Workflow Clarity

A simple single-task API-fetch skill; the "Operating rules" section sequences resolve-input → format variantId → call → return-one-JSON unambiguously. The operation is non-destructive, so the missing-validation cap does not apply.

3 / 3

Progressive Disclosure

Well-organized into clear sections (Operating rules, Input, Output, Execution) with a single one-level-deep reference to a real file, scripts/gtex_eqtl.py, clearly signaled under Execution.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise, specific, and complete — it names concrete actions, uses natural trigger terms, and explicitly states both what the skill does and when to use it. Third-person voice is maintained throughout. No improvements needed.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: "Fetch GTEx single-tissue eQTL associations", accepting rsID/GRCh37/GRCh38, and "resolving to the required GRCh38 query for the GTEx v2 API".

3 / 3

Completeness

Explicitly answers both what ("Fetch GTEx single-tissue eQTL associations") and when ("Use when a user wants eQTL associations returned as JSON").

3 / 3

Trigger Term Quality

Uses natural domain terms a genomics user would actually say — "eQTL associations", "rsID", "GRCh37", "GRCh38", "JSON" — with good coverage and no jargon-only phrasing.

3 / 3

Distinctiveness Conflict Risk

Highly niche (GTEx v2 single-tissue eQTL) with distinct, specific triggers, making conflict with other skills unlikely.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.