From 01c0171e236fe68f8ca4ac90b5d29c5e2837619e Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Fri, 29 May 2026 05:41:43 -0400 Subject: [PATCH 1/2] docs: register scientificpaper bundle and tool-paperbanana module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add two community entries authored by @michaeljabbour: - Community Bundles: scientificpaper (AI-assisted scientific paper authoring) - Community Modules / Tools: tool-paperbanana (shared figure-generation tool) 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index 352d72fa..ee61b158 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -257,6 +257,7 @@ Bundles built by the community. | **web-ux-dev** | Web UX development tools - visual regression testing, console debugging, and pre-commit verification (extends browser bundle) | [@colombod](https://github.com/colombod) | [amplifier-bundle-web-ux-dev](https://github.com/colombod/amplifier-bundle-web-ux-dev) | | **frontdoor** | Authentication gateway and service dashboard for Tailscale-based hosts. Provides PAM-based SSO, Caddy forward_auth integration, and a service discovery dashboard. Includes skills for host infrastructure discovery and web app setup. | [@robotdad](https://github.com/robotdad) | [amplifier-bundle-frontdoor](https://github.com/robotdad/frontdoor) | | **codebase-to-course** | Transform any codebase or GitHub URL into a self-contained interactive HTML course for non-technical learners — scroll-based navigation, animated visualizations, embedded quizzes, and code-with-plain-English side-by-side translations | [@johannao76](https://github.com/johannao76) | [amplifier-bundle-codebase-to-course](https://github.com/johannao76/amplifier-bundle-codebase-to-course) | +| **scientificpaper** | AI-assisted scientific paper authoring: LaTeX/IMRaD structuring, multi-conference formatting (NeurIPS, ICML, ACL, IEEE, ACM, arXiv), citation management, and publication-ready figure generation | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-bundle-scientificpaper](https://github.com/michaeljabbour/amplifier-bundle-scientificpaper) | **Want to share your bundle?** Submit a PR to add your Amplifier bundle to this list! @@ -286,6 +287,7 @@ Modules built by the community. | **module-image-generation** | Multi-provider AI image generation with DALL-E, Imagen, and GPT-Image-1 | [@robotdad](https://github.com/robotdad) | [amplifier-module-image-generation](https://github.com/robotdad/amplifier-module-image-generation) | | **module-style-extraction** | Extract and apply writing style from text samples | [@robotdad](https://github.com/robotdad) | [amplifier-module-style-extraction](https://github.com/robotdad/amplifier-module-style-extraction) | | **module-markdown-utils** | Markdown parsing, injection, and metadata extraction utilities | [@robotdad](https://github.com/robotdad) | [amplifier-module-markdown-utils](https://github.com/robotdad/amplifier-module-markdown-utils) | +| **tool-paperbanana** | PaperBanana multi-agent academic figure generation with quality veto rules (arXiv 2601.23265) | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-tool-paperbanana](https://github.com/michaeljabbour/amplifier-module-tool-paperbanana) | ### Hooks From 51278479cc71789a09cbb342c172f495d675969d Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Fri, 29 May 2026 06:15:53 -0400 Subject: [PATCH 2/2] docs: register research bundle (supersedes scientificpaper + tool-paperbanana) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit scientificpaper and the standalone tool-paperbanana module have been consolidated into amplifier-bundle-research, which is now the single maintained home. Register research instead of the two retired artifacts. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index ee61b158..d47f2a72 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -257,7 +257,7 @@ Bundles built by the community. | **web-ux-dev** | Web UX development tools - visual regression testing, console debugging, and pre-commit verification (extends browser bundle) | [@colombod](https://github.com/colombod) | [amplifier-bundle-web-ux-dev](https://github.com/colombod/amplifier-bundle-web-ux-dev) | | **frontdoor** | Authentication gateway and service dashboard for Tailscale-based hosts. Provides PAM-based SSO, Caddy forward_auth integration, and a service discovery dashboard. Includes skills for host infrastructure discovery and web app setup. | [@robotdad](https://github.com/robotdad) | [amplifier-bundle-frontdoor](https://github.com/robotdad/frontdoor) | | **codebase-to-course** | Transform any codebase or GitHub URL into a self-contained interactive HTML course for non-technical learners — scroll-based navigation, animated visualizations, embedded quizzes, and code-with-plain-English side-by-side translations | [@johannao76](https://github.com/johannao76) | [amplifier-bundle-codebase-to-course](https://github.com/johannao76/amplifier-bundle-codebase-to-course) | -| **scientificpaper** | AI-assisted scientific paper authoring: LaTeX/IMRaD structuring, multi-conference formatting (NeurIPS, ICML, ACL, IEEE, ACM, arXiv), citation management, and publication-ready figure generation | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-bundle-scientificpaper](https://github.com/michaeljabbour/amplifier-bundle-scientificpaper) | +| **research** | Scientific-rigor research bundle: hypothesis design, pre-registration discipline, statistics, honest-pivot defaults, and full paper authoring (LaTeX, multi-conference formatting, citations, and PaperBanana figure generation) | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-bundle-research](https://github.com/michaeljabbour/amplifier-bundle-research) | **Want to share your bundle?** Submit a PR to add your Amplifier bundle to this list! @@ -287,7 +287,6 @@ Modules built by the community. | **module-image-generation** | Multi-provider AI image generation with DALL-E, Imagen, and GPT-Image-1 | [@robotdad](https://github.com/robotdad) | [amplifier-module-image-generation](https://github.com/robotdad/amplifier-module-image-generation) | | **module-style-extraction** | Extract and apply writing style from text samples | [@robotdad](https://github.com/robotdad) | [amplifier-module-style-extraction](https://github.com/robotdad/amplifier-module-style-extraction) | | **module-markdown-utils** | Markdown parsing, injection, and metadata extraction utilities | [@robotdad](https://github.com/robotdad) | [amplifier-module-markdown-utils](https://github.com/robotdad/amplifier-module-markdown-utils) | -| **tool-paperbanana** | PaperBanana multi-agent academic figure generation with quality veto rules (arXiv 2601.23265) | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-tool-paperbanana](https://github.com/michaeljabbour/amplifier-module-tool-paperbanana) | ### Hooks