Files
42marketplaces/sync/gh-token-eater-skills-marketplace-skills-example-skill.json
2025-11-30 09:08:53 +08:00

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
}
]
}