mirror of
https://github.com/astral-sh/claude-code-plugins.git
synced 2026-09-19 01:27:45 +08:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"name": "astral-sh",
|
|
"owner": {
|
|
"name": "Astral",
|
|
"url": "https://astral.sh"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "astral",
|
|
"source": "./plugins/astral",
|
|
"description": "Skills for working with Python using Astral tools."
|
|
}
|
|
]
|
|
}
|