Files
gh-hyperskill-claude-code-m…/skills/plugin-authoring/templates/plugin-manifest.json
2025-11-29 18:47:48 +08:00

15 lines
407 B
JSON

{
"name": "PLUGIN-NAME",
"version": "0.1.0",
"description": "Brief description of what this plugin does",
"author": {
"name": "Your Name",
"email": "you@example.com",
"url": "https://github.com/your-username"
},
"homepage": "https://github.com/your-org/your-repo",
"repository": "https://github.com/your-org/your-repo",
"license": "MIT",
"keywords": ["keyword1", "keyword2"]
}