Files
2026-01-08 12:34:03 -06:00

1.5 KiB

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": [
    {
      "source": "github",
      "repo": "astral-sh/claude-code-plugins"
    }
  ],
  "plugins": {
    "astral": {
      "marketplace": "astral-sh"
    }
  }
}

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

Usage

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 /astral:uv skill to ensure best practices are followed.

License

Licensed under either of:

at your option.

Contributing

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.