manatlanmanatlanCommunityยท1 Agent Skills Included

htag

Build cross-platform Python GUI apps from one codebase

Builds desktop, web, mobile, and single-page applications in pure Python using a component-based UI framework. Eliminates the need to write separate HTML, CSS, and JavaScript frontends or manage complex frontend build pipelines. Provides reactive state management, hot-reload, form handling, and automatic WebSocket-to-HTTP fallback so apps stay connected and update instantly.
npx skills add manatlan/htag --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install htag?โ–ผ

Run `npx skills add manatlan/htag --all -g -y` in your terminal to install the htag development skill globally.

What is htag used for?โ–ผ

htag is a Python GUI toolkit that lets you build desktop, web, Android, and single-page applications from a single Python codebase without writing frontend JavaScript.

Can I build web apps in pure Python with htag?โ–ผ

Yes. htag renders UI components in the browser and communicates over WebSocket, with automatic fallback to SSE or plain HTTP, so your entire app logic stays in Python.

Does htag work with AI coding assistants?โ–ผ

Yes. The included htag-development skill teaches your coding assistant the framework's components, state management, and best practices so it can generate working htag apps from plain-English requests.

Do I need JavaScript knowledge to use htag?โ–ผ

No. You define interfaces, events, and reactive state entirely in Python, and htag handles the browser rendering and communication for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’