# Nteract AI Agent Skills

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

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

Official page: https://skillscout.sh/official/nteract/
Markdown page: https://skillscout.sh/official/nteract/nteract_skills_skillscout.md
Vendor website: http://nteract.io/

## Prompt for your agent

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

### nteract/semiotic

Includes 3 official skills: chatgpt-app-submission, code-review, semiotic-charts.

Install:

```bash
npx skills add nteract/semiotic -y
```

Source: https://github.com/nteract/semiotic

### nteract/nteract

Includes 2 official skills: repl, repl.

Install:

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

Source: https://github.com/nteract/nteract

### nteract/claude-plugin-nightly

Includes 1 official skill: repl.

Install:

```bash
npx skills add nteract/claude-plugin-nightly -y
```

Source: https://github.com/nteract/claude-plugin-nightly

## Individual skills

### chatgpt-app-submission

Official Nteract skill from nteract/semiotic.

Install:

```bash
npx skills add nteract/semiotic@chatgpt-app-submission -y
```

Package: nteract/semiotic
Source: https://github.com/nteract/semiotic/tree/HEAD/chatgpt-app-submission

### code-review

Official Nteract skill from nteract/semiotic.

Install:

```bash
npx skills add nteract/semiotic@code-review -y
```

Package: nteract/semiotic
Source: https://github.com/nteract/semiotic/tree/HEAD/.github/skills/code-review

### semiotic-charts

Official Nteract skill from nteract/semiotic.

Install:

```bash
npx skills add nteract/semiotic@semiotic-charts -y
```

Package: nteract/semiotic
Source: https://github.com/nteract/semiotic/tree/main/agent-skill/semiotic-charts

### repl

Official Nteract skill from nteract/nteract.

Install:

```bash
npx skills add nteract/nteract@repl -y
```

Package: nteract/nteract
Source: https://github.com/nteract/nteract/tree/HEAD/plugins/nightly/skills/repl

### repl

Official Nteract skill from nteract/nteract.

Install:

```bash
npx skills add nteract/nteract@repl -y
```

Package: nteract/nteract
Source: https://github.com/nteract/nteract/tree/HEAD/plugins/nteract/skills/repl

### repl

Official Nteract skill from nteract/claude-plugin-nightly.

Install:

```bash
npx skills add nteract/claude-plugin-nightly@repl -y
```

Package: nteract/claude-plugin-nightly
Source: https://github.com/nteract/claude-plugin-nightly/tree/main/plugins/nteract-nightly/skills/repl

## nteract/claude-plugin-nightly package overview

Includes 1 official skill: repl.

### Top skills in this package

- repl: Official Nteract skill from nteract/claude-plugin-nightly.

### Install

Install the full package:

```bash
npx skills add nteract/claude-plugin-nightly -y
```

Install a specific skill:

```bash
npx skills add nteract/claude-plugin-nightly@repl -y
```

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

Source: https://github.com/nteract/claude-plugin-nightly#readme
