Skip to content

yojiro253-del/BioForge

Repository files navigation

BioForge

Turn any AI coding agent into a synthetic-biology research assistant.

I fed my AI agent two microbiology papers and had a clean summary of the organisms, genes, and methods, plus a first-draft antimicrobial-surface design, in under 20 minutes. No lab, no PhD, no paid API.

BioForge is a skill pack for AI coding agents (Claude Code, Cursor, OpenCode). There is no orchestrator to install; your agent IS the orchestrator. Drop the pack in, point it at a paper, and it does the reading and structuring for you.

Design, research, and learning only. Built for students, iGEM teams, and science-fair projects. Not for making anything dangerous. See SAFETY.md.

Install in 60 seconds

git clone https://github.com/yojiro253-del/BioForge.git
cd BioForge && ./install.sh

Point your agent at ./skills. Text papers need zero dependencies. For PDFs run pip install PyMuPDF. Then ask your agent to use the paper-extractor skill on examples/antimicrobial-surface/paper1.txt.

What is inside

  • literature-search: queries Semantic Scholar for papers. No API key needed.
  • paper-extractor: reads a paper (PDF or text), extracts organisms, genes, and methods.

They chain: search for papers, then extract from the best ones.

For iGEM teams and student researchers

iGEM runs a Software Track and hosts team code on GitHub. BioForge is directly submittable: build your lit review with literature-search, use the example design plan as a template, and keep everything responsible and design-only.

Roadmap

  • literature-search
  • paper-extractor
  • circuit-designer, igem-drafter, parts-lookup, lab-notebook

See .github/CONTRIBUTING.md to add one.

Topics

synthetic-biology, bioinformatics, igem, claude-skills, agent-skills

License

MIT. Fork freely.

About

Turn any AI coding agent into a synthetic-biology research assistant. A $0 skill pack for Claude Code, Cursor, and OpenCode. Design-only, built for iGEM and student researchers.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages