Create a new Go web project with Templ, HTMX, Alpine.js, Tailwind, and sqlc
/plugin marketplace add gopherguides/gopher-ai/plugin install gopherguides-go-web-plugins-go-web@gopherguides/gopher-ai<project-name>claude-opus-4-5-20251101# Create Go Project **If `$ARGUMENTS` is empty or not provided:** Display usage information and ask for input: This command creates a production-ready Go web application with: - **Echo v4** - Fast, minimalist web framework - **Templ** - Type-safe HTML templates (compiles to Go) - **Tailwind CSS v4** - Utility-first CSS framework - **HTMX** - Server-driven interactivity via HTML attributes - **Alpine.js** - Client-side interactivity (dropdowns, modals, tabs) without heavy JavaScript - **sqlc** - Type-safe database queries from SQL - **goose** - Database migrations - **Air** - Hot reload ...