From zero to MVP in one afternoon
Cameron Lloyd · ClawBio
KCL Hackathon · 18 June 2026
SKILL.md that the agent discovers, plus code, tests, and demo dataClawBio skills follow the open Agent Skills specification (agentskills.io), originally developed by Anthropic
You need a coding agent: Claude Code, Codex, Gemini CLI, or similar. They all read the project instructions.
/plan — planning before coding saves tokens, saves time, and catches bad ideas early./compact — long conversations cause context rot: the agent forgets earlier details. Compacting summarises the history so it can keep going.docs.clawbio.ai/tutorials/setup
docs.clawbio.ai/tutorials/build-a-skill
# 1. You need a GitHub account (github.com/join) # So you can push code and open a pull request # 2. Fork ClawBio/ClawBio on GitHub and clone your fork # Your agent works locally on your copy of the repo
Your agent can help with all of this — forking, cloning, pushing code, opening PRs.
The most important thing today isn't the AI — it's everyone in this room. Share your domain expertise.
Before you write any code, discuss with the people around you:
Aim for an MVP. A plan prevents scope creep. If you can't explain it in one sentence, it's too big.
Do this before you touch any code.
You don't have to write a new skill from scratch. Pick any of these:
# 1. Open an issue for your skill "Open an issue on ClawBio/ClawBio using the new skill proposal template" # 2. Start building "I want to build a new ClawBio skill that <solves your problem>. Ask me any clarifying questions."
Respect original works. Cite research properly — LLMs hallucinate references. Never assume scientific correctness — validate against the original.
See rewrites.bio by Seqera · Stuck? Raise your hand — helpers are here.
Agent skills teach your coding agent how to work. Install them with npx skills add.
obra/superpowers) — brainstorming, TDD, planning, debugging. A full dev workflow.mattpocock/skills@grilling) — the agent interviews you about every aspect of your plan, one question at a time, until the design is solid.Use skills to help write your own skills more effectively — Superpowers enforces TDD and planning, Grilling sharpens your spec before you start.
Browse more at skills.sh — or npx skills find <query>
Unfinished is fine. Unpushed is lost.
github.com/ClawBio/ClawBio · clawbio.ai