diff --git a/plugins/code-review/.claude-plugin/plugin.json b/plugins/code-review/.claude-plugin/plugin.json new file mode 100644 index 00000000..dd45018d --- /dev/null +++ b/plugins/code-review/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "code-review", + "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring", + "version": "1.0.0", + "author": { + "name": "Boris Cherny", + "email": "boris@anthropic.com" + } +} + diff --git a/plugins/commit-commands/.claude-plugin/plugin.json b/plugins/commit-commands/.claude-plugin/plugin.json new file mode 100644 index 00000000..8c7bde5d --- /dev/null +++ b/plugins/commit-commands/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "commit-commands", + "description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests", + "version": "1.0.0", + "author": { + "name": "Anthropic", + "email": "support@anthropic.com" + } +} +