From 7a98396d78c15abdf04d140c2bfe76d9ce7f0e64 Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Mon, 4 May 2026 13:34:00 -0400 Subject: [PATCH] docs(modules): add taste community bundle (Amplifier-native port of Leonxlnx/taste-skill) Adds the `taste` community bundle by @michaeljabbour to MODULES.md. Bundle home: https://github.com/michaeljabbour/amplifier-bundle-taste Adapted from: https://github.com/Leonxlnx/taste-skill (MIT) Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index be4f2e93..2d3e9725 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -257,6 +257,7 @@ Bundles built by the community. | **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) | +| **taste** | Anti-slop frontend design discipline with named hard-bans on LLM UI defaults (Inter font, purple-blue gradients, centered heroes, equal-card grids), 3 parametric dials (`DESIGN_VARIANCE` / `MOTION_INTENSITY` / `VISUAL_DENSITY`), 4 mutually-exclusive aesthetic archetypes, and always-on output discipline. Adapted from [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill). | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-bundle-taste](https://github.com/michaeljabbour/amplifier-bundle-taste) | **Want to share your bundle?** Submit a PR to add your Amplifier bundle to this list! ---