CtrlK
BlogDocsLog inGet started
Tessl Logo

genomic-intelligence

Predict regulatory features, gene structure, and expression directly from DNA sequence using Genomic Intelligence's hosted transformer DNA language models — no local GPU or model weights. Six tasks over a REST API and a hosted MCP server (keyless public demo): promoter regions, splice donor/acceptor sites, enhancer activity, chromatin state, sequence-to-expression (log TPM), and de-novo gene annotation, plus a composite find-genes-then-predict-expression workflow. Use when the user has a gene symbol, a genomic region, or a DNA/FASTA sequence and wants any of these predictions, mentions Genomic Intelligence, genomicintelligence.ai, api.genomicintelligence.ai, or mcp.genomicintelligence.ai.

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-5

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

A tightly written, highly actionable skill body: it provides executable REST and MCP workflows with exact tool signatures and a concrete error table, sequences multi-step flows with validation checkpoints and retry guidance, and pushes per-task detail into well-signaled reference files that all exist. It assumes Claude's competence and wastes few tokens.

DimensionReasoningScore

Conciseness

Lean and efficient throughout: it assumes Claude's competence (no explanation of what a REST API, FASTA, or DNA language model is) and every section earns its tokens, with the brief intro serving as an orienting frame rather than padding.

5 / 5

Actionability

Fully executable guidance: copy-paste REST Python with a reusable predict() helper, exact MCP tool signatures (e.g. fetch_gene_for_expression(gene=...), predict_expression(sequence_ref=<ref>, description=...)), precise length bounds, and an error-code table mapping each code to a concrete action.

5 / 5

Workflow Clarity

Clear sequences with explicit checkpoints: the async annotation flow shows submit→get job_id→poll-until-200 with sleep and a terminal-state note, and the expression task enforces validation (exactly 9,198 bp + description) with feedback loops for 429 back-off/retry and 422 validation failures.

5 / 5

Progressive Disclosure

SKILL.md is a clear overview with well-signaled, one-level-deep references to four real files (references/tasks.md, api-and-auth.md, mcp.md, sequence-acquisition.md), each described by what it contains, keeping the overview concise while routing detail off-page.

5 / 5

Total

20

/

20

Passed

Description

100%Weight 40%Scale 1-5

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

An exemplary description: it names six concrete prediction tasks plus a composite workflow, states the distinctive delivery model (hosted, keyless demo), and gives explicit natural trigger conditions including brand names and hostnames. Both the 'what' and 'when' are answered with concrete, non-generic phrasing.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions comprehensively — "promoter regions, splice donor/acceptor sites, enhancer activity, chromatin state, sequence-to-expression (log TPM), and de-novo gene annotation, plus a composite find-genes-then-predict-expression workflow" — matching the comprehensive-coverage anchor.

5 / 5

Completeness

Explicitly answers both what (the six tasks plus the composite workflow) and when ("Use when the user has a gene symbol, a genomic region, or a DNA/FASTA sequence and wants any of these predictions") with concrete trigger phrases, matching the anchor 5 example.

5 / 5

Trigger Term Quality

Covers natural user phrasings with synonyms and identifiers — "gene symbol, a genomic region, or a DNA/FASTA sequence" plus domain terms and hostnames (genomicintelligence.ai, api.genomicintelligence.ai, mcp.genomicintelligence.ai), matching the comprehensive-synonyms anchor.

5 / 5

Distinctiveness Conflict Risk

A clear niche (hosted transformer DNA language model inference with no local GPU/weights) tied to distinct brand-named triggers (Genomic Intelligence, the .ai hostnames), giving minimal conflict risk with other skills.

5 / 5

Total

20

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

Total

15

/

16

Passed

Repository
K-Dense-AI/scientific-agent-skills
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.