Agent Plugins Marketplace
All plugins

go-web

v1.9.0

Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind

CodexClaude Code3 Skills

By Gopher GuidesLicense: MIT21 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install go-web for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gopherguides/gopher-ai
codex plugin marketplace upgrade gopher-ai
codex plugin add go-web@gopher-ai

Paste and run these commands in a terminal with Codex. They add and refresh the gopher-ai catalog, then install this plugin.

Compatibility: the page URL and API slug “go-web” remain stable.

  • Codex: go-web@agent-plugin-marketplacego-web@gopher-ai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gopherguides/gopher-ai

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/go-web/.

Plugin files

plugins/go-web/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/convert-to-go-project/SKILL.md
├── skills/htmx/SKILL.md
└── skills/templui/SKILL.md

Included Skills3

convert-to-go-projectskills/convert-to-go-project/SKILL.md

Converts existing Express/Fastify, Django/Flask/FastAPI, Laravel/PHP, Next.js/React, and Go projects to Go + Templ + HTMX + Tailwind. Applies to whole-project migrations and existing Go projects that need this stack. Skips greenfield creation and isolated HTMX or templUI help.

htmxskills/htmx/SKILL.md

htmx for Go/templ apps: hx-* attributes, swap strategies, triggers, OOB updates, SSE, WebSockets, forms, redirects, debounce, server integration. Trigger when user writes or pastes templates containing hx-* attributes, asks about HTMX swaps/triggers/OOB updates, or wires HTMX to a Go handler. SKIP generic web, fetch/AJAX, or templUI questions with no htmx context.

templuiskills/templui/SKILL.md

templUI component library for Go templ apps. templUI is vanilla JavaScript only - zero JS frameworks (per templui.io). Covers Script() setup, Go variable interpolation into inline JavaScript, HTML-to-templ conversion, HTMX integration, and optional Alpine.js as a separate app-level state layer. Use when user pastes templUI/templ code, builds templUI components, asks 'how do I add an icon/button/dialog/dropdown' in templ, or interpolates Go state into client-side scripts. SKIP generic htmx issues with no templUI/component context.

Plugin manifests2

plugins/go-web/.codex-plugin/plugin.json
{
  "name": "go-web",
  "version": "1.9.0",
  "description": "Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind",
  "author": {
    "name": "Gopher Guides",
    "email": "[email protected]"
  },
  "homepage": "https://gopherguides.com",
  "repository": "https://github.com/gopherguides/gopher-ai",
  "license": "MIT",
  "keywords": [
    "go",
    "web",
    "templ",
    "htmx",
    "alpine",
    "templui",
    "tailwind"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Go Web",
    "shortDescription": "Go web app scaffolding with Templ, HTMX, Alpine.js, and Tailwind",
    "developerName": "Gopher Guides",
    "category": "Development"
  }
}
plugins/go-web/.claude-plugin/plugin.json
{
  "name": "go-web",
  "description": "Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind",
  "version": "1.9.0",
  "author": {
    "name": "Gopher Guides",
    "email": "[email protected]"
  },
  "homepage": "https://gopherguides.com",
  "repository": "https://github.com/gopherguides/gopher-ai",
  "license": "MIT",
  "keywords": [
    "go",
    "web",
    "templ",
    "htmx",
    "alpine",
    "templui",
    "tailwind",
    "scaffold",
    "echo"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[go-web on Agent Plugins Marketplace](https://pluginsmp.com/plugins/go-web)