From 3b41e6f5b94e96ad0652b93ef915ddd131227dcf Mon Sep 17 00:00:00 2001 From: Alireza Rezvani Date: Thu, 5 Mar 2026 14:14:36 +0100 Subject: [PATCH] feat: add playwright-pro to marketplace registry (#256) - New plugin: playwright-pro (9 skills, 3 agents, 55 templates, 2 MCP servers) - Install: /plugin install playwright-pro@claude-code-skills - Total marketplace plugins: 17 Co-authored-by: Leo --- .claude-plugin/marketplace.json | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index deb4f69..cbbcd16 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/alirezarezvani/claude-skills", "repository": "https://github.com/alirezarezvani/claude-skills", "metadata": { - "description": "86 production-ready skill packages across 9 domains: marketing, engineering, engineering-advanced, product, C-level advisory, project management, regulatory compliance, business growth, and finance", + "description": "87+ production-ready skill packages across 9 domains: marketing, engineering, engineering-advanced, product, C-level advisory, project management, regulatory compliance, business growth, and finance", "version": "2.0.0" }, "plugins": [ @@ -303,6 +303,29 @@ "pre-install" ], "category": "security" + }, + { + "name": "playwright-pro", + "source": "./engineering-team/playwright-pro", + "description": "Production-grade Playwright testing toolkit. 9 skills, 3 agents, 55 templates, TestRail + BrowserStack MCP integrations. Generate tests, fix flaky failures, migrate from Cypress/Selenium.", + "version": "1.0.0", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "playwright", + "testing", + "e2e", + "qa", + "test-automation", + "browserstack", + "testrail", + "cross-browser", + "migration", + "cypress", + "selenium" + ], + "category": "development" } ] -} +} \ No newline at end of file