# PostGIS AI Agent Skills

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

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

Official page: https://skillscout.sh/official/postgis/
Markdown page: https://skillscout.sh/official/postgis/postgis_skills_skillscout.md
Vendor website: https://postgis.net/

## Prompt for your agent

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

### postgis/postgis

Includes 3 official skills: postgis, sql-programming, development.

Install:

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

Source: https://github.com/postgis/postgis

### postgis/h3-pg

Includes 1 official skill: h3-pg-skill.

Install:

```bash
npx skills add postgis/h3-pg -y
```

Source: https://github.com/postgis/h3-pg

## Individual skills

### postgis

Official PostGIS skill from postgis/postgis.

Install:

```bash
npx skills add postgis/postgis@postgis -y
```

Package: postgis/postgis
Source: https://github.com/postgis/postgis/tree/master/doc/skills/postgis

### sql-programming

Official PostGIS skill from postgis/postgis.

Install:

```bash
npx skills add postgis/postgis@sql-programming -y
```

Package: postgis/postgis
Source: https://github.com/postgis/postgis/tree/master/doc/skills/sql-programming

### development

Official PostGIS skill from postgis/postgis.

Install:

```bash
npx skills add postgis/postgis@development -y
```

Package: postgis/postgis
Source: https://github.com/postgis/postgis/tree/HEAD/doc/development

### h3-pg-skill

Official PostGIS skill from postgis/h3-pg.

Install:

```bash
npx skills add postgis/h3-pg@h3-pg-skill -y
```

Package: postgis/h3-pg
Source: https://github.com/postgis/h3-pg/tree/main/docs/h3-pg-skill

## postgis/postgis package overview

Includes 3 official skills: postgis, sql-programming, development.

### Top skills in this package

- postgis: Official PostGIS skill from postgis/postgis.
- sql-programming: Official PostGIS skill from postgis/postgis.
- development: Official PostGIS skill from postgis/postgis.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add postgis/postgis@postgis -y
```

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

Source: https://github.com/postgis/postgis#readme
