Files
gh-claudeforge-marketplace-…/.claude-plugin/plugin.json
2025-11-29 18:13:31 +08:00

12 lines
403 B
JSON

{
"name": "intelligent-commit",
"description": "Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}