npx claudepluginhub gopherguides/gopher-ai --plugin go-webThis skill uses the workspace's default tool permissions.
Apply correct htmx patterns when building hypermedia-driven web applications, especially with Go and templ.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Apply correct htmx patterns when building hypermedia-driven web applications, especially with Go and templ.
hx-* attributes over htmx.ajax() or fetch() callsHX-Retarget, HX-Reswap, HX-Redirect) for control flowHX-Request header — return fragments for htmx requests, full pages for normal requestsfetch() alongside htmx in the same page; pick one approachRead the relevant file for detailed patterns, code examples, and best practices:
templ-integration.md — Templ + htmx{ } vs quoted strings)hx-vals — use json.Marshal, not fmt.Sprintfhx-on events in templ (JSFuncCall, OnceHandle, event name syntax)go-handlers.md — Go Server PatternsisHTMXRequest helper)HX-Redirect instead of HTTP 302)HX-Trigger headerattributes-reference.md — Swap, Triggers & Headerspatterns-and-extensions.md — Advanced Patternshx-include and hx-push-urlhtmx.process())hx-sync: replace, abort, queue)htmx.onLoad)