diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b0aeab8..b8b0a36 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -16,7 +16,7 @@ "name": "engineering-skills", "source": "./engineering-team", "description": "23 engineering skills: architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, Playwright, self-improving agent", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Alireza Rezvani" }, @@ -37,7 +37,7 @@ "name": "engineering-advanced-skills", "source": "./engineering", "description": "25 POWERFUL-tier engineering skills: agent designer, RAG architect, database designer, migration architect, observability designer, dependency auditor, release manager, API reviewer, CI/CD pipeline builder, MCP server builder, skill security auditor, and more", - "version": "2.0.0", + "version": "1.1.0", "author": { "name": "Alireza Rezvani" }, @@ -68,7 +68,7 @@ "name": "product-skills", "source": "./product-team", "description": "8 product skills: product manager toolkit, agile product owner, product strategist, UX researcher, UI design system, and 3 more", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Alireza Rezvani" }, @@ -140,7 +140,7 @@ "name": "business-growth-skills", "source": "./business-growth", "description": "4 business & growth skills: customer success manager, sales engineer, revenue operations, and more", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Alireza Rezvani" }, @@ -169,124 +169,6 @@ ], "category": "finance" }, - { - "name": "content-creator", - "source": "./marketing-skill/content-creator", - "description": "Brand voice analysis, SEO optimization, content frameworks for marketing content creation", - "version": "1.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "content", - "seo", - "brand-voice", - "marketing" - ], - "category": "marketing" - }, - { - "name": "demand-gen", - "source": "./marketing-skill/marketing-demand-acquisition", - "description": "Demand generation, paid media, SEO, partnerships for Series A+ startups", - "version": "1.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "demand-gen", - "paid-media", - "acquisition", - "marketing" - ], - "category": "marketing" - }, - { - "name": "fullstack-engineer", - "source": "./engineering-team/senior-fullstack", - "description": "End-to-end application development with Next.js, GraphQL, PostgreSQL", - "version": "1.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "fullstack", - "nextjs", - "graphql", - "postgresql" - ], - "category": "development" - }, - { - "name": "aws-architect", - "source": "./engineering-team/aws-solution-architect", - "description": "AWS solution architecture with serverless, cost optimization, and security best practices", - "version": "1.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "aws", - "cloud", - "serverless", - "architecture" - ], - "category": "development" - }, - { - "name": "product-manager", - "source": "./product-team/product-manager-toolkit", - "description": "RICE prioritization, customer interview analysis, PRD templates for product managers", - "version": "1.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "product-management", - "rice", - "prd", - "prioritization" - ], - "category": "product" - }, - { - "name": "scrum-master", - "source": "./project-management/scrum-master", - "description": "Agile facilitation, sprint planning, retrospectives for Scrum teams", - "version": "1.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "scrum", - "agile", - "sprint", - "retrospective" - ], - "category": "project-management" - }, - { - "name": "skill-security-auditor", - "source": "./engineering/skill-security-auditor", - "description": "Security audit and vulnerability scanner for AI agent skills. Scans for malicious code, prompt injection, data exfiltration, supply chain risks, and privilege escalation before installation. Zero dependencies, PASS/WARN/FAIL verdicts with remediation guidance.", - "version": "2.0.0", - "author": { - "name": "Alireza Rezvani" - }, - "keywords": [ - "security", - "audit", - "vulnerability", - "scanner", - "malware", - "prompt-injection", - "supply-chain", - "code-review", - "safety", - "pre-install" - ], - "category": "security" - }, { "name": "playwright-pro", "source": "./engineering-team/playwright-pro", @@ -329,7 +211,7 @@ { "name": "marketing-skills", "source": "./marketing-skill", - "version": "2.0.0", + "version": "1.1.0", "description": "42-skill marketing division: 7 pods (Content, SEO, CRO, Channels, Growth, Intelligence, Sales) + context foundation + orchestration router. 27 Python tools, 60 reference docs. All stdlib-only.", "author": { "name": "Alireza Rezvani" @@ -344,6 +226,5 @@ ], "category": "marketing" } - ], - "total_plugins": 18 -} \ No newline at end of file + ] +} diff --git a/engineering-team/playwright-pro/.claude-plugin/plugin.json b/engineering-team/playwright-pro/.claude-plugin/plugin.json index 912586e..2437bda 100644 --- a/engineering-team/playwright-pro/.claude-plugin/plugin.json +++ b/engineering-team/playwright-pro/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "pw", + "name": "playwright-pro", "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", "author": { @@ -21,5 +21,6 @@ "migration", "cypress", "selenium" - ] + ], + "skills": "./skills" } diff --git a/engineering-team/self-improving-agent/.claude-plugin/plugin.json b/engineering-team/self-improving-agent/.claude-plugin/plugin.json index 99569aa..c56d4d1 100644 --- a/engineering-team/self-improving-agent/.claude-plugin/plugin.json +++ b/engineering-team/self-improving-agent/.claude-plugin/plugin.json @@ -7,5 +7,6 @@ }, "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", - "skills": "./" + "skills": "./", + "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent" }