18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"name": "example-skill",
|
|
"owner": {
|
|
"name": "Skills Marketplace Team",
|
|
"email": "plugin@42plugin.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "example-skill",
|
|
"description": "Demonstrates proper skill structure and frontmatter format for marketplace skills",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-token-eater-skills-marketplace-skills-example-skill.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |