Merge pull request #403 from alirezarezvani/feature/sprint-phase-0-bugfix

fix(plugins): normalize author fields and versions in 4 plugin.json files
This commit is contained in:
Alireza Rezvani
2026-03-25 12:43:52 +01:00
committed by GitHub
4 changed files with 12 additions and 7 deletions

View File

@@ -3,8 +3,11 @@
"description": "Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for board meetings, navigates hard decisions, and forces honest post-mortems.",
"version": "2.1.2",
"author": {
"name": "Alireza Rezvani"
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor",
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",
"skills": "./"
}

View File

@@ -3,7 +3,8 @@
"version": "2.1.2",
"description": "Google Workspace administration via the gws CLI. Install, authenticate, and automate Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks. 5 Python tools, 3 reference guides, 43 built-in recipes, 10 persona bundles.",
"author": {
"name": "Alireza Rezvani"
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",

View File

@@ -1,10 +1,10 @@
{
"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": "1.0.0",
"version": "2.1.2",
"author": {
"name": "Reza Rezvani",
"email": "reza.rezvani73@googlemail.com"
"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",

View File

@@ -1,9 +1,10 @@
{
"name": "self-improving-agent",
"version": "1.0.0",
"version": "2.1.2",
"description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.",
"author": {
"name": "Alireza Rezvani"
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",