Skip to content
Open
Show file tree
Hide file tree
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
26 changes: 0 additions & 26 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 10 additions & 0 deletions plugins/commit-commands/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
}