feat(marketplace): implement plugin marketplace
Generate plugin manifests / validate (push) Skipped
Generate plugin manifests / generate (push) Successful in 54s

Implements a new plugin marketplace structure and expands repository
support beyond basic skills to include plugins, MCPs, hooks, etc.
This commit is contained in:
2026-08-24 14:38:52 -04:00
parent b3185381c5
commit aee7facbae
32 changed files with 985 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"name": "git-publish-workflow",
"description": "Automates branching, conventional commits, testing, and PR creation for uncommitted or staged work. Handles both independent and stacked PRs."
}