# Uinaf AI Agent Skills

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

Browse 6 official AI agent skills across 4 Uinaf repositories, with install commands and source links.

Official page: https://skillscout.sh/official/uinaf/
Markdown page: https://skillscout.sh/official/uinaf/uinaf_skills_skillscout.md
Vendor website: https://uinaf.dev/

## Prompt for your agent

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

### uinaf/agents

Includes 3 official skills: gh-setup, react-ban-use-effect, vite-plus.

Install:

```bash
npx skills add uinaf/agents -y
```

Source: https://github.com/uinaf/agents

### uinaf/fincrawl

Includes 1 official skill: fincrawl.

Install:

```bash
npx skills add uinaf/fincrawl -y
```

Source: https://github.com/uinaf/fincrawl

### uinaf/healthd

Includes 1 official skill: healthd-operator.

Install:

```bash
npx skills add uinaf/healthd -y
```

Source: https://github.com/uinaf/healthd

### uinaf/lincrawl

Includes 1 official skill: lincrawl.

Install:

```bash
npx skills add uinaf/lincrawl -y
```

Source: https://github.com/uinaf/lincrawl

## Individual skills

### gh-setup

Official Uinaf skill from uinaf/agents.

Install:

```bash
npx skills add uinaf/agents@gh-setup -y
```

Package: uinaf/agents
Source: https://github.com/uinaf/agents/tree/main/skills/gh-setup

### react-ban-use-effect

Official Uinaf skill from uinaf/agents.

Install:

```bash
npx skills add uinaf/agents@react-ban-use-effect -y
```

Package: uinaf/agents
Source: https://github.com/uinaf/agents/tree/main/skills/react-ban-use-effect

### vite-plus

Official Uinaf skill from uinaf/agents.

Install:

```bash
npx skills add uinaf/agents@vite-plus -y
```

Package: uinaf/agents
Source: https://github.com/uinaf/agents/tree/main/skills/vite-plus

### fincrawl

Official Uinaf skill from uinaf/fincrawl.

Install:

```bash
npx skills add uinaf/fincrawl@fincrawl -y
```

Package: uinaf/fincrawl
Source: https://github.com/uinaf/fincrawl/tree/main/skills/fincrawl

### healthd-operator

Official Uinaf skill from uinaf/healthd.

Install:

```bash
npx skills add uinaf/healthd@healthd-operator -y
```

Package: uinaf/healthd
Source: https://github.com/uinaf/healthd/tree/main/skills/healthd-operator

### lincrawl

Official Uinaf skill from uinaf/lincrawl.

Install:

```bash
npx skills add uinaf/lincrawl@lincrawl -y
```

Package: uinaf/lincrawl
Source: https://github.com/uinaf/lincrawl/tree/main/skills/lincrawl

## uinaf/agents package overview

Includes 3 official skills: gh-setup, react-ban-use-effect, vite-plus.

### Top skills in this package

- gh-setup: Official Uinaf skill from uinaf/agents.
- react-ban-use-effect: Official Uinaf skill from uinaf/agents.
- vite-plus: Official Uinaf skill from uinaf/agents.

### Install

Install the full package:

```bash
npx skills add uinaf/agents -y
```

Install a specific skill:

```bash
npx skills add uinaf/agents@gh-setup -y
```

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

Source: https://github.com/uinaf/agents#readme
