Tutorials¶
Hands-on guides to get productive with AI coding tools and ClawBio. Each tutorial includes difficulty ratings and time estimates.
Basics — AI Coding Tools
Setup
Get started with AI coding tools — install an agent, connect to a provider, and run your first prompt.
Penguins Analysis
Data analysis with AI assistants — explore a real dataset, write code with suggestions, and produce publication-ready plots.
Journal Club Slides
Create presentations from papers — feed a PDF to an agent and receive a structured slide deck ready to present.
Single Cell Portal
Build an interactive scRNA-seq viewer — scaffold a web app that lets users explore dimensionality-reduction plots.
Context Management
Understand context windows and costs — learn how context rot develops and how to use /compact to keep runs cheap and accurate.
APM
Dependency manager for AI context — use the Agent Package Manager to declare, version, and inject context modules automatically.
Extras — AI Coding Tools
Rules and Memory
Create rule files and memory to customise AI agent behaviour across sessions.
GitHub Education
Apply for GitHub Education benefits and activate Copilot Pro with Claude — free for students.
Building Custom Agents
Create specialised AI agents with custom instructions, temperature settings, and tool access.
tmux Sessions
Run multiple AI coding sessions side-by-side using tmux for parallel workflows.
ClawBio Tutorials
Run Your First Skill
Clone the repo, install dependencies, run the PharmGx demo, and understand ClawBio's input-output flow.
Build a Skill
Write a complete ClawBio skill from scratch — SKILL.md, Python, demo data, validation.
Telegram Bot
Deploy RoboTerri — a Telegram bot that runs ClawBio skills via any LLM provider.
Variant Interpretation Workshop
Annotate a real human genome in Google Colab. No installation, no terminal, no prior experience required. Covers variant annotation, pharmacogenomics, and clinical interpretation.
30x WGS Workshop
Explore a real 30x whole-genome sequence in Google Colab. Structural variants, QC metrics, pharmacogenomics comparison. Goes beyond what SNP arrays can see.
Prerequisites¶
All tutorials assume you have:
- Python 3.11+ installed
- Git installed
- A GitHub account
- A terminal / command line
The beginner tutorials cover setup from scratch. Intermediate and advanced tutorials assume you've completed the setup tutorial or the Hackathon Setup.