Zanie Blue f3ce88a7ba add name field to agent skills frontmatter (#15)
Co-authored-by: Kyle Rubenok <kyle@rubenok.ca>
2026-02-27 10:09:15 -06:00
2026-01-08 12:00:00 -06:00
2026-01-08 12:00:00 -06:00
2026-01-08 12:00:00 -06:00
2026-01-08 12:00:00 -06:00

Astral plugins for Claude Code

Installation

Add the marketplace

Add the Astral marketplace to Claude Code:

/plugin marketplace add astral-sh/claude-code-plugins

Install the astral plugin

After adding the marketplace:

/plugin install astral@astral-sh

Or browse and install interactively:

/plugin

Team installation

For team-wide plugin usage, add to your project's .claude/settings.json:

{
  "extraKnownMarketplaces": {
    "astral-sh": {
      "source": {
        "source": "github",
        "repo": "astral-sh/claude-code-plugins"
      }
    }
  },
  "enabledPlugins": {
    "astral@astral-sh": true
  }
}

Team members will be prompted to install the plugin when they trust the repository.

Usage

Skills

The plugin provides skills for Astral tools.

Invoke skills with /astral:<skill>, e.g., /astral:uv.

Claude sometimes needs to be prompted to use skills. We recommend adding this instruction to your CLAUDE.md:

When working with Python, invoke the relevant /astral:<skill> for uv, ty, and ruff to ensure best practices are followed.

LSP

The plugin also provides the ty LSP. It requires uvx to be available.

License

Licensed under either of:

at your option.

Contributing

See CONTRIBUTING.md for development setup and guidelines.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

S
Description
uv: Guide for using uv, the Python package and project manager. Use this when working with Python projects, scripts, packages, or tools.; ruff: Guide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code.; ty: Guide for using ty, the extremely fast Python type checker and language server. Use this when type checking Python code or setting up type checking in Python…
Readme 68 KiB
Languages
Markdown 100%