From 8dc154b45501f6b3135f4646a65bf2a6745a9395 Mon Sep 17 00:00:00 2001 From: chris greer Date: Fri, 29 May 2026 20:34:21 +0000 Subject: [PATCH] Fix marketplace integrity: broken README link, orphan entries, missing plugin.json Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .claude-plugin/marketplace.json | 26 ------------------- README-zh.md | 2 +- README.md | 2 +- .../.claude-plugin/plugin.json | 10 +++++++ 4 files changed, 12 insertions(+), 28 deletions(-) create mode 100644 plugins/commit-commands/.claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 6f29b6b..c790bf8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -457,18 +457,6 @@ "category": "Git Workflow", "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/husky" }, - { - "name": "2-commit-fast", - "source": "./plugins/2-commit-fast", - "description": "Automates git commit process by selecting the first suggested message, generating structured commits with consistent formatting while skipping manual confirmation and removing Claude co-Contributorship footer", - "version": "1.0.0", - "author": { - "name": "steadycursor", - "url": "https://github.com/steadycursor" - }, - "category": "general", - "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/2-commit-fast" - }, { "name": "pr-issue-resolve", "source": "./plugins/pr-issue-resolve", @@ -505,20 +493,6 @@ "security" ] }, - { - "name": "accessibility-expert", - "source": "./plugins/accessibility-expert", - "description": "Examples:", - "version": "1.0.0", - "author": { - "name": "Alysson Franklin" - }, - "category": "agents", - "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/accessibility-expert", - "keywords": [ - "subagent" - ] - }, { "name": "ai-engineer", "source": "./plugins/ai-engineer", diff --git a/README-zh.md b/README-zh.md index 2c2de0e..d978830 100644 --- a/README-zh.md +++ b/README-zh.md @@ -49,7 +49,7 @@ ### Claude Code 官方插件 - [agent-sdk-dev](./plugins/agent-sdk-dev) -- [pr-review-toolkit](./plugins/pr-review-toolkit") +- [pr-review-toolkit](./plugins/pr-review-toolkit) - [commit-commands](./plugins/commit-commands) - [feature-dev](./plugins/feature-dev) - [security-guidance](./plugins/security-guidance) diff --git a/README.md b/README.md index e4de615..0ac8f88 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you ### Official Claude Code Plugins - [agent-sdk-dev](./plugins/agent-sdk-dev) -- [pr-review-toolkit](./plugins/pr-review-toolkit") +- [pr-review-toolkit](./plugins/pr-review-toolkit) - [commit-commands](./plugins/commit-commands) - [feature-dev](./plugins/feature-dev) - [security-guidance](./plugins/security-guidance) diff --git a/plugins/commit-commands/.claude-plugin/plugin.json b/plugins/commit-commands/.claude-plugin/plugin.json new file mode 100644 index 0000000..f4bec84 --- /dev/null +++ b/plugins/commit-commands/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "commit-commands", + "description": "Commands for git commit workflows including commit, push, and PR creation", + "version": "1.0.0", + "author": { + "name": "Anthropic", + "email": "support@anthropic.com" + }, + "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/commit-commands" +}