pheno
by talmolabv1.0.0
Claude Code skills for the Bhatt Lab phenotyping platform (HCM, SLEAP, database queries)
1 skill GitHub
Documentation
# pheno-claude-plugins Claude Code skills for the Bhatt Lab phenotyping platform. ## Install ``` /plugin marketplace add talmolab/pheno-claude-plugins ``` ## Skills | Skill | Invocation | Description | |-------|------------|-------------| | `db-query` | `/pheno:db-query [question]` | Query the HCM PostgreSQL database using natural language | ## Usage ``` /pheno:db-query how many hours of SOD1 recordings aged 60-90 days? /pheno:db-query show failed recordings from the last 24 hours /pheno:db-query which batches are currently active? /pheno:db-query worker throughput in the last 7 days ``` ## Requirements - Database access: `AGENT_DATABASE_URL` or `DATABASE_URL` in `.env` - Python dependencies: `sqlalchemy`, `dotenv` (available via `uv` in hcm-core)