# Entire AI Agent Skills

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

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

Official page: https://skillscout.sh/official/entireio/
Markdown page: https://skillscout.sh/official/entireio/entireio_skills_skillscout.md
Vendor website: https://entire.io/

## Prompt for your agent

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

### entireio/skills

Includes 12 official skills: session-handoff, search, explain, what-happened, session-to-skill, recall.

Install:

```bash
npx skills add entireio/skills -y
```

Source: https://github.com/entireio/skills

## Individual skills

### session-handoff

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@session-handoff -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/HEAD/skills/session-handoff

### search

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@search -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/HEAD/skills/search

### explain

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@explain -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/HEAD/skills/explain

### what-happened

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@what-happened -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/HEAD/skills/what-happened

### session-to-skill

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@session-to-skill -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/HEAD/skills/session-to-skill

### recall

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@recall -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/recall

### review

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@review -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/review

### session-crosslink

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@session-crosslink -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/session-crosslink

### using-entire

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@using-entire -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/using-entire

### teach

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@teach -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/teach

### replay

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@replay -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/replay

### address-findings

Official Entire skill from entireio/skills.

Install:

```bash
npx skills add entireio/skills@address-findings -y
```

Package: entireio/skills
Source: https://github.com/entireio/skills/tree/main/skills/address-findings

## entireio/skills package overview

Includes 12 official skills: session-handoff, search, explain, what-happened, session-to-skill, recall.

### Top skills in this package

- session-handoff: Official Entire skill from entireio/skills.
- search: Official Entire skill from entireio/skills.
- explain: Official Entire skill from entireio/skills.
- what-happened: Official Entire skill from entireio/skills.
- session-to-skill: Official Entire skill from entireio/skills.
- recall: Official Entire skill from entireio/skills.
- review: Official Entire skill from entireio/skills.
- session-crosslink: Official Entire skill from entireio/skills.

### Install

Install the full package:

```bash
npx skills add entireio/skills -y
```

Install a specific skill:

```bash
npx skills add entireio/skills@session-handoff -y
```

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

Source: https://github.com/entireio/skills#readme
