Add Claude Code marketplace metadata for paper-reader skill
Moves skill/ to skills/paper-reader/ and adds .claude-plugin/ marketplace and plugin manifests so the repo can be installed directly as a Claude Code skill marketplace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f82b738db7
commit
a45b8df676
3 changed files with 22 additions and 0 deletions
14
.claude-plugin/marketplace.json
Normal file
14
.claude-plugin/marketplace.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "paper-marketplace",
|
||||||
|
"owner": {
|
||||||
|
"name": "Ellie"
|
||||||
|
},
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "paper",
|
||||||
|
"source": "./",
|
||||||
|
"description": "Fetch and read academic papers by DOI, converting to markdown",
|
||||||
|
"version": "0.1.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
8
.claude-plugin/plugin.json
Normal file
8
.claude-plugin/plugin.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"name": "paper",
|
||||||
|
"description": "Fetch and read academic papers by DOI, converting to markdown",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Ellie"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue