XeXeCommunityยท4 Agent Skills Included

x

Go coding conventions, table-driven tests, and HTMX apps

Writes Go code, CLI tools, and HTTP services following the within.website monorepo conventions. Builds table-driven tests and interactive templ plus HTMX interfaces without heavy JavaScript frameworks. Eliminates style debates and copy-pasted test code by enforcing proven patterns for errors, logging, and handlers. Also drafts technical blog posts in a candid, opinionated engineering voice.
npx skills add Xe/x --all -g -y
Available:

Tells your AI agent to confirm intent before coding, avoid calling flag.Parse() in binaries, sign off commits, and follow the linked style and workflow rules when using these skills.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Xe/x skills?โ–ผ

Run `npx skills add Xe/x --all -g -y` in your terminal to install all skills in this repository globally.

What Go conventions does this repo enforce?โ–ผ

It covers CLI startup via internal.HandleStartup(), slog JSON logging, sentinel errors with wrapping, HTTP middleware patterns, and table-driven tests.

How to write table-driven tests in Go?โ–ผ

The go-table-driven-tests skill gives your agent ready templates using cases slices, t.Run subtests, and errors.Is comparisons so tests stay short and easy to extend.

Can I build interactive web UIs without JavaScript?โ–ผ

Yes. The templ-htmx skill shows how to build live search, infinite scroll, and inline editing with type-safe templ components and HTMX attributes.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the standard SKILL.md format and load directly in Claude Code, Cursor, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’