# Provenance Emu AI Agent Skills

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

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

Official page: https://skillscout.sh/official/provenance-emu/
Markdown page: https://skillscout.sh/official/provenance-emu/provenance-emu_skills_skillscout.md
Vendor website: https://provenance-emu.com/

## Prompt for your agent

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

### provenance-emu/provenance

Includes 4 official skills: swiftui-expert-skill, swift-concurrency, swift-testing-expert, swiftdata-pro.

Install:

```bash
npx skills add provenance-emu/provenance -y
```

Source: https://github.com/Provenance-Emu/Provenance

## Individual skills

### swiftui-expert-skill

Official Provenance Emu skill from provenance-emu/provenance.

Install:

```bash
npx skills add provenance-emu/provenance@swiftui-expert-skill -y
```

Package: provenance-emu/provenance
Source: https://github.com/Provenance-Emu/Provenance/tree/develop/.agents/skills/swiftui-expert-skill

### swift-concurrency

Official Provenance Emu skill from provenance-emu/provenance.

Install:

```bash
npx skills add provenance-emu/provenance@swift-concurrency -y
```

Package: provenance-emu/provenance
Source: https://github.com/Provenance-Emu/Provenance/tree/develop/.agents/skills/swift-concurrency

### swift-testing-expert

Official Provenance Emu skill from provenance-emu/provenance.

Install:

```bash
npx skills add provenance-emu/provenance@swift-testing-expert -y
```

Package: provenance-emu/provenance
Source: https://github.com/provenance-emu/provenance/tree/HEAD/.agents/skills/swift-testing-expert

### swiftdata-pro

Official Provenance Emu skill from provenance-emu/provenance.

Install:

```bash
npx skills add provenance-emu/provenance@swiftdata-pro -y
```

Package: provenance-emu/provenance
Source: https://github.com/Provenance-Emu/Provenance/tree/develop/.agents/skills/swiftdata-pro

## provenance-emu/provenance package overview

Includes 4 official skills: swiftui-expert-skill, swift-concurrency, swift-testing-expert, swiftdata-pro.

### Top skills in this package

- swiftui-expert-skill: Official Provenance Emu skill from provenance-emu/provenance.
- swift-concurrency: Official Provenance Emu skill from provenance-emu/provenance.
- swift-testing-expert: Official Provenance Emu skill from provenance-emu/provenance.
- swiftdata-pro: Official Provenance Emu skill from provenance-emu/provenance.

### Install

Install the full package:

```bash
npx skills add provenance-emu/provenance -y
```

Install a specific skill:

```bash
npx skills add provenance-emu/provenance@swiftui-expert-skill -y
```

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

Source: https://github.com/provenance-emu/provenance#readme
