|
1 | 1 | --- |
2 | | -title: ClawBio Hackathon — Agentic Genomics |
3 | | -description: Build AI-powered bioinformatics skills at Imperial College London. 19 March 2026. |
| 2 | +title: ClawBio Documentation |
| 3 | +description: Technical documentation, tutorials, skill reference, and research projects for ClawBio, the bioinformatics-native AI agent skill library. |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | <div class="hero"> |
7 | | - <h1 class="hero__title">ClawBio Hackathon: Agentic Genomics</h1> |
8 | | - <p class="hero__subtitle">19 March 2026 · Imperial College London · Build AI skills for bioinformatics</p> |
| 7 | + <h1 class="hero__title">ClawBio Documentation</h1> |
| 8 | + <p class="hero__subtitle">Technical docs, tutorials, and research for the bioinformatics AI skill library</p> |
9 | 9 | <p> |
10 | | - <a href="https://luma.com/kolhdoi9" class="md-button md-button--primary">Register on Luma</a> |
| 10 | + <a href="https://clawbio.ai" class="md-button md-button--primary">ClawBio Home</a> |
11 | 11 | |
12 | | - <a href="hackathon/" class="md-button">Hackathon Guide</a> |
| 12 | + <a href="https://github.com/ClawBio/ClawBio" class="md-button">GitHub</a> |
13 | 13 | </p> |
14 | 14 | </div> |
15 | 15 |
|
16 | | -<h2 class="section-heading">Quick Path</h2> |
| 16 | +<h2 class="section-heading">Get Started</h2> |
17 | 17 |
|
18 | 18 | <div class="tutorial-cards"> |
19 | 19 |
|
20 | | -<a class="tutorial-card" href="hackathon/"> |
| 20 | +<a class="tutorial-card" href="tutorials/setup/"> |
21 | 21 | <div class="tutorial-card__header"> |
22 | | - <span class="difficulty-badge difficulty-badge--event">Event</span> |
23 | | - <span class="time-estimate">5 min</span> |
24 | | - </div> |
25 | | - <h3 class="tutorial-card__title">Hackathon Guide</h3> |
26 | | - <p class="tutorial-card__desc">Full timetable, tracks, judging criteria, and project ideas.</p> |
27 | | -</a> |
28 | | - |
29 | | -<a class="tutorial-card" href="hackathon/presentation/"> |
30 | | - <div class="tutorial-card__header"> |
31 | | - <span class="difficulty-badge difficulty-badge--event">Event</span> |
| 22 | + <span class="difficulty-badge difficulty-badge--beginner">Beginner</span> |
32 | 23 | <span class="time-estimate">10 min</span> |
33 | 24 | </div> |
34 | | - <h3 class="tutorial-card__title">Presentation Slides</h3> |
35 | | - <p class="tutorial-card__desc">Intro slides covering ClawBio, SKILL.md, and what to build today.</p> |
| 25 | + <h3 class="tutorial-card__title">Setup</h3> |
| 26 | + <p class="tutorial-card__desc">Clone ClawBio, install dependencies, and run your first demo skill.</p> |
36 | 27 | </a> |
37 | 28 |
|
38 | | -<a class="tutorial-card" href="hackathon/agentic-tools/"> |
| 29 | +<a class="tutorial-card" href="tutorials/run-your-first-skill/"> |
39 | 30 | <div class="tutorial-card__header"> |
40 | | - <span class="difficulty-badge difficulty-badge--tutorial">Tutorial</span> |
| 31 | + <span class="difficulty-badge difficulty-badge--beginner">Beginner</span> |
41 | 32 | <span class="time-estimate">15 min</span> |
42 | 33 | </div> |
43 | | - <h3 class="tutorial-card__title">Agentic Tools Tutorial</h3> |
44 | | - <p class="tutorial-card__desc">Use Claude Code and AI coding assistants to build skills faster.</p> |
| 34 | + <h3 class="tutorial-card__title">Run Your First Skill</h3> |
| 35 | + <p class="tutorial-card__desc">Run PharmGx, Equity Scorer, or NutriGx with demo data and explore the output.</p> |
45 | 36 | </a> |
46 | 37 |
|
47 | | -<a class="tutorial-card" href="hackathon/setup/"> |
| 38 | +<a class="tutorial-card" href="tutorials/build-a-skill/"> |
48 | 39 | <div class="tutorial-card__header"> |
49 | | - <span class="difficulty-badge difficulty-badge--beginner">Beginner</span> |
50 | | - <span class="time-estimate">10 min</span> |
51 | | - <span class="tutorial-card__step">STEP 1</span> |
| 40 | + <span class="difficulty-badge difficulty-badge--intermediate">Intermediate</span> |
| 41 | + <span class="time-estimate">30 min</span> |
52 | 42 | </div> |
53 | | - <h3 class="tutorial-card__title">Setup</h3> |
54 | | - <p class="tutorial-card__desc">Clone ClawBio, install dependencies, and run your first demo skill.</p> |
| 43 | + <h3 class="tutorial-card__title">Build a Skill</h3> |
| 44 | + <p class="tutorial-card__desc">Write a SKILL.md, add Python implementation, and submit a PR.</p> |
55 | 45 | </a> |
56 | 46 |
|
57 | | -<a class="tutorial-card" href="hackathon/first-skill/"> |
| 47 | +<a class="tutorial-card" href="skills/"> |
58 | 48 | <div class="tutorial-card__header"> |
59 | | - <span class="difficulty-badge difficulty-badge--beginner">Beginner</span> |
60 | | - <span class="time-estimate">20 min</span> |
61 | | - <span class="tutorial-card__step">STEP 2</span> |
| 49 | + <span class="difficulty-badge difficulty-badge--tutorial">Reference</span> |
62 | 50 | </div> |
63 | | - <h3 class="tutorial-card__title">Your First Skill</h3> |
64 | | - <p class="tutorial-card__desc">Write a SKILL.md from scratch and see it run end-to-end.</p> |
| 51 | + <h3 class="tutorial-card__title">Skill Library</h3> |
| 52 | + <p class="tutorial-card__desc">Browse all available skills: pharmacogenomics, GWAS, scRNA-seq, equity scoring, and more.</p> |
65 | 53 | </a> |
66 | 54 |
|
67 | | -<a class="tutorial-card" href="hackathon/add-python/"> |
| 55 | +<a class="tutorial-card" href="research/"> |
68 | 56 | <div class="tutorial-card__header"> |
69 | | - <span class="difficulty-badge difficulty-badge--intermediate">Intermediate</span> |
70 | | - <span class="time-estimate">20 min</span> |
71 | | - <span class="tutorial-card__step">STEP 3</span> |
| 57 | + <span class="difficulty-badge difficulty-badge--event">Research</span> |
72 | 58 | </div> |
73 | | - <h3 class="tutorial-card__title">Add Python</h3> |
74 | | - <p class="tutorial-card__desc">Add a Python implementation to your skill with real bioinformatics logic.</p> |
| 59 | + <h3 class="tutorial-card__title">Research Projects</h3> |
| 60 | + <p class="tutorial-card__desc">Active research built on ClawBio: Genomebook, HEIM, and more.</p> |
75 | 61 | </a> |
76 | 62 |
|
77 | | -<a class="tutorial-card" href="hackathon/submit/"> |
| 63 | +<a class="tutorial-card" href="deployment/"> |
78 | 64 | <div class="tutorial-card__header"> |
79 | | - <span class="difficulty-badge difficulty-badge--beginner">Beginner</span> |
80 | | - <span class="time-estimate">10 min</span> |
81 | | - <span class="tutorial-card__step">STEP 4</span> |
| 65 | + <span class="difficulty-badge difficulty-badge--intermediate">Intermediate</span> |
82 | 66 | </div> |
83 | | - <h3 class="tutorial-card__title">Test & Submit</h3> |
84 | | - <p class="tutorial-card__desc">Validate your skill, run tests, and submit your hackathon entry.</p> |
| 67 | + <h3 class="tutorial-card__title">Deployment</h3> |
| 68 | + <p class="tutorial-card__desc">Deploy ClawBio via Docker, Railway, or private cloud.</p> |
85 | 69 | </a> |
86 | 70 |
|
87 | 71 | </div> |
88 | 72 |
|
89 | 73 | --- |
90 | 74 |
|
91 | | -[Skill Library](skills/index.md) · [SKILL.md Spec](reference/skillmd-spec.md) · [Contributing](contributing/index.md) · [All Tutorials](tutorials/index.md) |
| 75 | +## Quick Install |
| 76 | + |
| 77 | +```bash |
| 78 | +git clone https://github.com/ClawBio/ClawBio.git && cd ClawBio |
| 79 | +pip install -r requirements.txt |
| 80 | +python clawbio.py run pharmgx --demo |
| 81 | +``` |
| 82 | + |
| 83 | +--- |
| 84 | + |
| 85 | +[Skill Library](skills/index.md) · [SKILL.md Spec](reference/skillmd-spec.md) · [Contributing](contributing/index.md) · [All Tutorials](tutorials/index.md) · [Research](research/index.md) |
0 commit comments