Convert an existing project to the Go + Templ + HTMX + Alpine.js + Tailwind stack
/plugin marketplace add gopherguides/gopher-ai/plugin install gopherguides-go-web-plugins-go-web@gopherguides/gopher-ai[target-directory]claude-opus-4-5-20251101# Convert to Go Project **If `$ARGUMENTS` is empty or not provided:** This command converts an existing project to the Go + Templ + HTMX + Alpine.js + Tailwind stack. It will analyze your current project, identify what can be preserved, and incrementally add Go stack files while migrating your existing logic. **Usage:** `/convert-to-go-project [target-directory]` **Examples:** - `/convert-to-go-project` - Convert current directory - `/convert-to-go-project ./my-project` - Convert specific directory **Workflow:** 1. Analyze existing project structure and technologies 2. Ask about con...