From 4709662631935e39546558a4a082842105891c5a Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 18 Mar 2026 09:01:31 +0100 Subject: [PATCH] =?UTF-8?q?feat(marketplace):=20add=206=20missing=20standa?= =?UTF-8?q?lone=20plugins=20=E2=80=94=20total=2022=E2=86=9228?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added to marketplace: - a11y-audit (WCAG 2.2 accessibility audit) - executive-mentor (adversarial thinking partner) - docker-development (Dockerfile, compose, multi-stage) - helm-chart-builder (Helm chart scaffolding) - terraform-patterns (IaC module design) - research-summarizer (structured research synthesis) Also fixed version 1.0.0 → 2.1.2 on 4 plugin.json files (executive-mentor, docker-development, helm-chart-builder, research-summarizer) Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 105 ++++++++++++++++++ .../.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 6 +- .../.claude-plugin/plugin.json | 4 +- 5 files changed, 114 insertions(+), 9 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 23f1b33..f2edb9b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -441,6 +441,111 @@ "optimization" ], "category": "development" + }, + { + "name": "a11y-audit", + "source": "./engineering-team/a11y-audit", + "description": "WCAG 2.2 accessibility audit and fix for React, Next.js, Vue, Angular, Svelte, and HTML. Static scanner detecting 20+ violation types, contrast checker with suggest mode, framework-specific fix patterns, /a11y-audit slash command.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "accessibility", + "a11y", + "wcag", + "aria", + "screen-reader", + "contrast", + "keyboard-navigation" + ], + "category": "development" + }, + { + "name": "executive-mentor", + "source": "./c-level-advisor/executive-mentor", + "description": "Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for board meetings, navigates hard calls, runs postmortems. 5 sub-skills with slash commands.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "executive", + "mentor", + "stress-test", + "board-prep", + "founder", + "leadership" + ], + "category": "leadership" + }, + { + "name": "docker-development", + "source": "./engineering/docker-development", + "description": "Docker and container development — Dockerfile optimization, docker-compose orchestration, multi-stage builds, security hardening, and CI/CD container pipelines.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "docker", + "container", + "dockerfile", + "docker-compose", + "devops" + ], + "category": "development" + }, + { + "name": "helm-chart-builder", + "source": "./engineering/helm-chart-builder", + "description": "Helm chart development — chart scaffolding, values design, template patterns, dependency management, and Kubernetes deployment strategies.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "helm", + "kubernetes", + "k8s", + "chart", + "deployment" + ], + "category": "development" + }, + { + "name": "terraform-patterns", + "source": "./engineering/terraform-patterns", + "description": "Terraform infrastructure-as-code — module design patterns, state management, provider configuration, CI/CD integration, and multi-environment strategies.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "terraform", + "iac", + "infrastructure", + "devops", + "cloud" + ], + "category": "development" + }, + { + "name": "research-summarizer", + "source": "./product-team/research-summarizer", + "description": "Structured research summarization — summarize academic papers, market research, user interviews, and competitive analysis into actionable insights.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "research", + "summarization", + "analysis", + "insights", + "product" + ], + "category": "product" } ] } diff --git a/c-level-advisor/executive-mentor/.claude-plugin/plugin.json b/c-level-advisor/executive-mentor/.claude-plugin/plugin.json index 0f96666..b871d42 100644 --- a/c-level-advisor/executive-mentor/.claude-plugin/plugin.json +++ b/c-level-advisor/executive-mentor/.claude-plugin/plugin.json @@ -1,10 +1,10 @@ { "name": "executive-mentor", "description": "Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for board meetings, navigates hard decisions, and forces honest post-mortems.", - "version": "1.0.0", + "version": "2.1.2", "author": { "name": "Alireza Rezvani" }, "license": "MIT", "skills": "./" -} +} \ No newline at end of file diff --git a/engineering/docker-development/.claude-plugin/plugin.json b/engineering/docker-development/.claude-plugin/plugin.json index 56b0dbb..8e92d7c 100644 --- a/engineering/docker-development/.claude-plugin/plugin.json +++ b/engineering/docker-development/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "docker-development", "description": "Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security hardening. Covers build performance, layer caching, and production-ready container patterns.", - "version": "1.0.0", + "version": "2.1.2", "author": { "name": "Alireza Rezvani", "url": "https://alirezarezvani.com" @@ -10,4 +10,4 @@ "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", "skills": "./" -} +} \ No newline at end of file diff --git a/engineering/helm-chart-builder/.claude-plugin/plugin.json b/engineering/helm-chart-builder/.claude-plugin/plugin.json index 61f270d..be04c5c 100644 --- a/engineering/helm-chart-builder/.claude-plugin/plugin.json +++ b/engineering/helm-chart-builder/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "helm-chart-builder", - "description": "Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing.", - "version": "1.0.0", + "description": "Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw \u2014 chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing.", + "version": "2.1.2", "author": { "name": "Alireza Rezvani", "url": "https://alirezarezvani.com" @@ -10,4 +10,4 @@ "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", "skills": "./" -} +} \ No newline at end of file diff --git a/product-team/research-summarizer/.claude-plugin/plugin.json b/product-team/research-summarizer/.claude-plugin/plugin.json index 0e9e8de..fd14be7 100644 --- a/product-team/research-summarizer/.claude-plugin/plugin.json +++ b/product-team/research-summarizer/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "research-summarizer", "description": "Structured research summarization agent skill and plugin for Claude Code, Codex, and Gemini CLI. Summarize academic papers, compare web articles, extract citations, and produce actionable research briefs.", - "version": "1.0.0", + "version": "2.1.2", "author": { "name": "Alireza Rezvani", "url": "https://alirezarezvani.com" @@ -10,4 +10,4 @@ "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", "skills": "./" -} +} \ No newline at end of file