By astral-sh
Guides Python developers on using Astral tools: manage projects and dependencies with uv (including pip/poetry migrations and uvx scripts), lint/format/fix code with Ruff (replacing Flake8/Black/isort via pyproject.toml), and type-check with ty (mypy/Pyright migrations, LSP config). Activates on uv.lock or tool configs.
npx claudepluginhub astral-sh/claude-code-plugins --plugin astralGuide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code.
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 projects.
Guide for using uv, the Python package and project manager. Use this when working with Python projects, scripts, packages, or tools.
Add the Astral marketplace to Claude Code:
/plugin marketplace add astral-sh/claude-code-plugins
astral pluginAfter adding the marketplace:
/plugin install astral@astral-sh
Or browse and install interactively:
/plugin
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.
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>foruv,ty, andruffto ensure best practices are followed.
The plugin also provides the ty LSP. It requires uvx to be available.
Licensed under either of:
at your option.
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.
AI-powered development tools for code review, research, design, and workflow automation.
Comprehensive collection of specialized Rust development agents with Claude Code best practices. Includes rust-teamlead agent and rust-team skill for multi-agent collaborative development via Claude Code experimental agent teams. rust-analyzer LSP integration for real-time code intelligence. Handoff protocol via rust-agent-handoff skill for context sharing. Adversarial critic agent for stress-testing designs. Updated for Rust Edition 2024 and modern tooling.