# Npgsql AI Agent Skills

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

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

Official page: https://skillscout.sh/official/npgsql/
Markdown page: https://skillscout.sh/official/npgsql/npgsql_skills_skillscout.md
Vendor website: http://www.npgsql.org/

## Prompt for your agent

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

### npgsql/efcore.pg

Includes 2 official skills: sync-to-latest-ef, triage.

Install:

```bash
npx skills add npgsql/efcore.pg -y
```

Source: https://github.com/npgsql/efcore.pg

## Individual skills

### sync-to-latest-ef

Official Npgsql skill from npgsql/efcore.pg.

Install:

```bash
npx skills add npgsql/efcore.pg@sync-to-latest-ef -y
```

Package: npgsql/efcore.pg
Source: https://github.com/npgsql/efcore.pg/tree/main/.agents/skills/sync-to-latest-ef

### triage

Official Npgsql skill from npgsql/efcore.pg.

Install:

```bash
npx skills add npgsql/efcore.pg@triage -y
```

Package: npgsql/efcore.pg
Source: https://github.com/npgsql/efcore.pg/tree/main/.agents/skills/triage

## npgsql/efcore.pg package overview

Includes 2 official skills: sync-to-latest-ef, triage.

### Top skills in this package

- sync-to-latest-ef: Official Npgsql skill from npgsql/efcore.pg.
- triage: Official Npgsql skill from npgsql/efcore.pg.

### Install

Install the full package:

```bash
npx skills add npgsql/efcore.pg -y
```

Install a specific skill:

```bash
npx skills add npgsql/efcore.pg@sync-to-latest-ef -y
```

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

Source: https://github.com/npgsql/efcore.pg#readme
