{
  "markdown": "# Astral plugins for Claude Code\n\n## Installation\n\n### Add the marketplace\n\nAdd the Astral marketplace to Claude Code:\n\n```bash\n/plugin marketplace add astral-sh/claude-code-plugins\n```\n\n### Install the `astral` plugin\n\nAfter adding the marketplace:\n\n```bash\n/plugin install astral@astral-sh\n```\n\nOr browse and install interactively:\n\n```bash\n/plugin\n```\n\n### Team installation\n\nFor team-wide plugin usage, add to your project's `.claude/settings.json`:\n\n```json\n{\n  \"extraKnownMarketplaces\": {\n    \"astral-sh\": {\n      \"source\": {\n        \"source\": \"github\",\n        \"repo\": \"astral-sh/claude-code-plugins\"\n      }\n    }\n  },\n  \"enabledPlugins\": {\n    \"astral@astral-sh\": true\n  }\n}\n```\n\nTeam members will be prompted to install the plugin when they trust the\nrepository.\n\n## Usage\n\n### Skills\n\nThe plugin provides skills for Astral tools.\n\nInvoke skills with `/astral:<skill>`, e.g., `/astral:uv`.\n\nClaude sometimes needs to be prompted to use skills. We recommend adding this\ninstruction to your `CLAUDE.md`:\n\n> When working with Python, invoke the relevant `/astral:<skill>` for `uv`,\n> `ty`, and `ruff` to ensure best practices are followed.\n\n### LSP\n\nThe plugin also provides the ty LSP. It requires `uvx` to be available.\n\n## License\n\nLicensed under either of:\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n",
  "bytes": 1805,
  "sha": "9419a78ad123ca802a5cb9c4534e3dcfcb05533cd545318a2895c9fc8909935a",
  "repo_slug": "astral-sh/claude-code-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_astral_sh_claude_code_plugins_ruff_8fea5ad9/readme"
}