hypogenic

hypogenic is a skill for Claude Code from K-Dense-AI/scientific-agent-skills. It costs 62 tokens per session (2,899 once invoked), scanned A, original, MIT.

A workflow for using HypoGeniC and HypoRefine to generate and score candidate textual hypotheses from labeled text datasets. A hypothesis here is a proposed pattern or explanation, not scientific proof.

In plain words
What is it for?
Use it to create hypothesis banks, add information derived from literature, compare candidate textual patterns, and measure their prediction on held-out examples.
Why use it?
It helps organize possible patterns in text and test their usefulness for prediction without confusing predictive results with confirmed causes or discoveries.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create hypothesis banks, add information derived from literature, compare candidate textual patterns, and measure their prediction on held-out examples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/k-dense-ai/scientific-agent-skills/hypogenic
About the project

Scientific Agent Skills is a collection of reusable procedures that give AI agents capabilities for scientific research across areas such as biology, chemistry, medicine, and drug discovery. It is used by researchers and by people building AI scientist workflows with compatible coding agents. The catalogue contains many of the project's skills and supporting instructions.

K-Dense-AI/scientific-agent-skills · 44,469 stars · on GitHub · arxiv.org

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 K-Dense-AI/scientific-agent-skills --skill hypogenic
Clone the repo
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agent-skills

Made for: Claude Code.

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 hypogenic

README.md
[![agentmods](https://agentmods.dev/badge/skills/k-dense-ai/scientific-agent-skills/hypogenic/github.svg)](https://agentmods.dev/skills/k-dense-ai/scientific-agent-skills/hypogenic)
Your own site
<a href="https://agentmods.dev/skills/k-dense-ai/scientific-agent-skills/hypogenic"><img src="https://agentmods.dev/badge/skills/k-dense-ai/scientific-agent-skills/hypogenic/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 hypogenic

Your own site · 80×15
<a href="https://agentmods.dev/skills/k-dense-ai/scientific-agent-skills/hypogenic"><img src="https://agentmods.dev/badge/skills/k-dense-ai/scientific-agent-skills/hypogenic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,899 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. Third-party audits
  • Socket pass 12 Apr 2026
  • Snyk warn 12 Apr 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00062 $0.02899
Opus 5 $0.00031 $0.01450
Sonnet 5 $0.00012 $0.00580
Haiku 4.5 $0.00006 $0.00290

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

Security

Grade A, and why

hypogenic 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 7 executable files (scripts/__init__.py, scripts/_common.py, scripts/audit_dataset.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.

skills/hypogenic/SKILL.md · 308 lines

How it starts

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

HypoGeniC

Scope and scientific boundary

This skill covers the ChicagoHAI software repository ChicagoHAI/hypothesis-generation and PyPI package hypogenic. HypoGeniC iteratively proposes and scores textual patterns from labeled data; HypoRefine adds literature-derived information; union workflows combine banks.

Keep these boundaries explicit:

  • The output is a bank of candidate textual hypotheses and task-prediction statistics. It is not experimental confirmation, causal evidence, a clinical conclusion, or proof of scientific novelty.
  • Predictive accuracy on held-out examples assesses task utility, not truth of a mechanism. Independent scientific validation still needs domain review, suitable controls, preregistered tests where appropriate, and new evidence.
  • For researcher-led formulation of mechanisms and falsifiable predictions, use ../hypothesis-generation/SKILL.md. For open-ended ideation, use the scientific brainstorming skill.

Default workflow: local review first

Never start a model call automatically.

  1. Classify the request: HypoGeniC software use, general hypothesis formulation, or downstream scientific validation.
  2. Record the exact package, source, dataset, model/provider, destination, split policy, output path, and budgets.
  3. Validate the local run policy and official task config.
  4. Audit dataset checksums, schemas, duplicates, and split leakage.
  5. Generate a bounded cost/run plan. Review provider retention and current pricing outside the package.
  6. Ask for separate confirmation before any external LLM call, model download, or upload of dataset text.
  7. Inspect the resulting hypothesis bank locally.
  8. Evaluate once on the preserved test split and report limitations.

The bundled scripts are deterministic, bounded, local-only, and never import hypogenic, contact a model, load .env, enumerate the environment, or execute text found in configs, datasets, hypotheses, or results.

Reproducible installation

Read the full file on GitHub · 308 lines

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 Changed · +17 lines dc3095345cb1
  2. 13d ago First seen · 291 lines · 62 tokens per session scan A 0552dd52a0ce

Subscribe to this mod's changes

hypogenic is a skill published in the GitHub repository K-Dense-AI/scientific-agent-skills (44,469 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 2,899 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

bio-prefect-dask-nextflow

Design reproducible bioinformatics pipelines with Prefect plus Dask or Nextflow. Use when scaffolding local, distributed, or scheduler-backed workflows.

fmschulz/omics-skills · 37 tokens

discovery-toolbox

A routed repertoire of 90 scientific thinking operators for biological research agents - visual reasoning, detectability and information budgets, search reframing, causal identification, competing explanations, observation and selection processes, pipeline artifact diagnosis, effort allocation, and confirmation…

dekan-aleksandr/biodiscovery-skills · 122 tokens

rdkit-qsar-pharmacophore

Computes 2048-bit ECFP4 Morgan fingerprints from SMILES, trains LightGBM regressors for pIC50 prediction, and extracts SHAP feature attributions.

YuliaNuzhnenko/bioinformatics-agent-skills · 46 tokens

discovery-director

Operate as a research director making original discoveries from a given biological question and dataset. Use when the task is open-ended scientific research, exploring omics or experimental data for findings, hypothesis generation and testing, screening a large candidate space of genes, variants, features or…

dekan-aleksandr/biodiscovery-skills · 114 tokens

bulk-rnaseq-counts-to-de-deseq2

Run differential expression analysis on bulk RNA-seq count data with DESeq2 (R). Covers DESeqDataSet construction from a count matrix, tximport (Salmon/Kallisto), featureCounts, or SummarizedExperiment; pre-filtering; design formulas (simple, batch, paired, interaction, multi-factor, LRT); result extraction by…

hossainlab/omics-skills · 141 tokens

seurat-skill

Comprehensive Seurat v5 (R) guide for single-cell RNA-seq and multimodal analysis. Covers installation, standard workflows (Normalize/SCTransform), clustering, integration (CCA/RPCA/Harmony), differential expression (FindMarkers/FindAllMarkers), visualization (DimPlot/FeaturePlot/VlnPlot/DoHeatmap), spatial…

Agents365-ai/seurat-skill · 167 tokens