Skip to content

Add plugin bio-research-forge - #32

Open
Presisitence wants to merge 9 commits into
MiniMax-AI:mainfrom
Presisitence:cursor/add-bio-research-forge-0b69
Open

Add plugin bio-research-forge#32
Presisitence wants to merge 9 commits into
MiniMax-AI:mainfrom
Presisitence:cursor/add-bio-research-forge-0b69

Conversation

@Presisitence

@Presisitence Presisitence commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

What changes

New Plugin Presisitence/bio-research-forge — evidence-first life-science workbench: public bio APIs, local RNA figures (PNG/PDF + plotted data), bounded PyMOL/SnapGene/Cytoscape/Fiji actions, and independent review skills.

Path: plugins/Presisitence/bio-research-forge. Standalone source: https://github.com/Presisitence/bio-research-forge (AGPL-3.0-or-later).

This PR only adds that directory. Existing plant-public, rnaseq-plot, and microbe are unchanged.

User value

A MiniMax Code user can look up public gene/protein/structure records with provenance, draw local RNA volcano/PCA/heatmap figures from their own tables (no upload), and gate design or manuscript work through specialist Skills.

Example prompt:

Look up Arabidopsis FLC in UniProt and NCBI. Then, using my local DEG table deg.csv
(columns gene, log2FoldChange, padj), draw a volcano plot (padj < 0.05, |log2FC| > 1)
and show the PNG in the conversation.

Expected result: bio_api_query then rna_figure_create; API replies include source URL and retrieval time; local CSV is not uploaded; PNG/PDF/plot-data paths returned.

Plugin submission checklist

  • Plugin lives at plugins/<github-owner>/<plugin-name>.
  • plugin.json name matches the Plugin directory.
  • README.md includes a real example prompt and expected result.
  • LICENSE and plugin.json declare an open-source license.
  • Required executables, accounts, paid services, and supported platforms are disclosed.
  • Network destinations and data handled by the plugin are disclosed.
  • No credentials, private endpoints, hidden telemetry, installers, symlinks, or native binaries are included.
  • Every scaffold placeholder has been replaced.
  • Validator accepts this Plugin (validateHostedPluginDirectory).

Dependencies and platforms

  • Node.js 18+ on PATH (mcp.json: node, cwd: ${PLUGIN_ROOT}).
  • Optional NCBI_API_KEY (environment only; not shipped).
  • Optional R/Rscript (or RSCRIPT_EXE) plus jsonlite, ggplot2, pheatmap for RNA figures.
  • Optional PyMOL / SnapGene / Cytoscape / Fiji (or PYMOL_EXE / SNAPGENE_EXE / CYTOSCAPE_EXE / FIJI_EXE). Software is never installed by the plugin.
  • Windows, macOS, Linux.

Network and data behavior

public-bio-api is read-only allowlist: eutils.ncbi.nlm.nih.gov, rest.uniprot.org, www.ebi.ac.uk (InterPro, Europe PMC), rest.ensembl.org, alphafold.ebi.ac.uk, data.rcsb.org, string-db.org, jaspar.elixir.no, solgenomics.net (generic BrAPI crop-name metadata). Arbitrary URLs, local files, credentials, and pepper-specific queries are blocked.

rna-figure and local-bio-tools are local-only. No telemetry. No credentials in the package.

Evidence

validateHostedPluginDirectory plugins/Presisitence/bio-research-forge
OK Presisitence/bio-research-forge skills=bio-research-orchestrator,evidence-review,experimental-design-gate,local-bio-toolkit,manuscript-argument,omics-workflow,public-bio-databases,quantitative-research,reproducible-analysis,rna-figure-workflow,scientific-figure-delivery,secure-compute-routing mcp=local-bio-tools,public-bio-api,rna-figure

npm run check
Validated 21 hosted Plugins and all examples.
128 tests pass.

plugin protocol smokes: protocol-smoke, rna-figure-protocol-smoke, local-tools-protocol-smoke, privacy-boundary — ok

License note: this Plugin keeps the upstream AGPL-3.0-or-later license (DAWN Science provenance; see ATTRIBUTION.md). It is not relicensed to MIT like plant-public / rnaseq-plot / microbe.

Overlap note: public-API coverage overlaps plant-public; RNA volcano/PCA/heatmap overlap rnaseq-plot. This Plugin is a broader workbench (skills + three MCP servers) rather than a replacement of those plugins.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant