mirror of
https://github.com/anthropics/claude-code.git
synced 2025-10-19 03:17:50 +03:00
Add bundled plugins from claude-code-marketplace into a new plugins/ directory: - agent-sdk-dev: Development kit for Claude Agent SDK with TypeScript/Python verifiers - ireview-plugin: Comprehensive AI+Human PR review toolkit with 9 specialized agents - commit-commands: Git commit workflow commands (commit, push, PR creation) Created .claude-plugin/marketplace.json at repo root to register the bundled plugins. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
108 B
JSON
6 lines
108 B
JSON
{
|
|
"name": "agent-sdk-dev",
|
|
"description": "Claude Agent SDK Development Plugin",
|
|
"version": "1.0.0"
|
|
}
|