Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kit",
"description": "Community plugin & skills marketplace for Claude Code",
"version": "1.0.0",
"version": "1.1.0",
"owner": {
"name": "hamsurang",
"email": "zlemzlem5656@naver.com"
Expand All @@ -11,6 +11,11 @@
"name": "vitest",
"source": "./plugins/vitest",
"description": "Auto-invoked skill for writing, debugging, and configuring Vitest tests in Vite-based projects"
},
{
"name": "skill-review",
"source": "./plugins/skill-review",
"description": "Slash-command skill that reviews any SKILL.md against best practices and outputs a structured pass/fail report"
}
]
}