Community workflows for BioRouter — an AI-powered integrated research environment for biomedical discovery built by UCSF's Baranzini Lab.
Workflows (.yaml files) define reusable AI agent tasks in BioRouter. Each workflow specifies:
- A title and description
- Instructions for the agent
- Activities (example prompts to get started)
- Extensions (built-in MCP tools the agent can use)
| Workflow | Description |
|---|---|
| EHR Diabetes Dashboard | Query an OMOP-based EHR for a T2D patient cohort, summarize demographics, and produce HTML reports or R Shiny dashboards |
- Copy a
.yamlfile from theworkflows/directory. - Place it in your BioRouter workflows directory (
~/.config/biorouter/skills/or via the BioRouter UI). - Load the workflow in BioRouter and start with one of the suggested activities.
Submit a pull request to share your own BioRouter workflows with the community!