# Python Packaging Authority AI Agent Skills

Python Packaging Authority publishes official AI agent skills for its tools, services, and developer workflows.

Browse 1 official AI agent skill across 1 Python Packaging Authority repository, with install commands and source links.

Official page: https://skillscout.sh/official/pypa/
Markdown page: https://skillscout.sh/official/pypa/pypa_skills_skillscout.md
Vendor website: https://www.pypa.io/

## Prompt for your agent

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

### pypa/cibuildwheel

Includes 1 official skill: changelog-entry.

Install:

```bash
npx skills add pypa/cibuildwheel -y
```

Source: https://github.com/pypa/cibuildwheel

## Individual skills

### changelog-entry

Official Python Packaging Authority skill from pypa/cibuildwheel.

Install:

```bash
npx skills add pypa/cibuildwheel@changelog-entry -y
```

Package: pypa/cibuildwheel
Source: https://github.com/pypa/cibuildwheel/tree/main/.agents/skills/changelog-entry

## pypa/cibuildwheel package overview

Includes 1 official skill: changelog-entry.

### Top skills in this package

- changelog-entry: Official Python Packaging Authority skill from pypa/cibuildwheel.

### Install

Install the full package:

```bash
npx skills add pypa/cibuildwheel -y
```

Install a specific skill:

```bash
npx skills add pypa/cibuildwheel@changelog-entry -y
```

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

Source: https://github.com/pypa/cibuildwheel#readme
