Skip to content

Releases: BaranziniLab/biorouter-workflows

Superpowers Skill Collection

08 May 01:20

Choose a tag to compare

Superpowers Skill Collection

A curated collection of Claude Code engineering discipline skills — brainstorming, test-driven development, systematic debugging, parallel agent dispatch, and more. These skills guide BioRouter through complex multi-step software engineering tasks with proven workflows.

Skills Included

  • brainstorming — structured ideation before building features
  • test-driven-development — TDD workflow for features and bugfixes
  • systematic-debugging — root-cause analysis before proposing fixes
  • dispatching-parallel-agents — coordinate multiple independent tasks
  • executing-plans — structured plan execution with review checkpoints
  • writing-plans — implementation planning from specs
  • using-git-worktrees — isolated feature branches via git worktrees
  • finishing-a-development-branch — branch completion checklist
  • requesting-code-review — structured code review requests
  • receiving-code-review — implementing review feedback
  • writing-skills — creating new reusable skills

Installation

  1. Download superpowers.zip
  2. Unzip — the archive contains a superpowers/ folder with sub-skill directories
  3. Place the sub-skill folders (e.g., brainstorming/, systematic-debugging/, etc.) in ~/.config/biorouter/skills/
  4. Skills appear automatically in BioRouter → Skills

Usage

Each skill is invocable with /skill-name (e.g., /brainstorming, /systematic-debugging).

Ralph PRD Converter Skill

08 May 01:20

Choose a tag to compare

Ralph PRD Converter Skill

Converts a markdown PRD into prd.json format — the structured format the Ralph autonomous agent loop uses to execute one user story per iteration.

What it does

  • Parses markdown PRDs into structured user stories
  • Sizes stories for one-iteration autonomous runs
  • Outputs valid prd.json for the Ralph agent loop

Installation

  1. Download ralph.zip
  2. Unzip and place the ralph/ folder in ~/.config/biorouter/skills/
  3. In BioRouter → Skills — the skill appears automatically

Usage

Invoke with /ralph and paste or reference your PRD markdown.

R Scripting Skill

08 May 01:20

Choose a tag to compare

R Scripting Skill

Applies R scripting conventions automatically whenever BioRouter writes, edits, or reviews R code — consistent tidyverse style, documentation, and best practices.

What it does

  • Enforces tidyverse conventions and pipe usage
  • Guides data frame operations and function documentation
  • Applied automatically to any R coding task

Installation

  1. Download r-scripting.zip
  2. Unzip and place the r-scripting/ folder in ~/.config/biorouter/skills/
  3. Skill activates automatically for any R coding task

Usage

Activated automatically when writing R code. No manual invocation needed.

Python Scripting Skill

08 May 01:20

Choose a tag to compare

Python Scripting Skill

Applies Python scripting conventions automatically whenever BioRouter writes, edits, or reviews Python code — consistent style, error handling, and best practices with no extra prompting.

What it does

  • Enforces naming conventions, typing, and project structure
  • Guides error handling and logging patterns
  • Applied automatically to any Python coding task

Installation

  1. Download python-scripting.zip
  2. Unzip and place the python-scripting/ folder in ~/.config/biorouter/skills/
  3. Skill activates automatically for any Python coding task

Usage

Activated automatically when writing Python code. No manual invocation needed.

PRD Generator Skill

08 May 01:20

Choose a tag to compare

PRD Generator Skill

Generates detailed Product Requirements Documents (PRDs) that are clear, actionable, and suitable for implementation — covering problem statement, user stories, acceptance criteria, and technical considerations.

What it does

  • Structures PRDs with consistent sections
  • Generates measurable acceptance criteria
  • Identifies technical dependencies and edge cases

Installation

  1. Download prd.zip
  2. Unzip and place the prd/ folder in ~/.config/biorouter/skills/
  3. In BioRouter → Skills — the skill appears automatically

Usage

Invoke with /prd when planning a new feature or project.

ggplot2 Visualization Skill

08 May 01:20

Choose a tag to compare

ggplot2 Visualization Skill

Applies ggplot2 best-practice style rules whenever BioRouter writes or modifies R plotting code — consistent, publication-quality visualizations with no extra prompting.

What it does

  • Enforces theme, color palette, and labeling conventions
  • Ensures proper axis formatting and legend placement
  • Applied automatically when writing any ggplot2 code

Installation

  1. Download ggplot-visualization.zip
  2. Unzip and place the ggplot-visualization/ folder in ~/.config/biorouter/skills/
  3. Skill activates automatically for any R/ggplot2 coding task

Usage

Activated automatically when writing ggplot2 code. No manual invocation needed.

Develop BioRouter Extension Skill

08 May 01:20

Choose a tag to compare

Develop BioRouter Extension Skill

A complete guide for building a BioRouter extension (.brxt file) — covers required directory structure, manifest.json schema, Python MCP server setup with uv, and how to bundle skills inside the package.

What it does

  • Scaffolds a correct .brxt directory layout
  • Explains the manifest.json fields (name, version, command, envs, skills)
  • Guides Python MCP server implementation
  • Shows how to bundle skill SKILL.md files inside the extension

Installation

  1. Download develop-biorouter-extension.zip
  2. Unzip and place the develop-biorouter-extension/ folder in ~/.config/biorouter/skills/
  3. In BioRouter → Skills — the skill appears automatically

Usage

Invoke with /develop-biorouter-extension when building a new BioRouter extension.

Anti-AI Writing Skill

08 May 01:20

Choose a tag to compare

Anti-AI Writing Skill

Teaches BioRouter to avoid common AI writing patterns when generating prose, articles, summaries, and essays. Use this skill to produce natural, human-quality written content.

What it does

  • Enforces a pass/fail checklist of anti-patterns to avoid
  • Catches generic openers, hollow hedges, symmetrical bullet lists, and other machine-tell signs
  • Applies to any prose output: reports, summaries, articles, emails

Installation

  1. Download anti-ai-writing.zip
  2. Unzip and place the anti-ai-writing/ folder in ~/.config/biorouter/skills/
  3. In BioRouter → Skills — the skill appears automatically

Usage

Invoke with /anti-ai-writing before generating any substantial written content.