diff --git a/external_plugins/asana/.claude-plugin/plugin.json b/external_plugins/asana/.claude-plugin/plugin.json index 6ea850fb..418f7bf0 100644 --- a/external_plugins/asana/.claude-plugin/plugin.json +++ b/external_plugins/asana/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "asana", + "version": "1.0.0", "description": "Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.", "author": { "name": "Asana" diff --git a/external_plugins/context7/.claude-plugin/plugin.json b/external_plugins/context7/.claude-plugin/plugin.json index a53438cb..88573f91 100644 --- a/external_plugins/context7/.claude-plugin/plugin.json +++ b/external_plugins/context7/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "context7", + "version": "1.0.0", "description": "Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.", "author": { "name": "Upstash" diff --git a/external_plugins/firebase/.claude-plugin/plugin.json b/external_plugins/firebase/.claude-plugin/plugin.json index 5d22b478..9ef19c55 100644 --- a/external_plugins/firebase/.claude-plugin/plugin.json +++ b/external_plugins/firebase/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "firebase", + "version": "1.0.0", "description": "Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.", "author": { "name": "Google" diff --git a/external_plugins/github/.claude-plugin/plugin.json b/external_plugins/github/.claude-plugin/plugin.json index 4024e231..c3d9e97d 100644 --- a/external_plugins/github/.claude-plugin/plugin.json +++ b/external_plugins/github/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "github", + "version": "1.0.0", "description": "Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.", "author": { "name": "GitHub" diff --git a/external_plugins/gitlab/.claude-plugin/plugin.json b/external_plugins/gitlab/.claude-plugin/plugin.json index 5ac2823f..b583d2c3 100644 --- a/external_plugins/gitlab/.claude-plugin/plugin.json +++ b/external_plugins/gitlab/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "gitlab", + "version": "1.0.0", "description": "GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.", "author": { "name": "GitLab" diff --git a/external_plugins/greptile/.claude-plugin/plugin.json b/external_plugins/greptile/.claude-plugin/plugin.json index 6b054b4f..f268ae39 100644 --- a/external_plugins/greptile/.claude-plugin/plugin.json +++ b/external_plugins/greptile/.claude-plugin/plugin.json @@ -1,10 +1,17 @@ { "name": "greptile", + "version": "1.0.0", "description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.", "author": { "name": "Greptile", "url": "https://greptile.com" }, "homepage": "https://greptile.com/docs", - "keywords": ["code-review", "pull-requests", "github", "gitlab", "ai"] + "keywords": [ + "code-review", + "pull-requests", + "github", + "gitlab", + "ai" + ] } diff --git a/external_plugins/laravel-boost/.claude-plugin/plugin.json b/external_plugins/laravel-boost/.claude-plugin/plugin.json index b5998fdb..9478c523 100644 --- a/external_plugins/laravel-boost/.claude-plugin/plugin.json +++ b/external_plugins/laravel-boost/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "laravel-boost", + "version": "1.0.0", "description": "Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.", "author": { "name": "Laravel" diff --git a/external_plugins/linear/.claude-plugin/plugin.json b/external_plugins/linear/.claude-plugin/plugin.json index 2a5d9e0a..dbfb0e63 100644 --- a/external_plugins/linear/.claude-plugin/plugin.json +++ b/external_plugins/linear/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "linear", + "version": "1.0.0", "description": "Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.", "author": { "name": "Linear" diff --git a/external_plugins/playwright/.claude-plugin/plugin.json b/external_plugins/playwright/.claude-plugin/plugin.json index d81967e2..cd298731 100644 --- a/external_plugins/playwright/.claude-plugin/plugin.json +++ b/external_plugins/playwright/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "playwright", + "version": "1.0.0", "description": "Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.", "author": { "name": "Microsoft" diff --git a/external_plugins/serena/.claude-plugin/plugin.json b/external_plugins/serena/.claude-plugin/plugin.json index be588cb4..74ceceb5 100644 --- a/external_plugins/serena/.claude-plugin/plugin.json +++ b/external_plugins/serena/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "serena", + "version": "1.0.0", "description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.", "author": { "name": "Oraios" diff --git a/external_plugins/supabase/.claude-plugin/plugin.json b/external_plugins/supabase/.claude-plugin/plugin.json index 2d230859..5de71d05 100644 --- a/external_plugins/supabase/.claude-plugin/plugin.json +++ b/external_plugins/supabase/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "supabase", + "version": "1.0.0", "description": "Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.", "author": { "name": "Supabase" diff --git a/external_plugins/terraform/.claude-plugin/plugin.json b/external_plugins/terraform/.claude-plugin/plugin.json index 8ed4540c..1cb8ca1b 100644 --- a/external_plugins/terraform/.claude-plugin/plugin.json +++ b/external_plugins/terraform/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "terraform", + "version": "1.0.0", "description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.", "author": { "name": "HashiCorp" diff --git a/plugins/agent-sdk-dev/.claude-plugin/plugin.json b/plugins/agent-sdk-dev/.claude-plugin/plugin.json index 33634da3..bdcbd66b 100644 --- a/plugins/agent-sdk-dev/.claude-plugin/plugin.json +++ b/plugins/agent-sdk-dev/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "agent-sdk-dev", + "version": "1.0.0", "description": "Claude Agent SDK Development Plugin", "author": { "name": "Anthropic", diff --git a/plugins/code-review/.claude-plugin/plugin.json b/plugins/code-review/.claude-plugin/plugin.json index c48abfeb..8c367513 100644 --- a/plugins/code-review/.claude-plugin/plugin.json +++ b/plugins/code-review/.claude-plugin/plugin.json @@ -1,9 +1,9 @@ { "name": "code-review", + "version": "1.0.0", "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring", "author": { "name": "Anthropic", "email": "support@anthropic.com" } } - diff --git a/plugins/commit-commands/.claude-plugin/plugin.json b/plugins/commit-commands/.claude-plugin/plugin.json index f585c2d0..ffc6bb44 100644 --- a/plugins/commit-commands/.claude-plugin/plugin.json +++ b/plugins/commit-commands/.claude-plugin/plugin.json @@ -1,9 +1,9 @@ { "name": "commit-commands", + "version": "1.0.0", "description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests", "author": { "name": "Anthropic", "email": "support@anthropic.com" } } - diff --git a/plugins/explanatory-output-style/.claude-plugin/plugin.json b/plugins/explanatory-output-style/.claude-plugin/plugin.json index d8d8dbb6..1a98d12c 100644 --- a/plugins/explanatory-output-style/.claude-plugin/plugin.json +++ b/plugins/explanatory-output-style/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "explanatory-output-style", + "version": "1.0.0", "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "author": { "name": "Anthropic", diff --git a/plugins/feature-dev/.claude-plugin/plugin.json b/plugins/feature-dev/.claude-plugin/plugin.json index 22f1bea8..6725beb9 100644 --- a/plugins/feature-dev/.claude-plugin/plugin.json +++ b/plugins/feature-dev/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "feature-dev", + "version": "1.0.0", "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "author": { "name": "Anthropic", diff --git a/plugins/frontend-design/.claude-plugin/plugin.json b/plugins/frontend-design/.claude-plugin/plugin.json index 6a1426c7..12177b6c 100644 --- a/plugins/frontend-design/.claude-plugin/plugin.json +++ b/plugins/frontend-design/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "frontend-design", + "version": "1.0.0", "description": "Frontend design skill for UI/UX implementation", "author": { "name": "Anthropic", diff --git a/plugins/hookify/.claude-plugin/plugin.json b/plugins/hookify/.claude-plugin/plugin.json index 657f3d8d..f499eb28 100644 --- a/plugins/hookify/.claude-plugin/plugin.json +++ b/plugins/hookify/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "hookify", + "version": "1.0.0", "description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns", "author": { "name": "Anthropic", diff --git a/plugins/learning-output-style/.claude-plugin/plugin.json b/plugins/learning-output-style/.claude-plugin/plugin.json index 72d365c2..71e67fed 100644 --- a/plugins/learning-output-style/.claude-plugin/plugin.json +++ b/plugins/learning-output-style/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "learning-output-style", + "version": "1.0.0", "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "author": { "name": "Anthropic", diff --git a/plugins/mcp-server-dev/.claude-plugin/plugin.json b/plugins/mcp-server-dev/.claude-plugin/plugin.json index 652e97fc..05d9d428 100644 --- a/plugins/mcp-server-dev/.claude-plugin/plugin.json +++ b/plugins/mcp-server-dev/.claude-plugin/plugin.json @@ -1,6 +1,7 @@ { "name": "mcp-server-dev", - "description": "Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.", + "version": "1.0.0", + "description": "Skills for designing and building MCP servers that work seamlessly with Claude \u2014 guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.", "author": { "name": "Anthropic", "email": "support@anthropic.com" diff --git a/plugins/playground/.claude-plugin/plugin.json b/plugins/playground/.claude-plugin/plugin.json index 12a6ef30..4a5e5c64 100644 --- a/plugins/playground/.claude-plugin/plugin.json +++ b/plugins/playground/.claude-plugin/plugin.json @@ -1,6 +1,7 @@ { "name": "playground", - "description": "Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button", + "version": "1.0.0", + "description": "Creates interactive HTML playgrounds \u2014 self-contained single-file explorers with visual controls, live preview, and prompt output with copy button", "author": { "name": "Anthropic", "email": "support@anthropic.com" diff --git a/plugins/plugin-dev/.claude-plugin/plugin.json b/plugins/plugin-dev/.claude-plugin/plugin.json index 19cd8716..01d3fbd6 100644 --- a/plugins/plugin-dev/.claude-plugin/plugin.json +++ b/plugins/plugin-dev/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "plugin-dev", + "version": "1.0.0", "description": "Plugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance", "author": { "name": "Anthropic", diff --git a/plugins/pr-review-toolkit/.claude-plugin/plugin.json b/plugins/pr-review-toolkit/.claude-plugin/plugin.json index e81d7aa3..5a0cb13c 100644 --- a/plugins/pr-review-toolkit/.claude-plugin/plugin.json +++ b/plugins/pr-review-toolkit/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "pr-review-toolkit", + "version": "1.0.0", "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification", "author": { "name": "Anthropic", diff --git a/plugins/ralph-loop/.claude-plugin/plugin.json b/plugins/ralph-loop/.claude-plugin/plugin.json index bac0a0bb..7e101a7c 100644 --- a/plugins/ralph-loop/.claude-plugin/plugin.json +++ b/plugins/ralph-loop/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "ralph-loop", + "version": "1.0.0", "description": "Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.", "author": { "name": "Anthropic", diff --git a/plugins/security-guidance/.claude-plugin/plugin.json b/plugins/security-guidance/.claude-plugin/plugin.json index 535afff5..75a1904f 100644 --- a/plugins/security-guidance/.claude-plugin/plugin.json +++ b/plugins/security-guidance/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "security-guidance", + "version": "1.0.0", "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", "author": { "name": "Anthropic", diff --git a/plugins/skill-creator/.claude-plugin/plugin.json b/plugins/skill-creator/.claude-plugin/plugin.json index 565b44d2..7f9699cd 100644 --- a/plugins/skill-creator/.claude-plugin/plugin.json +++ b/plugins/skill-creator/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "skill-creator", + "version": "1.0.0", "description": "Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.", "author": { "name": "Anthropic",