# Astral AI Agent Skills

Astral publishes official AI agent skills for its tools, services, and developer workflows. High-performance developer tools for the Python ecosystem, from @OpenAI.

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

Official page: https://skillscout.sh/official/astral-sh/
Markdown page: https://skillscout.sh/official/astral-sh/astral-sh_skills_skillscout.md
Vendor website: https://astral.sh/

## Prompt for your agent

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

### astral-sh/claude-code-plugins

Includes 3 official skills: uv, ruff, ty.

Install:

```bash
npx skills add astral-sh/claude-code-plugins -y
```

Source: https://github.com/astral-sh/claude-code-plugins

## Individual skills

### uv

Official Astral skill from astral-sh/claude-code-plugins.

Install:

```bash
npx skills add astral-sh/claude-code-plugins@uv -y
```

Package: astral-sh/claude-code-plugins
Source: https://github.com/astral-sh/claude-code-plugins/tree/main/plugins/astral/skills/uv

### ruff

Official Astral skill from astral-sh/claude-code-plugins.

Install:

```bash
npx skills add astral-sh/claude-code-plugins@ruff -y
```

Package: astral-sh/claude-code-plugins
Source: https://github.com/astral-sh/claude-code-plugins/tree/main/plugins/astral/skills/ruff

### ty

Official Astral skill from astral-sh/claude-code-plugins.

Install:

```bash
npx skills add astral-sh/claude-code-plugins@ty -y
```

Package: astral-sh/claude-code-plugins
Source: https://github.com/astral-sh/claude-code-plugins/tree/main/plugins/astral/skills/ty

## astral-sh/claude-code-plugins package overview

Includes 3 official skills: uv, ruff, ty.

### Top skills in this package

- uv: Official Astral skill from astral-sh/claude-code-plugins.
- ruff: Official Astral skill from astral-sh/claude-code-plugins.
- ty: Official Astral skill from astral-sh/claude-code-plugins.

### Install

Install the full package:

```bash
npx skills add astral-sh/claude-code-plugins -y
```

Install a specific skill:

```bash
npx skills add astral-sh/claude-code-plugins@uv -y
```

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

Source: https://github.com/astral-sh/claude-code-plugins#readme
