htmx-skills
v4.0.0Unofficial packaging of the htmx 4 skill files published in bigskysoftware/htmx. Not an official Big Sky or htmx release.
By filippov-auLicense: 0BSD0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 21, 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 htmx-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install htmx-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/filippov-au/htmx-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/htmx-debugging/SKILL.md├── skills/htmx-extension-authoring/SKILL.md├── skills/htmx-guidance/SKILL.md└── skills/htmx-upgrade-from-htmx2/SKILL.md
Included Skills4
Use when diagnosing htmx issues, troubleshooting requests that aren't firing, swaps that aren't happening, events that aren't triggering, or any unexpected htmx behavior.
Use when creating, modifying, or debugging htmx 4 extensions. Covers the event-based extension API, internal API, lifecycle hooks, and distribution patterns.
Use when writing HTML with htmx, building htmx-powered pages, or answering questions about htmx patterns and best practices. Covers htmx 4 attributes, events, swap strategies, and common UI patterns.
Use when helping a user upgrade or migrate their codebase from htmx 2.x to htmx 4.x. Covers attribute renames, event name changes, config updates, header changes, extension migration, and step-by-step upgrade workflow.
Plugin manifests1
{
"name": "htmx-skills",
"description": "Unofficial packaging of the htmx 4 skill files published in bigskysoftware/htmx. Not an official Big Sky or htmx release.",
"version": "4.0.0",
"author": {
"name": "filippov-au"
},
"homepage": "https://github.com/filippov-au/htmx-skills",
"repository": "https://github.com/filippov-au/htmx-skills",
"license": "0BSD",
"keywords": [
"htmx",
"htmx4",
"hypermedia",
"html"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[htmx-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/htmx-skills)