# Paralect AI Agent Skills

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

Browse 12 official AI agent skills across 2 Paralect repositories, with install commands and source links.

Official page: https://skillscout.sh/official/paralect/
Markdown page: https://skillscout.sh/official/paralect/paralect_skills_skillscout.md
Vendor website: https://paralect.com/

## Prompt for your agent

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

### paralect/hive

Includes 10 official skills: hive-database, hive-auth, hive-endpoint, hive-handler, hive-mapping, hive-middleware.

Install:

```bash
npx skills add paralect/hive -y
```

Source: https://github.com/paralect/hive

### paralect/ship

Includes 2 official skills: no-use-effect, server-functions.

Install:

```bash
npx skills add paralect/ship -y
```

Source: https://github.com/paralect/ship

## Individual skills

### hive-database

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-database -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-database

### hive-auth

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-auth -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-auth

### hive-endpoint

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-endpoint -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-endpoint

### hive-handler

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-handler -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-handler

### hive-mapping

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-mapping -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-mapping

### hive-middleware

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-middleware -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-middleware

### hive-overview

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-overview -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/HEAD/framework/.cursor/skills/hive-overview

### hive-scheduler

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-scheduler -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/HEAD/framework/.cursor/skills/hive-scheduler

### hive-schema

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-schema -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/HEAD/framework/.cursor/skills/hive-schema

### hive-service

Official Paralect skill from paralect/hive.

Install:

```bash
npx skills add paralect/hive@hive-service -y
```

Package: paralect/hive
Source: https://github.com/paralect/hive/tree/main/framework/.cursor/skills/hive-service

### no-use-effect

Official Paralect skill from paralect/ship.

Install:

```bash
npx skills add paralect/ship@no-use-effect -y
```

Package: paralect/ship
Source: https://github.com/paralect/ship/tree/main/template/apps/web/.agents/skills/no-use-effect

### server-functions

Official Paralect skill from paralect/ship.

Install:

```bash
npx skills add paralect/ship@server-functions -y
```

Package: paralect/ship
Source: https://github.com/paralect/ship/tree/main/template/apps/web/.agents/skills/server-functions

## paralect/hive package overview

Includes 10 official skills: hive-database, hive-auth, hive-endpoint, hive-handler, hive-mapping, hive-middleware.

### Top skills in this package

- hive-database: Official Paralect skill from paralect/hive.
- hive-auth: Official Paralect skill from paralect/hive.
- hive-endpoint: Official Paralect skill from paralect/hive.
- hive-handler: Official Paralect skill from paralect/hive.
- hive-mapping: Official Paralect skill from paralect/hive.
- hive-middleware: Official Paralect skill from paralect/hive.
- hive-overview: Official Paralect skill from paralect/hive.
- hive-scheduler: Official Paralect skill from paralect/hive.

### Install

Install the full package:

```bash
npx skills add paralect/hive -y
```

Install a specific skill:

```bash
npx skills add paralect/hive@hive-database -y
```

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

Source: https://github.com/paralect/hive#readme
