chore: modernize all plugins to new format with per-plugin plugin.json

Add .claude-plugin/plugin.json to all 67 remaining plugins and simplify
marketplace.json entries by removing redundant fields (keywords, strict,
commands, agents, skills, repository) that are now auto-discovered.
Bump marketplace version to 1.5.0.
This commit is contained in:
Seth Hobson
2026-02-05 22:02:17 -05:00
parent a5ab5d8f31
commit 4820385a31
68 changed files with 835 additions and 1161 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"name": "accessibility-compliance",
"version": "1.2.1",
"description": "WCAG accessibility auditing, compliance validation, UI testing for screen readers, keyboard navigation, and inclusive design",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "agent-orchestration",
"version": "1.2.0",
"description": "Multi-agent system optimization, agent improvement workflows, and context management",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "api-scaffolding",
"version": "1.2.1",
"description": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "api-testing-observability",
"version": "1.2.0",
"description": "API testing automation, request mocking, OpenAPI documentation generation, observability setup, and monitoring",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "application-performance",
"version": "1.2.1",
"description": "Application profiling, performance optimization, and observability for frontend and backend systems",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "arm-cortex-microcontrollers",
"version": "1.2.0",
"description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
"author": {
"name": "Ryan Snodgrass",
"url": "https://github.com/rsnodgrass"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "backend-api-security",
"version": "1.2.0",
"description": "API security hardening, authentication implementation, authorization patterns, rate limiting, and input validation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "backend-development",
"version": "1.2.4",
"description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "blockchain-web3",
"version": "1.2.1",
"description": "Smart contract development with Solidity, DeFi protocol implementation, NFT platforms, and Web3 application architecture",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "business-analytics",
"version": "1.2.1",
"description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "c4-architecture",
"version": "1.0.0",
"description": "Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "cicd-automation",
"version": "1.2.1",
"description": "CI/CD pipeline configuration, GitHub Actions/GitLab CI workflow setup, and automated deployment pipeline orchestration",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "cloud-infrastructure",
"version": "1.2.2",
"description": "Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "code-documentation",
"version": "1.2.0",
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "code-refactoring",
"version": "1.2.0",
"description": "Code cleanup, refactoring automation, and technical debt management with context restoration",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "code-review-ai",
"version": "1.2.0",
"description": "AI-powered architectural review and code quality analysis",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "codebase-cleanup",
"version": "1.2.0",
"description": "Technical debt reduction, dependency updates, and code refactoring automation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "comprehensive-review",
"version": "1.2.1",
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "content-marketing",
"version": "1.2.0",
"description": "Content marketing strategy, web research, and information synthesis for marketing operations",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "context-management",
"version": "1.2.0",
"description": "Context persistence, restoration, and long-running conversation management",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "customer-sales-automation",
"version": "1.2.0",
"description": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "data-engineering",
"version": "1.2.2",
"description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "data-validation-suite",
"version": "1.2.0",
"description": "Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "database-cloud-optimization",
"version": "1.2.0",
"description": "Database query optimization, cloud cost optimization, and scalability improvements",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "database-design",
"version": "1.2.0",
"description": "Database architecture, schema design, and SQL optimization for production systems",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "database-migrations",
"version": "1.2.0",
"description": "Database migration automation, observability, and cross-database migration strategies",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "debugging-toolkit",
"version": "1.2.0",
"description": "Interactive debugging, developer experience optimization, and smart debugging workflows",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "dependency-management",
"version": "1.2.0",
"description": "Dependency auditing, version management, and security vulnerability scanning",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "deployment-strategies",
"version": "1.2.0",
"description": "Deployment patterns, rollback automation, and infrastructure templates",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "deployment-validation",
"version": "1.2.0",
"description": "Pre-deployment checks, configuration validation, and deployment readiness assessment",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "developer-essentials",
"version": "1.0.1",
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "distributed-debugging",
"version": "1.2.0",
"description": "Distributed system tracing and debugging across microservices",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "documentation-generation",
"version": "1.2.1",
"description": "OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "error-debugging",
"version": "1.2.0",
"description": "Error analysis, trace debugging, and multi-agent problem diagnosis",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "error-diagnostics",
"version": "1.2.0",
"description": "Error tracing, root cause analysis, and smart debugging for production systems",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "framework-migration",
"version": "1.2.2",
"description": "Framework updates, migration planning, and architectural transformation workflows",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "frontend-mobile-development",
"version": "1.2.1",
"description": "Frontend UI development and mobile application implementation across platforms",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "frontend-mobile-security",
"version": "1.2.0",
"description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "full-stack-orchestration",
"version": "1.2.1",
"description": "End-to-end feature orchestration with testing, security, performance, and deployment",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "functional-programming",
"version": "1.2.0",
"description": "Functional programming with Elixir, OTP patterns, Phoenix framework, and distributed systems",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "game-development",
"version": "1.2.1",
"description": "Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "git-pr-workflows",
"version": "1.2.1",
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "hr-legal-compliance",
"version": "1.2.1",
"description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "incident-response",
"version": "1.2.2",
"description": "Production incident management, triage workflows, and automated incident resolution",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "javascript-typescript",
"version": "1.2.1",
"description": "JavaScript and TypeScript development with ES6+, Node.js, React, and modern web frameworks",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "julia-development",
"version": "1.0.0",
"description": "Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices",
"author": {
"name": "Community Contribution",
"url": "https://github.com/exAClior"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "jvm-languages",
"version": "1.2.0",
"description": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "kubernetes-operations",
"version": "1.2.1",
"description": "Kubernetes manifest generation, networking configuration, security policies, observability setup, GitOps workflows, and auto-scaling",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "machine-learning-ops",
"version": "1.2.1",
"description": "ML model training pipelines, hyperparameter tuning, model deployment automation, experiment tracking, and MLOps workflows",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "multi-platform-apps",
"version": "1.2.1",
"description": "Cross-platform application development coordinating web, iOS, Android, and desktop implementations",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "observability-monitoring",
"version": "1.2.1",
"description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "payment-processing",
"version": "1.2.1",
"description": "Payment gateway integration with Stripe, PayPal, checkout flow implementation, subscription billing, and PCI compliance",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "performance-testing-review",
"version": "1.2.0",
"description": "Performance analysis, test coverage review, and AI-powered code quality assessment",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "python-development",
"version": "1.2.1",
"description": "Modern Python development with Python 3.12+, Django, FastAPI, async patterns, and production best practices",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "quantitative-trading",
"version": "1.2.1",
"description": "Quantitative analysis, algorithmic trading strategies, financial modeling, portfolio risk management, and backtesting",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "reverse-engineering",
"version": "1.0.0",
"description": "Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security",
"author": {
"name": "Dávid Balatoni",
"url": "https://github.com/balcsida"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "security-compliance",
"version": "1.2.0",
"description": "SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "security-scanning",
"version": "1.2.3",
"description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "seo-analysis-monitoring",
"version": "1.2.0",
"description": "Content freshness analysis, cannibalization detection, and authority building for SEO",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "seo-content-creation",
"version": "1.2.0",
"description": "SEO content writing, planning, and quality auditing with E-E-A-T optimization",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "seo-technical-optimization",
"version": "1.2.0",
"description": "Technical SEO optimization including meta tags, keywords, structure, and featured snippets",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "shell-scripting",
"version": "1.2.1",
"description": "Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",
"author": {
"name": "Ryan Snodgrass",
"url": "https://github.com/rsnodgrass"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "systems-programming",
"version": "1.2.1",
"description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "tdd-workflows",
"version": "1.2.1",
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "team-collaboration",
"version": "1.2.0",
"description": "Team workflows, issue management, standup automation, and developer experience optimization",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "unit-testing",
"version": "1.2.0",
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}

View File

@@ -0,0 +1,10 @@
{
"name": "web-scripting",
"version": "1.2.0",
"description": "Web scripting with PHP and Ruby for web applications, CMS development, and backend services",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}