fix(marketplace): bump versions for 15 plugins after skill/agent additions (#143) (#144)

Fixes cache invalidation issue where commit 01d93fc added 5 new agents
and 45+ skills without incrementing plugin versions in marketplace.json.

Version bumps:
- metadata: 1.3.0 → 1.3.1
- accessibility-compliance: 1.2.0 → 1.2.1 (+2 skills)
- backend-development: 1.2.3 → 1.2.4 (+1 agent, +4 skills)
- business-analytics: 1.2.0 → 1.2.1 (+2 skills)
- cloud-infrastructure: 1.2.1 → 1.2.2 (+1 agent, +4 skills)
- data-engineering: 1.2.1 → 1.2.2 (+4 skills)
- developer-essentials: 1.0.0 → 1.0.1 (+1 agent, +3 skills)
- documentation-generation: 1.2.0 → 1.2.1 (+3 skills)
- frontend-mobile-development: 1.2.0 → 1.2.1 (+4 skills)
- game-development: 1.2.0 → 1.2.1 (+2 skills)
- hr-legal-compliance: 1.2.0 → 1.2.1 (+2 skills)
- incident-response: 1.2.1 → 1.2.2 (+3 skills)
- llm-application-dev: 1.2.1 → 1.2.2 (+1 agent, +4 skills)
- quantitative-trading: 1.2.0 → 1.2.1 (+2 skills)
- security-scanning: 1.2.2 → 1.2.3 (+1 agent, +4 skills)
- systems-programming: 1.2.0 → 1.2.1 (+3 skills)
This commit is contained in:
Neil Scholten
2025-12-23 15:01:14 +01:00
committed by GitHub
parent 12f3ff4555
commit de7bb03e3f

View File

@@ -7,7 +7,7 @@
}, },
"metadata": { "metadata": {
"description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage", "description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage",
"version": "1.3.0" "version": "1.3.1"
}, },
"plugins": [ "plugins": [
{ {
@@ -102,7 +102,7 @@
"name": "backend-development", "name": "backend-development",
"source": "./plugins/backend-development", "source": "./plugins/backend-development",
"description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development", "description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
"version": "1.2.3", "version": "1.2.4",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -148,7 +148,7 @@
"name": "frontend-mobile-development", "name": "frontend-mobile-development",
"source": "./plugins/frontend-mobile-development", "source": "./plugins/frontend-mobile-development",
"description": "Frontend UI development and mobile application implementation across platforms", "description": "Frontend UI development and mobile application implementation across platforms",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -417,7 +417,7 @@
"name": "llm-application-dev", "name": "llm-application-dev",
"source": "./plugins/llm-application-dev", "source": "./plugins/llm-application-dev",
"description": "LLM application development, prompt engineering, and AI assistant optimization", "description": "LLM application development, prompt engineering, and AI assistant optimization",
"version": "1.2.1", "version": "1.2.2",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -550,7 +550,7 @@
"name": "data-engineering", "name": "data-engineering",
"source": "./plugins/data-engineering", "source": "./plugins/data-engineering",
"description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development", "description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development",
"version": "1.2.1", "version": "1.2.2",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -586,7 +586,7 @@
"name": "incident-response", "name": "incident-response",
"source": "./plugins/incident-response", "source": "./plugins/incident-response",
"description": "Production incident management, triage workflows, and automated incident resolution", "description": "Production incident management, triage workflows, and automated incident resolution",
"version": "1.2.1", "version": "1.2.2",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -806,7 +806,7 @@
"name": "cloud-infrastructure", "name": "cloud-infrastructure",
"source": "./plugins/cloud-infrastructure", "source": "./plugins/cloud-infrastructure",
"description": "Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization", "description": "Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
"version": "1.2.1", "version": "1.2.2",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1132,7 +1132,7 @@
"name": "security-scanning", "name": "security-scanning",
"source": "./plugins/security-scanning", "source": "./plugins/security-scanning",
"description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening", "description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening",
"version": "1.2.2", "version": "1.2.3",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1427,7 +1427,7 @@
"name": "documentation-generation", "name": "documentation-generation",
"source": "./plugins/documentation-generation", "source": "./plugins/documentation-generation",
"description": "OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation", "description": "OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1533,7 +1533,7 @@
"name": "business-analytics", "name": "business-analytics",
"source": "./plugins/business-analytics", "source": "./plugins/business-analytics",
"description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making", "description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1564,7 +1564,7 @@
"name": "hr-legal-compliance", "name": "hr-legal-compliance",
"source": "./plugins/hr-legal-compliance", "source": "./plugins/hr-legal-compliance",
"description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation", "description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1684,7 +1684,7 @@
"name": "quantitative-trading", "name": "quantitative-trading",
"source": "./plugins/quantitative-trading", "source": "./plugins/quantitative-trading",
"description": "Quantitative analysis, algorithmic trading strategies, financial modeling, portfolio risk management, and backtesting", "description": "Quantitative analysis, algorithmic trading strategies, financial modeling, portfolio risk management, and backtesting",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1749,7 +1749,7 @@
"name": "game-development", "name": "game-development",
"source": "./plugins/game-development", "source": "./plugins/game-development",
"description": "Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs", "description": "Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1781,7 +1781,7 @@
"name": "accessibility-compliance", "name": "accessibility-compliance",
"source": "./plugins/accessibility-compliance", "source": "./plugins/accessibility-compliance",
"description": "WCAG accessibility auditing, compliance validation, UI testing for screen readers, keyboard navigation, and inclusive design", "description": "WCAG accessibility auditing, compliance validation, UI testing for screen readers, keyboard navigation, and inclusive design",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -1885,7 +1885,7 @@
"name": "systems-programming", "name": "systems-programming",
"source": "./plugins/systems-programming", "source": "./plugins/systems-programming",
"description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development", "description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development",
"version": "1.2.0", "version": "1.2.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
@@ -2094,7 +2094,7 @@
"name": "developer-essentials", "name": "developer-essentials",
"source": "./plugins/developer-essentials", "source": "./plugins/developer-essentials",
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management", "description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
"version": "1.0.0", "version": "1.0.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"