chore: modernize all plugins to new format with per-plugin plugin.json

Add .claude-plugin/plugin.json to all 67 remaining plugins and simplify
marketplace.json entries by removing redundant fields (keywords, strict,
commands, agents, skills, repository) that are now auto-discovered.
Bump marketplace version to 1.5.0.
This commit is contained in:
Seth Hobson
2026-02-05 22:02:17 -05:00
parent a5ab5d8f31
commit 4820385a31
68 changed files with 835 additions and 1161 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "developer-essentials",
"version": "1.0.1",
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}