mirror of
https://github.com/slidevjs/slidev.git
synced 2026-09-14 20:46:32 +08:00
feat(skills): add native Claude Code plugin installation support (#2523)
Co-authored-by: Anthony Fu <github@antfu.me>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "slidev-plugins",
|
||||
"owner": {
|
||||
"name": "Anthony Fu",
|
||||
"url": "https://github.com/antfu"
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Claude Code plugins for the Slidev presentation framework"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "slidev",
|
||||
"source": "./",
|
||||
"description": "Claude Code skill for creating and presenting Slidev slidedecks"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "slidev",
|
||||
"version": "1.0.0",
|
||||
"description": "Claude Code skill for creating and presenting Slidev slidedecks",
|
||||
"author": {
|
||||
"name": "Anthony Fu",
|
||||
"url": "https://github.com/antfu"
|
||||
},
|
||||
"repository": "https://github.com/slidevjs/slidev",
|
||||
"license": "MIT",
|
||||
"keywords": ["presentations", "slides", "markdown", "vue", "developer-tools"]
|
||||
}
|
||||
Reference in New Issue
Block a user