← Back to list

plugin-dev
by spences10
🦀 Claude Code toolkit for self improving skills, performance and mcp-essentials
⭐ 4🍴 0📅 Jan 24, 2026
SKILL.md
name: plugin-dev description: Validate, test, and distribute Claude Code plugins and marketplaces. Use when developing plugins, debugging validation errors, or preparing for distribution.
Plugin Development
Develop and distribute Claude Code plugins and marketplaces.
Quick Commands
# Validate marketplace/plugin
claude plugin validate .
# Test local install
/plugin marketplace add ./path/to/marketplace
/plugin install my-plugin@marketplace-name
# Check installed plugins
/plugin list
Marketplace Schema
Required fields in .claude-plugin/marketplace.json:
{
"name": "marketplace-name",
"owner": { "name": "Your Name" },
"plugins": [
{
"name": "plugin-name",
"source": "./plugins/plugin-name",
"description": "What it does"
}
]
}
Plugin Schema
Required fields in .claude-plugin/plugin.json:
{
"name": "plugin-name",
"description": "What it does",
"version": "1.0.0"
}
Common Errors
| Error | Fix |
|---|---|
owner: expected object | Add "owner": { "name": "..." } |
plugins.0: expected object | Change string array to object array |
source: Invalid input | Use ./path/to/plugin format |
References
- marketplace-schema.md - Full marketplace fields
- plugin-schema.md - Full plugin fields
- validation-guide.md - Debugging validation errors
- distribution.md - Publishing to GitHub
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
