# NTUT Programming Club AI Agent Skills

NTUT Programming Club publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 NTUT Programming Club repository, with install commands and source links.

Official page: https://skillscout.sh/official/ntut-npc/
Markdown page: https://skillscout.sh/official/ntut-npc/ntut-npc_skills_skillscout.md
Vendor website: https://ntut.club/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/ntut-npc/ntut-npc_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant NTUT Programming Club 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

### ntut-npc/tattoo

Includes 3 official skills: e2e, flutter-upgrade, html-snapshot-deidentification.

Install:

```bash
npx skills add ntut-npc/tattoo -y
```

Source: https://github.com/NTUT-NPC/tattoo

## Individual skills

### e2e

Official NTUT Programming Club skill from ntut-npc/tattoo.

Install:

```bash
npx skills add ntut-npc/tattoo@e2e -y
```

Package: ntut-npc/tattoo
Source: https://github.com/NTUT-NPC/tattoo/tree/main/.agents/skills/e2e

### flutter-upgrade

Official NTUT Programming Club skill from ntut-npc/tattoo.

Install:

```bash
npx skills add ntut-npc/tattoo@flutter-upgrade -y
```

Package: ntut-npc/tattoo
Source: https://github.com/NTUT-NPC/tattoo/tree/main/.agents/skills/flutter-upgrade

### html-snapshot-deidentification

Official NTUT Programming Club skill from ntut-npc/tattoo.

Install:

```bash
npx skills add ntut-npc/tattoo@html-snapshot-deidentification -y
```

Package: ntut-npc/tattoo
Source: https://github.com/NTUT-NPC/tattoo/tree/main/.agents/skills/html-snapshot-deidentification

## ntut-npc/tattoo package overview

Includes 3 official skills: e2e, flutter-upgrade, html-snapshot-deidentification.

### Top skills in this package

- e2e: Official NTUT Programming Club skill from ntut-npc/tattoo.
- flutter-upgrade: Official NTUT Programming Club skill from ntut-npc/tattoo.
- html-snapshot-deidentification: Official NTUT Programming Club skill from ntut-npc/tattoo.

### Install

Install the full package:

```bash
npx skills add ntut-npc/tattoo -y
```

Install a specific skill:

```bash
npx skills add ntut-npc/tattoo@e2e -y
```

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

Source: https://github.com/ntut-npc/tattoo#readme
