CommunityEscrita e Ediçãogithub.com

Alim430/bioresearch-agent

Executable biomedical workflows for AI assistants — literature analysis, biomarker discovery, and Mendelian randomization through reproducible agent skills.

O que é bioresearch-agent?

bioresearch-agent is a Claude Code agent skill that executable biomedical workflows for AI assistants — literature analysis, biomarker discovery, and Mendelian randomization through reproducible agent skills.

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add Alim430/bioresearch-agent

Installed? Explore more Escrita e Edição skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Perguntar na sua IA favorita

Abre um novo chat com esta habilidade de agente já pré-carregada.

Documentação

BioResearch Agent — Agent Router Skill

Capability

A rule-based intent classifier that translates a free-text research request into one of the framework's workflows/skills:

RouteWorkflow / skill
literatureLiterature review + co-occurrence graph (bioresearch-literature-analysis)
biomarkerBiomarker discovery — DEG + enrichment (bioresearch-biomarker-discovery)
causalMendelian randomization (bioresearch-causal-inference)
case-studyDisease case study / validation run (bioresearch-disease-case-study)
doctorEnvironment & reproducibility check (bioresearch-environment-check)

It is intent translation, not reasoning: it maps a request to an existing workflow and emits the matching CLI command. It does not generate, rank, or evaluate hypotheses, and uses no model and no network — the same input always yields the same route (deterministic).

Run

bioresearch route "find biomarkers for Parkinson's disease using GSE7621"
bioresearch route "test the causal effect of BMI on type 2 diabetes with Mendelian randomization"

Output is JSON: {route, confidence, matched_keywords, scores, rationale, suggestion} plus a suggested CLI command. confidence is the share of all matched keywords belonging to the winning route; an unmatched intent returns route: "unknown" with a suggestion list of available routes.

When to invoke

An agent should call this router first when it gets an ambiguous or free-form biomedical request, to decide which specialized skill/workflow to dispatch to. It is the entry funnel of the skill system — not a replacement for the analysis skills themselves.

Note

Honest scope: keyword-substring matching only. It will not understand paraphrases that contain none of the known keywords (it then returns unknown rather than guessing). Extend bioresearch/router.py:ROUTE_KEYWORDS to cover new phrasing.

Habilidades Relacionadas

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community