htmx-skill

Indexes htmldocs in references/ and generates a SKILL.md entry.

8|1|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/DrZoot/htmx-skill --skill htmx-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: htmx-skill
Source: https://github.com/DrZoot/htmx-skill/tree/main
Command: npx skills add https://github.com/DrZoot/htmx-skill --skill htmx-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a self-contained, offline-accessible reference for the htmx library, including attributes, events, API, extensions, and examples, enabling fast lookup without external calls.

Core Features & Use Cases

  • Local reference pages for htmx attributes (hx-) and events (htmx:) with links to the included docs in the references/ folder.
  • Quick indexing of content via SKILL.md to help users locate the most relevant reference pages for their questions.
  • Simple workflow to refresh the local references when the repository updates, ensuring the index stays in sync with the source documentation.

Quick Start

Open the SKILL.md file to see the automatically generated index of pages under references/. Use the references/ folder to browse or rg search for exact topics, then load the corresponding page to view its frontmatter and body.

Frequently Asked Questions about htmx-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search htmx attributes and events offline?

This Skill indexes htmx attributes (hx-*) and events (htmx:*) in a local references/ folder. Open SKILL.md to browse the auto-generated index, then use rg or your editor to search for specific topics and load the corresponding reference page.

What's included in the htmx documentation reference?

The Skill provides offline-accessible documentation for htmx attributes, events, API references, extensions, and examples. All content is stored locally in the references/ folder, enabling fast lookup without external network calls.

How do I keep the htmx reference up to date?

The Skill automatically generates an updated SKILL.md index that links to each reference page. When the repository updates, re-run the Skill to refresh the local references and keep the index in sync with the latest documentation.

Can I use this reference for quick attribute and event lookups?

Yes. The Skill builds a searchable index of htmx attributes and events with links to their reference pages. Use SKILL.md to navigate or search the references/ folder directly for instant offline access to exact topics.

Do I need internet access to use the htmx reference?

No. This Skill provides a self-contained, offline-accessible reference for the entire htmx library. All attributes, events, API, and examples are stored locally in the references/ folder.

How is the reference structured for fast navigation?

The Skill analyzes repository content and generates SKILL.md with an organized index linking to reference pages under references/. Browse the index or use rg search to locate relevant documentation quickly without external calls.