Readmygenome
Description
Claude skill for reading .genome bundles correctly, with provenance.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
readmygenome
*A Claude skill that lets AI read `.genome` bundles correctly.*
Drop `readmygenome.md` into Claude's skills folder. Upload a `.genome/1.0` bundle. Ask anything.
you: What actionable findings do I have?
claude: [validates the bundle, runs the canonical query, returns findings
with gene, HGVSp, ClinVar significance, and review stars — citing
the exact is_actionable rule from the bundle's manifest]
What this is
`.genome` is an open specification for a consumer genome file designed to be read by an AI ([github.com/genome-computer/genome-spec](https://github.com/genome-computer/genome-spec)). This skill is the operational integration that lets Claude reason over a `.genome` bundle without re-introducing the failure modes the bundle was designed to prevent.
The skill is deliberately narrow. It answers factual questions about a bundle's contents, with provenance, against a versioned schema. It does not provide medical advice, drug recommendations, or diagnostic conclusions.
Install
**One-line install** (from the repository root):
cp readmygenome.md ~/.claude/skills/readmygenome/SKILL.md
cp -r scripts reference requirements.txt ~/.claude/skills/readmygenome/
Claude's skill loader looks for a file named `SKILL.md` inside each skill directory — the file in this repo is named `readmygenome.md` because that is the product name you'll see everywhere else. The rename is a one-line copy.
Python dependencies for the helper scripts:
pip install -r requirements.txt
That installs `duckdb`, `pyarrow`, and `jsonschema`.
Verify the install
Open a Claude conversation and type:
*What skills do you have loaded?*
You should see `readmygenome` in the list. If not, check that `~/.claude/skills/readmygenome/SKILL.md` exists and that its YAML frontmatter contains `name: readmygenome`.
Using with other agent systems
The heart of the skill is `readmygenome.md` — a single markdown file with YAML fron
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11