romsharkromsharkCommunity·2 Agent Skills Included

datapages

Generate server-rendered Go web apps with real-time updates

Generates routing, sessions, authentication, SSE streams, CSRF protection, and type-safe URL helpers for Go web applications built with Templ and Datastar. Eliminates repetitive boilerplate wiring so developers focus on business logic instead of plumbing. Guides coding agents through writing Datapages apps step by step, from project scaffolding to real-time event handling.
npx skills add romshark/datapages --all -g -y
Available:

Directs the agent to follow the datapages and datastar skill files when writing application code, and enforces plain, factual writing and strict Go conventions in all output.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Datapages?â–¼

Run `npx skills add romshark/datapages --all -g -y` in your terminal to install all skills in this suite globally.

What does Datapages generate for Go web apps?â–¼

It parses your Go app package and generates routing, sessions, authentication, SSE streams, CSRF protection, type-safe URL helpers, and Prometheus metrics, so you only write business logic and templates.

How to build real-time web apps in Go without JavaScript?â–¼

Datapages combines Templ templates with Datastar attributes and server-sent events, letting the Go backend drive all UI updates without writing frontend JavaScript.

Does Datapages work with AI coding assistants?â–¼

Yes. It ships SKILL.md guides that teach agents the exact conventions for pages, actions, events, and sessions, keeping generated code consistent and drift-free.

Can I use Datapages without deep Go experience?â–¼

Basic Go knowledge is needed since apps are written in Go, but the CLI scaffolds projects with `datapages init` and the skills guide agents through every step.

Related Repositories in Software Engineering

View All in Software Engineering→