# HackHTU AI Agent Skills

HackHTU publishes official AI agent skills for its tools, services, and developer workflows.

Browse 8 official AI agent skills across 1 HackHTU repository, with install commands and source links.

Official page: https://skillscout.sh/official/hackhtu/
Markdown page: https://skillscout.sh/official/hackhtu/hackhtu_skills_skillscout.md
Vendor website: https://htu.me/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/hackhtu/hackhtu_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant HackHTU skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### hackhtu/rssbook

Includes 8 official skills: create-feed, datastar, designing-beautiful-websites, elysiajs, kita-html, source-handler.

Install:

```bash
npx skills add hackhtu/rssbook -y
```

Source: https://github.com/HackHTU/RSSBook

## Individual skills

### create-feed

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@create-feed -y
```

Package: hackhtu/rssbook
Source: https://github.com/HackHTU/RSSBook/tree/main/.agents/skills/create-feed

### datastar

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@datastar -y
```

Package: hackhtu/rssbook
Source: https://github.com/HackHTU/RSSBook/tree/main/.agents/skills/datastar

### designing-beautiful-websites

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@designing-beautiful-websites -y
```

Package: hackhtu/rssbook
Source: https://github.com/HackHTU/RSSBook/tree/main/.agents/skills/designing-beautiful-websites

### elysiajs

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@elysiajs -y
```

Package: hackhtu/rssbook
Source: https://github.com/hackhtu/rssbook/tree/HEAD/.agents/skills/elysiajs

### kita-html

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@kita-html -y
```

Package: hackhtu/rssbook
Source: https://github.com/HackHTU/RSSBook/tree/main/.agents/skills/kita-html

### source-handler

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@source-handler -y
```

Package: hackhtu/rssbook
Source: https://github.com/HackHTU/RSSBook/tree/main/.agents/skills/source-handler

### utils-reference

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@utils-reference -y
```

Package: hackhtu/rssbook
Source: https://github.com/HackHTU/RSSBook/tree/main/.agents/skills/utils-reference

### web-design-guidelines

Official HackHTU skill from hackhtu/rssbook.

Install:

```bash
npx skills add hackhtu/rssbook@web-design-guidelines -y
```

Package: hackhtu/rssbook
Source: https://github.com/hackhtu/rssbook/tree/HEAD/.agents/skills/web-design-guidelines

## hackhtu/rssbook package overview

Includes 8 official skills: create-feed, datastar, designing-beautiful-websites, elysiajs, kita-html, source-handler.

### Top skills in this package

- create-feed: Official HackHTU skill from hackhtu/rssbook.
- datastar: Official HackHTU skill from hackhtu/rssbook.
- designing-beautiful-websites: Official HackHTU skill from hackhtu/rssbook.
- elysiajs: Official HackHTU skill from hackhtu/rssbook.
- kita-html: Official HackHTU skill from hackhtu/rssbook.
- source-handler: Official HackHTU skill from hackhtu/rssbook.
- utils-reference: Official HackHTU skill from hackhtu/rssbook.
- web-design-guidelines: Official HackHTU skill from hackhtu/rssbook.

### Install

Install the full package:

```bash
npx skills add hackhtu/rssbook -y
```

Install a specific skill:

```bash
npx skills add hackhtu/rssbook@create-feed -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/hackhtu/rssbook#readme
