# Natron Tech AI Agent Skills

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

Browse 4 official AI agent skills across 1 Natron Tech repository, with install commands and source links.

Official page: https://skillscout.sh/official/natrontech/
Markdown page: https://skillscout.sh/official/natrontech/natrontech_skills_skillscout.md
Vendor website: https://natron.io/

## Prompt for your agent

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

### natrontech/argoplane

Includes 4 official skills: deploy-extension, dev-setup, new-extension, test.

Install:

```bash
npx skills add natrontech/argoplane -y
```

Source: https://github.com/natrontech/argoplane

## Individual skills

### deploy-extension

Official Natron Tech skill from natrontech/argoplane.

Install:

```bash
npx skills add natrontech/argoplane@deploy-extension -y
```

Package: natrontech/argoplane
Source: https://github.com/natrontech/argoplane/tree/main/.claude/skills/deploy-extension

### dev-setup

Official Natron Tech skill from natrontech/argoplane.

Install:

```bash
npx skills add natrontech/argoplane@dev-setup -y
```

Package: natrontech/argoplane
Source: https://github.com/natrontech/argoplane/tree/main/.claude/skills/dev-setup

### new-extension

Official Natron Tech skill from natrontech/argoplane.

Install:

```bash
npx skills add natrontech/argoplane@new-extension -y
```

Package: natrontech/argoplane
Source: https://github.com/natrontech/argoplane/tree/main/.claude/skills/new-extension

### test

Official Natron Tech skill from natrontech/argoplane.

Install:

```bash
npx skills add natrontech/argoplane@test -y
```

Package: natrontech/argoplane
Source: https://github.com/natrontech/argoplane/tree/main/.claude/skills/test

## natrontech/argoplane package overview

Includes 4 official skills: deploy-extension, dev-setup, new-extension, test.

### Top skills in this package

- deploy-extension: Official Natron Tech skill from natrontech/argoplane.
- dev-setup: Official Natron Tech skill from natrontech/argoplane.
- new-extension: Official Natron Tech skill from natrontech/argoplane.
- test: Official Natron Tech skill from natrontech/argoplane.

### Install

Install the full package:

```bash
npx skills add natrontech/argoplane -y
```

Install a specific skill:

```bash
npx skills add natrontech/argoplane@deploy-extension -y
```

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

Source: https://github.com/natrontech/argoplane#readme
