- executive-mentor: add url to author, add homepage + repository - self-improving-agent: add url to author, version 1.0.0 → 2.1.2 - playwright-pro: fix author name (Reza → Alireza), replace email with url, version 1.0.0 → 2.1.2 - google-workspace-cli: add url to author All plugin.json files now use consistent author object format. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
633 B
JSON
14 lines
633 B
JSON
{
|
|
"name": "pw",
|
|
"description": "Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.",
|
|
"version": "2.1.2",
|
|
"author": {
|
|
"name": "Alireza Rezvani",
|
|
"url": "https://alirezarezvani.com"
|
|
},
|
|
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro",
|
|
"repository": "https://github.com/alirezarezvani/claude-skills",
|
|
"license": "MIT",
|
|
"skills": "./"
|
|
}
|