From 4820385a315c9cad2cc4b794bdab49afcafd635e Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 5 Feb 2026 22:02:17 -0500 Subject: [PATCH] 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. --- .claude-plugin/marketplace.json | 1326 ++--------------- .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../code-review-ai/.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../jvm-languages/.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../tdd-workflows/.claude-plugin/plugin.json | 10 + .../.claude-plugin/plugin.json | 10 + .../unit-testing/.claude-plugin/plugin.json | 10 + .../web-scripting/.claude-plugin/plugin.json | 10 + 68 files changed, 835 insertions(+), 1161 deletions(-) create mode 100644 plugins/accessibility-compliance/.claude-plugin/plugin.json create mode 100644 plugins/agent-orchestration/.claude-plugin/plugin.json create mode 100644 plugins/api-scaffolding/.claude-plugin/plugin.json create mode 100644 plugins/api-testing-observability/.claude-plugin/plugin.json create mode 100644 plugins/application-performance/.claude-plugin/plugin.json create mode 100644 plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json create mode 100644 plugins/backend-api-security/.claude-plugin/plugin.json create mode 100644 plugins/backend-development/.claude-plugin/plugin.json create mode 100644 plugins/blockchain-web3/.claude-plugin/plugin.json create mode 100644 plugins/business-analytics/.claude-plugin/plugin.json create mode 100644 plugins/c4-architecture/.claude-plugin/plugin.json create mode 100644 plugins/cicd-automation/.claude-plugin/plugin.json create mode 100644 plugins/cloud-infrastructure/.claude-plugin/plugin.json create mode 100644 plugins/code-documentation/.claude-plugin/plugin.json create mode 100644 plugins/code-refactoring/.claude-plugin/plugin.json create mode 100644 plugins/code-review-ai/.claude-plugin/plugin.json create mode 100644 plugins/codebase-cleanup/.claude-plugin/plugin.json create mode 100644 plugins/comprehensive-review/.claude-plugin/plugin.json create mode 100644 plugins/content-marketing/.claude-plugin/plugin.json create mode 100644 plugins/context-management/.claude-plugin/plugin.json create mode 100644 plugins/customer-sales-automation/.claude-plugin/plugin.json create mode 100644 plugins/data-engineering/.claude-plugin/plugin.json create mode 100644 plugins/data-validation-suite/.claude-plugin/plugin.json create mode 100644 plugins/database-cloud-optimization/.claude-plugin/plugin.json create mode 100644 plugins/database-design/.claude-plugin/plugin.json create mode 100644 plugins/database-migrations/.claude-plugin/plugin.json create mode 100644 plugins/debugging-toolkit/.claude-plugin/plugin.json create mode 100644 plugins/dependency-management/.claude-plugin/plugin.json create mode 100644 plugins/deployment-strategies/.claude-plugin/plugin.json create mode 100644 plugins/deployment-validation/.claude-plugin/plugin.json create mode 100644 plugins/developer-essentials/.claude-plugin/plugin.json create mode 100644 plugins/distributed-debugging/.claude-plugin/plugin.json create mode 100644 plugins/documentation-generation/.claude-plugin/plugin.json create mode 100644 plugins/error-debugging/.claude-plugin/plugin.json create mode 100644 plugins/error-diagnostics/.claude-plugin/plugin.json create mode 100644 plugins/framework-migration/.claude-plugin/plugin.json create mode 100644 plugins/frontend-mobile-development/.claude-plugin/plugin.json create mode 100644 plugins/frontend-mobile-security/.claude-plugin/plugin.json create mode 100644 plugins/full-stack-orchestration/.claude-plugin/plugin.json create mode 100644 plugins/functional-programming/.claude-plugin/plugin.json create mode 100644 plugins/game-development/.claude-plugin/plugin.json create mode 100644 plugins/git-pr-workflows/.claude-plugin/plugin.json create mode 100644 plugins/hr-legal-compliance/.claude-plugin/plugin.json create mode 100644 plugins/incident-response/.claude-plugin/plugin.json create mode 100644 plugins/javascript-typescript/.claude-plugin/plugin.json create mode 100644 plugins/julia-development/.claude-plugin/plugin.json create mode 100644 plugins/jvm-languages/.claude-plugin/plugin.json create mode 100644 plugins/kubernetes-operations/.claude-plugin/plugin.json create mode 100644 plugins/machine-learning-ops/.claude-plugin/plugin.json create mode 100644 plugins/multi-platform-apps/.claude-plugin/plugin.json create mode 100644 plugins/observability-monitoring/.claude-plugin/plugin.json create mode 100644 plugins/payment-processing/.claude-plugin/plugin.json create mode 100644 plugins/performance-testing-review/.claude-plugin/plugin.json create mode 100644 plugins/python-development/.claude-plugin/plugin.json create mode 100644 plugins/quantitative-trading/.claude-plugin/plugin.json create mode 100644 plugins/reverse-engineering/.claude-plugin/plugin.json create mode 100644 plugins/security-compliance/.claude-plugin/plugin.json create mode 100644 plugins/security-scanning/.claude-plugin/plugin.json create mode 100644 plugins/seo-analysis-monitoring/.claude-plugin/plugin.json create mode 100644 plugins/seo-content-creation/.claude-plugin/plugin.json create mode 100644 plugins/seo-technical-optimization/.claude-plugin/plugin.json create mode 100644 plugins/shell-scripting/.claude-plugin/plugin.json create mode 100644 plugins/systems-programming/.claude-plugin/plugin.json create mode 100644 plugins/tdd-workflows/.claude-plugin/plugin.json create mode 100644 plugins/team-collaboration/.claude-plugin/plugin.json create mode 100644 plugins/unit-testing/.claude-plugin/plugin.json create mode 100644 plugins/web-scripting/.claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f85eb00..1650652 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "Production-ready workflow orchestration with 73 focused plugins, 112 specialized agents, and 146 skills - optimized for granular installation and minimal token usage", - "version": "1.4.0" + "version": "1.5.0" }, "plugins": [ { @@ -17,25 +17,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "documentation", - "code-explanation", - "technical-writing", - "tutorials" - ], - "category": "documentation", - "strict": false, - "commands": ["./commands/doc-generate.md", "./commands/code-explain.md"], - "agents": [ - "./agents/docs-architect.md", - "./agents/tutorial-engineer.md", - "./agents/code-reviewer.md" - ] + "category": "documentation" }, { "name": "debugging-toolkit", @@ -44,21 +30,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "debugging", - "developer-experience", - "troubleshooting", - "essential" - ], - "category": "development", - "strict": false, - "commands": ["./commands/smart-debug.md"], - "agents": ["./agents/debugger.md", "./agents/dx-optimizer.md"] + "category": "development" }, { "name": "git-pr-workflows", @@ -67,26 +43,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "git", - "pull-request", - "workflow", - "onboarding", - "essential" - ], - "category": "workflows", - "strict": false, - "commands": [ - "./commands/pr-enhance.md", - "./commands/onboard.md", - "./commands/git-workflow.md" - ], - "agents": ["./agents/code-reviewer.md"] + "category": "workflows" }, { "name": "backend-development", @@ -95,42 +56,11 @@ "version": "1.2.4", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "backend", - "api-design", - "graphql", - "tdd", - "architecture", - "temporal", - "workflow-orchestration", - "distributed-systems" - ], - "category": "development", - "strict": false, - "commands": ["./commands/feature-development.md"], - "agents": [ - "./agents/backend-architect.md", - "./agents/graphql-architect.md", - "./agents/tdd-orchestrator.md", - "./agents/temporal-python-pro.md", - "./agents/event-sourcing-architect.md" - ], - "skills": [ - "./skills/api-design-principles", - "./skills/architecture-patterns", - "./skills/microservices-patterns", - "./skills/workflow-orchestration-patterns", - "./skills/temporal-python-testing", - "./skills/event-store-design", - "./skills/projection-patterns", - "./skills/saga-orchestration", - "./skills/cqrs-implementation" - ] + "category": "development" }, { "name": "frontend-mobile-development", @@ -139,25 +69,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["frontend", "mobile", "react", "ui", "cross-platform"], - "category": "development", - "strict": false, - "commands": ["./commands/component-scaffold.md"], - "agents": [ - "./agents/frontend-developer.md", - "./agents/mobile-developer.md" - ], - "skills": [ - "./skills/react-state-management", - "./skills/nextjs-app-router-patterns", - "./skills/react-native-architecture", - "./skills/tailwind-design-system" - ] + "category": "development" }, { "name": "full-stack-orchestration", @@ -166,27 +82,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "full-stack", - "orchestration", - "deployment", - "security", - "testing" - ], - "category": "workflows", - "strict": false, - "commands": ["./commands/full-stack-feature.md"], - "agents": [ - "./agents/test-automator.md", - "./agents/security-auditor.md", - "./agents/performance-engineer.md", - "./agents/deployment-engineer.md" - ] + "category": "workflows" }, { "name": "unit-testing", @@ -195,22 +95,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "testing", - "unit-tests", - "python", - "javascript", - "automation" - ], - "category": "testing", - "strict": false, - "commands": ["./commands/test-generate.md"], - "agents": ["./agents/test-automator.md", "./agents/debugger.md"] + "category": "testing" }, { "name": "tdd-workflows", @@ -219,21 +108,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["tdd", "test-driven", "workflow", "red-green-refactor"], - "category": "workflows", - "strict": false, - "commands": [ - "./commands/tdd-cycle.md", - "./commands/tdd-red.md", - "./commands/tdd-green.md", - "./commands/tdd-refactor.md" - ], - "agents": ["./agents/tdd-orchestrator.md", "./agents/code-reviewer.md"] + "category": "workflows" }, { "name": "code-review-ai", @@ -242,16 +121,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["code-review", "architecture", "ai-analysis", "quality"], - "category": "quality", - "strict": false, - "commands": ["./commands/ai-review.md"], - "agents": ["./agents/architect-review.md"] + "category": "quality" }, { "name": "code-refactoring", @@ -260,20 +134,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["refactoring", "code-quality", "technical-debt", "cleanup"], - "category": "utilities", - "strict": false, - "commands": [ - "./commands/refactor-clean.md", - "./commands/tech-debt.md", - "./commands/context-restore.md" - ], - "agents": ["./agents/legacy-modernizer.md", "./agents/code-reviewer.md"] + "category": "utilities" }, { "name": "dependency-management", @@ -282,16 +147,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["dependencies", "npm", "security", "auditing", "upgrades"], - "category": "utilities", - "strict": false, - "commands": ["./commands/deps-audit.md"], - "agents": ["./agents/legacy-modernizer.md"] + "category": "utilities" }, { "name": "error-debugging", @@ -300,25 +160,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "error-handling", - "debugging", - "diagnostics", - "troubleshooting" - ], - "category": "utilities", - "strict": false, - "commands": [ - "./commands/error-analysis.md", - "./commands/error-trace.md", - "./commands/multi-agent-review.md" - ], - "agents": ["./agents/debugger.md", "./agents/error-detective.md"] + "category": "utilities" }, { "name": "team-collaboration", @@ -327,16 +173,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["collaboration", "team", "standup", "issue-management"], - "category": "utilities", - "strict": false, - "commands": ["./commands/issue.md", "./commands/standup-notes.md"], - "agents": ["./agents/dx-optimizer.md"] + "category": "utilities" }, { "name": "llm-application-dev", @@ -358,19 +199,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["multi-agent", "orchestration", "ai-agents", "optimization"], - "category": "ai-ml", - "strict": false, - "commands": [ - "./commands/multi-agent-optimize.md", - "./commands/improve-agent.md" - ], - "agents": ["./agents/context-manager.md"] + "category": "ai-ml" }, { "name": "context-management", @@ -379,355 +212,154 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["context", "persistence", "conversation", "memory"], - "category": "ai-ml", - "strict": false, - "commands": [ - "./commands/context-save.md", - "./commands/context-restore.md" - ], - "agents": ["./agents/context-manager.md"] + "category": "ai-ml" }, { "name": "machine-learning-ops", - "source": "./plugins/machine-learning-ops", "description": "ML model training pipelines, hyperparameter tuning, model deployment automation, experiment tracking, and MLOps workflows", "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "machine-learning", - "mlops", - "model-training", - "tensorflow", - "pytorch", - "mlflow" - ], + "source": "./plugins/machine-learning-ops", "category": "ai-ml", - "strict": false, - "commands": ["./commands/ml-pipeline.md"], - "agents": [ - "./agents/data-scientist.md", - "./agents/ml-engineer.md", - "./agents/mlops-engineer.md" - ], - "skills": ["./skills/ml-pipeline-workflow"] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "data-engineering", - "source": "./plugins/data-engineering", "description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development", "version": "1.2.2", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "data-engineering", - "etl", - "data-pipeline", - "data-warehouse", - "batch-processing" - ], + "source": "./plugins/data-engineering", "category": "data", - "strict": false, - "commands": [ - "./commands/data-driven-feature.md", - "./commands/data-pipeline.md" - ], - "agents": ["./agents/data-engineer.md", "./agents/backend-architect.md"], - "skills": [ - "./skills/dbt-transformation-patterns", - "./skills/airflow-dag-patterns", - "./skills/spark-optimization", - "./skills/data-quality-frameworks" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "incident-response", - "source": "./plugins/incident-response", "description": "Production incident management, triage workflows, and automated incident resolution", "version": "1.2.2", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": ["incident-response", "production", "sre", "troubleshooting"], + "source": "./plugins/incident-response", "category": "operations", - "strict": false, - "commands": [ - "./commands/incident-response.md", - "./commands/smart-fix.md" - ], - "agents": [ - "./agents/incident-responder.md", - "./agents/devops-troubleshooter.md" - ], - "skills": [ - "./skills/incident-runbook-templates", - "./skills/postmortem-writing", - "./skills/on-call-handoff-patterns" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "error-diagnostics", - "source": "./plugins/error-diagnostics", "description": "Error tracing, root cause analysis, and smart debugging for production systems", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": ["diagnostics", "error-tracing", "root-cause", "debugging"], + "source": "./plugins/error-diagnostics", "category": "operations", - "strict": false, - "commands": [ - "./commands/error-trace.md", - "./commands/error-analysis.md", - "./commands/smart-debug.md" - ], - "agents": ["./agents/debugger.md", "./agents/error-detective.md"] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "distributed-debugging", - "source": "./plugins/distributed-debugging", "description": "Distributed system tracing and debugging across microservices", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "distributed-tracing", - "microservices", - "debugging", - "observability" - ], + "source": "./plugins/distributed-debugging", "category": "operations", - "strict": false, - "commands": ["./commands/debug-trace.md"], - "agents": [ - "./agents/error-detective.md", - "./agents/devops-troubleshooter.md" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "observability-monitoring", - "source": "./plugins/observability-monitoring", "description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards", "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "observability", - "monitoring", - "metrics", - "logging", - "tracing", - "slo", - "prometheus", - "grafana" - ], + "source": "./plugins/observability-monitoring", "category": "operations", - "strict": false, - "commands": [ - "./commands/monitor-setup.md", - "./commands/slo-implement.md" - ], - "agents": [ - "./agents/observability-engineer.md", - "./agents/performance-engineer.md", - "./agents/database-optimizer.md", - "./agents/network-engineer.md" - ], - "skills": [ - "./skills/distributed-tracing", - "./skills/grafana-dashboards", - "./skills/prometheus-configuration", - "./skills/slo-implementation" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "deployment-strategies", - "source": "./plugins/deployment-strategies", "description": "Deployment patterns, rollback automation, and infrastructure templates", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": ["deployment", "rollout", "rollback", "canary", "blue-green"], + "source": "./plugins/deployment-strategies", "category": "infrastructure", - "strict": false, - "commands": [], - "agents": [ - "./agents/deployment-engineer.md", - "./agents/terraform-specialist.md" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "deployment-validation", - "source": "./plugins/deployment-validation", "description": "Pre-deployment checks, configuration validation, and deployment readiness assessment", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "validation", - "pre-flight", - "configuration", - "deployment-safety" - ], + "source": "./plugins/deployment-validation", "category": "infrastructure", - "strict": false, - "commands": ["./commands/config-validate.md"], - "agents": ["./agents/cloud-architect.md"] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "kubernetes-operations", - "source": "./plugins/kubernetes-operations", "description": "Kubernetes manifest generation, networking configuration, security policies, observability setup, GitOps workflows, and auto-scaling", "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "kubernetes", - "k8s", - "containers", - "helm", - "argocd", - "gitops" - ], + "source": "./plugins/kubernetes-operations", "category": "infrastructure", - "strict": false, - "commands": [], - "agents": ["./agents/kubernetes-architect.md"], - "skills": [ - "./skills/gitops-workflow", - "./skills/helm-chart-scaffolding", - "./skills/k8s-manifest-generator", - "./skills/k8s-security-policies" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "cloud-infrastructure", - "source": "./plugins/cloud-infrastructure", "description": "Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization", "version": "1.2.2", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "cloud", - "aws", - "azure", - "gcp", - "kubernetes", - "terraform", - "infrastructure" - ], + "source": "./plugins/cloud-infrastructure", "category": "infrastructure", - "strict": false, - "commands": [], - "agents": [ - "./agents/cloud-architect.md", - "./agents/kubernetes-architect.md", - "./agents/hybrid-cloud-architect.md", - "./agents/terraform-specialist.md", - "./agents/network-engineer.md", - "./agents/deployment-engineer.md", - "./agents/service-mesh-expert.md" - ], - "skills": [ - "./skills/cost-optimization", - "./skills/hybrid-cloud-networking", - "./skills/multi-cloud-architecture", - "./skills/terraform-module-library", - "./skills/istio-traffic-management", - "./skills/linkerd-patterns", - "./skills/mtls-configuration", - "./skills/service-mesh-observability" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "cicd-automation", - "source": "./plugins/cicd-automation", "description": "CI/CD pipeline configuration, GitHub Actions/GitLab CI workflow setup, and automated deployment pipeline orchestration", "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "ci-cd", - "automation", - "pipeline", - "github-actions", - "gitlab-ci" - ], + "source": "./plugins/cicd-automation", "category": "infrastructure", - "strict": false, - "commands": ["./commands/workflow-automate.md"], - "agents": [ - "./agents/deployment-engineer.md", - "./agents/devops-troubleshooter.md", - "./agents/kubernetes-architect.md", - "./agents/cloud-architect.md", - "./agents/terraform-specialist.md" - ], - "skills": [ - "./skills/deployment-pipeline-design", - "./skills/github-actions-templates", - "./skills/gitlab-ci-patterns", - "./skills/secrets-management" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "application-performance", @@ -736,25 +368,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "performance", - "profiling", - "optimization", - "core-web-vitals" - ], - "category": "performance", - "strict": false, - "commands": ["./commands/performance-optimization.md"], - "agents": [ - "./agents/performance-engineer.md", - "./agents/frontend-developer.md", - "./agents/observability-engineer.md" - ] + "category": "performance" }, { "name": "database-cloud-optimization", @@ -763,26 +381,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "database-optimization", - "cloud-cost", - "query-tuning", - "scalability" - ], - "category": "performance", - "strict": false, - "commands": ["./commands/cost-optimize.md"], - "agents": [ - "./agents/database-optimizer.md", - "./agents/database-architect.md", - "./agents/backend-architect.md", - "./agents/cloud-architect.md" - ] + "category": "performance" }, { "name": "comprehensive-review", @@ -791,26 +394,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "code-review", - "quality", - "architecture", - "security", - "best-practices" - ], - "category": "quality", - "strict": false, - "commands": ["./commands/full-review.md", "./commands/pr-enhance.md"], - "agents": [ - "./agents/code-reviewer.md", - "./agents/architect-review.md", - "./agents/security-auditor.md" - ] + "category": "quality" }, { "name": "performance-testing-review", @@ -819,22 +407,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["performance-review", "test-coverage", "quality-analysis"], - "category": "quality", - "strict": false, - "commands": [ - "./commands/ai-review.md", - "./commands/multi-agent-review.md" - ], - "agents": [ - "./agents/performance-engineer.md", - "./agents/test-automator.md" - ] + "category": "quality" }, { "name": "framework-migration", @@ -843,35 +420,11 @@ "version": "1.2.2", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "migration", - "framework-upgrade", - "modernization", - "angular", - "react" - ], - "category": "modernization", - "strict": false, - "commands": [ - "./commands/legacy-modernize.md", - "./commands/code-migrate.md", - "./commands/deps-upgrade.md" - ], - "agents": [ - "./agents/legacy-modernizer.md", - "./agents/architect-review.md" - ], - "skills": [ - "./skills/angular-migration", - "./skills/database-migration", - "./skills/dependency-upgrade", - "./skills/react-modernization" - ] + "category": "modernization" }, { "name": "codebase-cleanup", @@ -880,20 +433,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["technical-debt", "cleanup", "refactoring", "dependencies"], - "category": "modernization", - "strict": false, - "commands": [ - "./commands/deps-audit.md", - "./commands/tech-debt.md", - "./commands/refactor-clean.md" - ], - "agents": ["./agents/test-automator.md", "./agents/code-reviewer.md"] + "category": "modernization" }, { "name": "database-design", @@ -902,17 +446,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["database-design", "schema", "sql", "data-modeling"], - "category": "database", - "strict": false, - "commands": [], - "agents": ["./agents/database-architect.md", "./agents/sql-pro.md"], - "skills": ["./skills/postgresql"] + "category": "database" }, { "name": "database-migrations", @@ -921,167 +459,76 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "migrations", - "database-operations", - "postgres", - "mysql", - "mongodb" - ], - "category": "database", - "strict": false, - "commands": [ - "./commands/sql-migrations.md", - "./commands/migration-observability.md" - ], - "agents": ["./agents/database-optimizer.md", "./agents/database-admin.md"] + "category": "database" }, { "name": "security-scanning", - "source": "./plugins/security-scanning", "description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening", "version": "1.2.3", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "security", - "sast", - "vulnerability-scanning", - "owasp", - "devsecops" - ], + "source": "./plugins/security-scanning", "category": "security", - "strict": false, - "commands": [ - "./commands/security-hardening.md", - "./commands/security-sast.md", - "./commands/security-dependencies.md" - ], - "agents": [ - "./agents/security-auditor.md", - "./agents/threat-modeling-expert.md" - ], - "skills": [ - "./skills/sast-configuration", - "./skills/stride-analysis-patterns", - "./skills/attack-tree-construction", - "./skills/security-requirement-extraction", - "./skills/threat-mitigation-mapping" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "security-compliance", - "source": "./plugins/security-compliance", "description": "SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "compliance", - "soc2", - "hipaa", - "gdpr", - "secrets", - "regulatory" - ], + "source": "./plugins/security-compliance", "category": "security", - "strict": false, - "commands": ["./commands/compliance-check.md"], - "agents": ["./agents/security-auditor.md"] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "backend-api-security", - "source": "./plugins/backend-api-security", "description": "API security hardening, authentication implementation, authorization patterns, rate limiting, and input validation", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "api-security", - "authentication", - "authorization", - "jwt", - "oauth" - ], + "source": "./plugins/backend-api-security", "category": "security", - "strict": false, - "commands": [], - "agents": [ - "./agents/backend-security-coder.md", - "./agents/backend-architect.md" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "frontend-mobile-security", - "source": "./plugins/frontend-mobile-security", "description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "frontend-security", - "mobile-security", - "xss", - "csrf", - "csp" - ], + "source": "./plugins/frontend-mobile-security", "category": "security", - "strict": false, - "commands": ["./commands/xss-scan.md"], - "agents": [ - "./agents/frontend-security-coder.md", - "./agents/mobile-security-coder.md", - "./agents/frontend-developer.md" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "data-validation-suite", - "source": "./plugins/data-validation-suite", "description": "Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs", "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "validation", - "schema", - "data-quality", - "pydantic", - "jsonschema" - ], + "source": "./plugins/data-validation-suite", "category": "data", - "strict": false, - "commands": [], - "agents": ["./agents/backend-security-coder.md"] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "api-scaffolding", @@ -1090,22 +537,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["api", "rest", "graphql", "fastapi", "django", "express"], - "category": "api", - "strict": false, - "commands": [], - "agents": [ - "./agents/backend-architect.md", - "./agents/graphql-architect.md", - "./agents/fastapi-pro.md", - "./agents/django-pro.md" - ], - "skills": ["./skills/fastapi-templates"] + "category": "api" }, { "name": "api-testing-observability", @@ -1114,22 +550,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "api-testing", - "mocking", - "openapi", - "swagger", - "observability" - ], - "category": "api", - "strict": false, - "commands": ["./commands/api-mock.md"], - "agents": ["./agents/api-documenter.md"] + "category": "api" }, { "name": "seo-content-creation", @@ -1138,25 +563,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "seo", - "content-writing", - "content-planning", - "content-audit" - ], - "category": "marketing", - "strict": false, - "commands": [], - "agents": [ - "./agents/seo-content-writer.md", - "./agents/seo-content-planner.md", - "./agents/seo-content-auditor.md" - ] + "category": "marketing" }, { "name": "seo-technical-optimization", @@ -1165,27 +576,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "seo", - "meta-optimization", - "keywords", - "schema-markup", - "snippets" - ], - "category": "marketing", - "strict": false, - "commands": [], - "agents": [ - "./agents/seo-meta-optimizer.md", - "./agents/seo-keyword-strategist.md", - "./agents/seo-structure-architect.md", - "./agents/seo-snippet-hunter.md" - ] + "category": "marketing" }, { "name": "seo-analysis-monitoring", @@ -1194,26 +589,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "seo", - "content-analysis", - "e-e-a-t", - "authority", - "monitoring" - ], - "category": "marketing", - "strict": false, - "commands": [], - "agents": [ - "./agents/seo-content-refresher.md", - "./agents/seo-cannibalization-detector.md", - "./agents/seo-authority-builder.md" - ] + "category": "marketing" }, { "name": "documentation-generation", @@ -1222,34 +602,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "documentation", - "api-docs", - "diagrams", - "openapi", - "swagger", - "mermaid" - ], - "category": "documentation", - "strict": false, - "commands": ["./commands/doc-generate.md"], - "agents": [ - "./agents/docs-architect.md", - "./agents/api-documenter.md", - "./agents/mermaid-expert.md", - "./agents/tutorial-engineer.md", - "./agents/reference-builder.md" - ], - "skills": [ - "./skills/openapi-spec-generation", - "./skills/architecture-decision-records", - "./skills/changelog-automation" - ] + "category": "documentation" }, { "name": "c4-architecture", @@ -1258,30 +615,11 @@ "version": "1.0.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "c4", - "architecture", - "documentation", - "diagrams", - "system-design", - "component", - "container", - "context" - ], - "category": "documentation", - "strict": false, - "commands": ["./commands/c4-architecture.md"], - "agents": [ - "./agents/c4-code.md", - "./agents/c4-component.md", - "./agents/c4-container.md", - "./agents/c4-context.md" - ] + "category": "documentation" }, { "name": "multi-platform-apps", @@ -1290,30 +628,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "cross-platform", - "mobile", - "web", - "desktop", - "react-native", - "flutter" - ], - "category": "development", - "strict": false, - "commands": ["./commands/multi-platform.md"], - "agents": [ - "./agents/mobile-developer.md", - "./agents/flutter-expert.md", - "./agents/ios-developer.md", - "./agents/frontend-developer.md", - "./agents/backend-architect.md", - "./agents/ui-ux-designer.md" - ] + "category": "development" }, { "name": "business-analytics", @@ -1322,24 +641,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "business", - "analytics", - "metrics", - "kpi", - "reporting", - "bi" - ], - "category": "business", - "strict": false, - "commands": [], - "agents": ["./agents/business-analyst.md"], - "skills": ["./skills/kpi-dashboard-design", "./skills/data-storytelling"] + "category": "business" }, { "name": "startup-business-analyst", @@ -1351,7 +657,8 @@ }, "source": "./plugins/startup-business-analyst", "category": "business", - "homepage": "https://github.com/wshobson/agents" + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" }, { "name": "hr-legal-compliance", @@ -1360,28 +667,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "hr", - "legal", - "compliance", - "gdpr", - "soc2", - "hipaa", - "policies" - ], - "category": "business", - "strict": false, - "commands": [], - "agents": ["./agents/hr-pro.md", "./agents/legal-advisor.md"], - "skills": [ - "./skills/gdpr-data-handling", - "./skills/employment-contract-templates" - ] + "category": "business" }, { "name": "customer-sales-automation", @@ -1390,22 +680,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "customer-support", - "sales", - "crm", - "email-campaigns", - "automation" - ], - "category": "business", - "strict": false, - "commands": [], - "agents": ["./agents/customer-support.md", "./agents/sales-automator.md"] + "category": "business" }, { "name": "content-marketing", @@ -1414,24 +693,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "content-marketing", - "research", - "marketing-strategy", - "social-media" - ], - "category": "marketing", - "strict": false, - "commands": [], - "agents": [ - "./agents/content-marketer.md", - "./agents/search-specialist.md" - ] + "category": "marketing" }, { "name": "blockchain-web3", @@ -1440,30 +706,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "blockchain", - "web3", - "solidity", - "ethereum", - "defi", - "nft", - "smart-contracts" - ], - "category": "blockchain", - "strict": false, - "commands": [], - "agents": ["./agents/blockchain-developer.md"], - "skills": [ - "./skills/defi-protocol-templates", - "./skills/nft-standards", - "./skills/solidity-security", - "./skills/web3-testing" - ] + "category": "blockchain" }, { "name": "quantitative-trading", @@ -1472,26 +719,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "fintech", - "quant", - "trading", - "algorithmic-trading", - "risk-management" - ], - "category": "finance", - "strict": false, - "commands": [], - "agents": ["./agents/quant-analyst.md", "./agents/risk-manager.md"], - "skills": [ - "./skills/backtesting-frameworks", - "./skills/risk-metrics-calculation" - ] + "category": "finance" }, { "name": "payment-processing", @@ -1500,30 +732,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "payments", - "stripe", - "paypal", - "checkout", - "billing", - "subscriptions", - "pci" - ], - "category": "payments", - "strict": false, - "commands": [], - "agents": ["./agents/payment-integration.md"], - "skills": [ - "./skills/billing-automation", - "./skills/paypal-integration", - "./skills/pci-compliance", - "./skills/stripe-integration" - ] + "category": "payments" }, { "name": "game-development", @@ -1532,30 +745,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "gaming", - "unity", - "minecraft", - "game-dev", - "bukkit", - "spigot" - ], - "category": "gaming", - "strict": false, - "commands": [], - "agents": [ - "./agents/unity-developer.md", - "./agents/minecraft-bukkit-pro.md" - ], - "skills": [ - "./skills/unity-ecs-patterns", - "./skills/godot-gdscript-patterns" - ] + "category": "gaming" }, { "name": "accessibility-compliance", @@ -1564,26 +758,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "accessibility", - "wcag", - "a11y", - "compliance", - "inclusive-design" - ], - "category": "accessibility", - "strict": false, - "commands": ["./commands/accessibility-audit.md"], - "agents": ["./agents/ui-visual-validator.md"], - "skills": [ - "./skills/wcag-audit-patterns", - "./skills/screen-reader-testing" - ] + "category": "accessibility" }, { "name": "python-development", @@ -1592,38 +771,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["python", "django", "fastapi", "async", "backend"], - "category": "languages", - "strict": false, - "commands": ["./commands/python-scaffold.md"], - "agents": [ - "./agents/python-pro.md", - "./agents/django-pro.md", - "./agents/fastapi-pro.md" - ], - "skills": [ - "./skills/async-python-patterns", - "./skills/python-testing-patterns", - "./skills/python-packaging", - "./skills/python-performance-optimization", - "./skills/uv-package-manager", - "./skills/python-type-safety", - "./skills/python-code-style", - "./skills/python-observability", - "./skills/python-project-structure", - "./skills/python-design-patterns", - "./skills/python-error-handling", - "./skills/python-configuration", - "./skills/python-resilience", - "./skills/python-resource-management", - "./skills/python-background-jobs", - "./skills/python-anti-patterns" - ] + "category": "languages" }, { "name": "javascript-typescript", @@ -1632,22 +784,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["javascript", "typescript", "es6", "nodejs", "react"], - "category": "languages", - "strict": false, - "commands": ["./commands/typescript-scaffold.md"], - "agents": ["./agents/javascript-pro.md", "./agents/typescript-pro.md"], - "skills": [ - "./skills/typescript-advanced-types", - "./skills/nodejs-backend-patterns", - "./skills/javascript-testing-patterns", - "./skills/modern-javascript-patterns" - ] + "category": "languages" }, { "name": "systems-programming", @@ -1656,33 +797,11 @@ "version": "1.2.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "rust", - "golang", - "c", - "cpp", - "systems-programming", - "performance" - ], - "category": "languages", - "strict": false, - "commands": ["./commands/rust-project.md"], - "agents": [ - "./agents/rust-pro.md", - "./agents/golang-pro.md", - "./agents/c-pro.md", - "./agents/cpp-pro.md" - ], - "skills": [ - "./skills/rust-async-patterns", - "./skills/go-concurrency-patterns", - "./skills/memory-safety-patterns" - ] + "category": "languages" }, { "name": "jvm-languages", @@ -1691,20 +810,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["java", "scala", "csharp", "jvm", "enterprise", "dotnet"], - "category": "languages", - "strict": false, - "commands": [], - "agents": [ - "./agents/java-pro.md", - "./agents/scala-pro.md", - "./agents/csharp-pro.md" - ] + "category": "languages" }, { "name": "web-scripting", @@ -1713,16 +823,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["php", "ruby", "rails", "wordpress", "web-scripting"], - "category": "languages", - "strict": false, - "commands": [], - "agents": ["./agents/php-pro.md", "./agents/ruby-pro.md"] + "category": "languages" }, { "name": "functional-programming", @@ -1731,16 +836,11 @@ "version": "1.2.0", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": ["elixir", "functional", "phoenix", "otp", "distributed"], - "category": "languages", - "strict": false, - "commands": [], - "agents": ["./agents/elixir-pro.md"] + "category": "languages" }, { "name": "julia-development", @@ -1752,21 +852,8 @@ "url": "https://github.com/exAClior" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "julia", - "scientific-computing", - "numerical", - "performance", - "data-science", - "multiple-dispatch" - ], - "category": "languages", - "strict": false, - "commands": [], - "agents": ["./agents/julia-pro.md"], - "skills": [] + "category": "languages" }, { "name": "arm-cortex-microcontrollers", @@ -1778,21 +865,8 @@ "url": "https://github.com/rsnodgrass" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "embedded", - "arm", - "cortex-m", - "firmware", - "microcontroller", - "teensy", - "stm32" - ], - "category": "languages", - "strict": false, - "commands": [], - "agents": ["./agents/arm-cortex-expert.md"] + "category": "languages" }, { "name": "shell-scripting", @@ -1804,26 +878,8 @@ "url": "https://github.com/rsnodgrass" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "bash", - "shell", - "scripting", - "automation", - "posix", - "shellcheck", - "testing" - ], - "category": "languages", - "strict": false, - "commands": [], - "agents": ["./agents/bash-pro.md", "./agents/posix-shell-pro.md"], - "skills": [ - "./skills/bash-defensive-patterns/SKILL.md", - "./skills/shellcheck-configuration/SKILL.md", - "./skills/bats-testing-patterns/SKILL.md" - ] + "category": "languages" }, { "name": "developer-essentials", @@ -1832,38 +888,11 @@ "version": "1.0.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "git", - "sql", - "debugging", - "testing", - "authentication", - "code-review", - "monorepo", - "essential" - ], - "category": "development", - "strict": false, - "commands": [], - "agents": ["./agents/monorepo-architect.md"], - "skills": [ - "./skills/git-advanced-workflows", - "./skills/sql-optimization-patterns", - "./skills/error-handling-patterns", - "./skills/code-review-excellence", - "./skills/e2e-testing-patterns", - "./skills/auth-implementation-patterns", - "./skills/debugging-strategies", - "./skills/monorepo-management", - "./skills/nx-workspace-patterns", - "./skills/turborepo-caching", - "./skills/bazel-build-optimization" - ] + "category": "development" }, { "name": "reverse-engineering", @@ -1875,33 +904,8 @@ "url": "https://github.com/balcsida" }, "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", "license": "MIT", - "keywords": [ - "reverse-engineering", - "binary-analysis", - "malware-analysis", - "firmware", - "disassembly", - "ghidra", - "ida-pro", - "security-research", - "ctf" - ], - "category": "security", - "strict": false, - "commands": [], - "agents": [ - "./agents/reverse-engineer.md", - "./agents/malware-analyst.md", - "./agents/firmware-analyst.md" - ], - "skills": [ - "./skills/binary-analysis-patterns", - "./skills/memory-forensics", - "./skills/protocol-reverse-engineering", - "./skills/anti-reversing-techniques" - ] + "category": "security" }, { "name": "conductor", diff --git a/plugins/accessibility-compliance/.claude-plugin/plugin.json b/plugins/accessibility-compliance/.claude-plugin/plugin.json new file mode 100644 index 0000000..6038f64 --- /dev/null +++ b/plugins/accessibility-compliance/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/agent-orchestration/.claude-plugin/plugin.json b/plugins/agent-orchestration/.claude-plugin/plugin.json new file mode 100644 index 0000000..d0e1729 --- /dev/null +++ b/plugins/agent-orchestration/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/api-scaffolding/.claude-plugin/plugin.json b/plugins/api-scaffolding/.claude-plugin/plugin.json new file mode 100644 index 0000000..5ecc9b0 --- /dev/null +++ b/plugins/api-scaffolding/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/api-testing-observability/.claude-plugin/plugin.json b/plugins/api-testing-observability/.claude-plugin/plugin.json new file mode 100644 index 0000000..91f5cd7 --- /dev/null +++ b/plugins/api-testing-observability/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/application-performance/.claude-plugin/plugin.json b/plugins/application-performance/.claude-plugin/plugin.json new file mode 100644 index 0000000..9aa33c0 --- /dev/null +++ b/plugins/application-performance/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json b/plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json new file mode 100644 index 0000000..53ca290 --- /dev/null +++ b/plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/backend-api-security/.claude-plugin/plugin.json b/plugins/backend-api-security/.claude-plugin/plugin.json new file mode 100644 index 0000000..78a9dae --- /dev/null +++ b/plugins/backend-api-security/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/backend-development/.claude-plugin/plugin.json b/plugins/backend-development/.claude-plugin/plugin.json new file mode 100644 index 0000000..e4295d7 --- /dev/null +++ b/plugins/backend-development/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/blockchain-web3/.claude-plugin/plugin.json b/plugins/blockchain-web3/.claude-plugin/plugin.json new file mode 100644 index 0000000..aae613f --- /dev/null +++ b/plugins/blockchain-web3/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/business-analytics/.claude-plugin/plugin.json b/plugins/business-analytics/.claude-plugin/plugin.json new file mode 100644 index 0000000..4a1411b --- /dev/null +++ b/plugins/business-analytics/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/c4-architecture/.claude-plugin/plugin.json b/plugins/c4-architecture/.claude-plugin/plugin.json new file mode 100644 index 0000000..7bf01d7 --- /dev/null +++ b/plugins/c4-architecture/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/cicd-automation/.claude-plugin/plugin.json b/plugins/cicd-automation/.claude-plugin/plugin.json new file mode 100644 index 0000000..d835275 --- /dev/null +++ b/plugins/cicd-automation/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/cloud-infrastructure/.claude-plugin/plugin.json b/plugins/cloud-infrastructure/.claude-plugin/plugin.json new file mode 100644 index 0000000..5d3c35e --- /dev/null +++ b/plugins/cloud-infrastructure/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/code-documentation/.claude-plugin/plugin.json b/plugins/code-documentation/.claude-plugin/plugin.json new file mode 100644 index 0000000..61da1e3 --- /dev/null +++ b/plugins/code-documentation/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/code-refactoring/.claude-plugin/plugin.json b/plugins/code-refactoring/.claude-plugin/plugin.json new file mode 100644 index 0000000..a95afed --- /dev/null +++ b/plugins/code-refactoring/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/code-review-ai/.claude-plugin/plugin.json b/plugins/code-review-ai/.claude-plugin/plugin.json new file mode 100644 index 0000000..97a77ab --- /dev/null +++ b/plugins/code-review-ai/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/codebase-cleanup/.claude-plugin/plugin.json b/plugins/codebase-cleanup/.claude-plugin/plugin.json new file mode 100644 index 0000000..b16c6b8 --- /dev/null +++ b/plugins/codebase-cleanup/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/comprehensive-review/.claude-plugin/plugin.json b/plugins/comprehensive-review/.claude-plugin/plugin.json new file mode 100644 index 0000000..e30d053 --- /dev/null +++ b/plugins/comprehensive-review/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/content-marketing/.claude-plugin/plugin.json b/plugins/content-marketing/.claude-plugin/plugin.json new file mode 100644 index 0000000..c2c4b87 --- /dev/null +++ b/plugins/content-marketing/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/context-management/.claude-plugin/plugin.json b/plugins/context-management/.claude-plugin/plugin.json new file mode 100644 index 0000000..8010c87 --- /dev/null +++ b/plugins/context-management/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/customer-sales-automation/.claude-plugin/plugin.json b/plugins/customer-sales-automation/.claude-plugin/plugin.json new file mode 100644 index 0000000..a880887 --- /dev/null +++ b/plugins/customer-sales-automation/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/data-engineering/.claude-plugin/plugin.json b/plugins/data-engineering/.claude-plugin/plugin.json new file mode 100644 index 0000000..4e7a312 --- /dev/null +++ b/plugins/data-engineering/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/data-validation-suite/.claude-plugin/plugin.json b/plugins/data-validation-suite/.claude-plugin/plugin.json new file mode 100644 index 0000000..c7d0655 --- /dev/null +++ b/plugins/data-validation-suite/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/database-cloud-optimization/.claude-plugin/plugin.json b/plugins/database-cloud-optimization/.claude-plugin/plugin.json new file mode 100644 index 0000000..eeb0183 --- /dev/null +++ b/plugins/database-cloud-optimization/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/database-design/.claude-plugin/plugin.json b/plugins/database-design/.claude-plugin/plugin.json new file mode 100644 index 0000000..7157538 --- /dev/null +++ b/plugins/database-design/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/database-migrations/.claude-plugin/plugin.json b/plugins/database-migrations/.claude-plugin/plugin.json new file mode 100644 index 0000000..cf75124 --- /dev/null +++ b/plugins/database-migrations/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/debugging-toolkit/.claude-plugin/plugin.json b/plugins/debugging-toolkit/.claude-plugin/plugin.json new file mode 100644 index 0000000..3a2b513 --- /dev/null +++ b/plugins/debugging-toolkit/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/dependency-management/.claude-plugin/plugin.json b/plugins/dependency-management/.claude-plugin/plugin.json new file mode 100644 index 0000000..8c639bf --- /dev/null +++ b/plugins/dependency-management/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/deployment-strategies/.claude-plugin/plugin.json b/plugins/deployment-strategies/.claude-plugin/plugin.json new file mode 100644 index 0000000..221fc78 --- /dev/null +++ b/plugins/deployment-strategies/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/deployment-validation/.claude-plugin/plugin.json b/plugins/deployment-validation/.claude-plugin/plugin.json new file mode 100644 index 0000000..64e1e78 --- /dev/null +++ b/plugins/deployment-validation/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/developer-essentials/.claude-plugin/plugin.json b/plugins/developer-essentials/.claude-plugin/plugin.json new file mode 100644 index 0000000..ac6e542 --- /dev/null +++ b/plugins/developer-essentials/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/distributed-debugging/.claude-plugin/plugin.json b/plugins/distributed-debugging/.claude-plugin/plugin.json new file mode 100644 index 0000000..a03bb2a --- /dev/null +++ b/plugins/distributed-debugging/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/documentation-generation/.claude-plugin/plugin.json b/plugins/documentation-generation/.claude-plugin/plugin.json new file mode 100644 index 0000000..a3152bf --- /dev/null +++ b/plugins/documentation-generation/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/error-debugging/.claude-plugin/plugin.json b/plugins/error-debugging/.claude-plugin/plugin.json new file mode 100644 index 0000000..82897d6 --- /dev/null +++ b/plugins/error-debugging/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/error-diagnostics/.claude-plugin/plugin.json b/plugins/error-diagnostics/.claude-plugin/plugin.json new file mode 100644 index 0000000..f130dc5 --- /dev/null +++ b/plugins/error-diagnostics/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/framework-migration/.claude-plugin/plugin.json b/plugins/framework-migration/.claude-plugin/plugin.json new file mode 100644 index 0000000..c57ee90 --- /dev/null +++ b/plugins/framework-migration/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/frontend-mobile-development/.claude-plugin/plugin.json b/plugins/frontend-mobile-development/.claude-plugin/plugin.json new file mode 100644 index 0000000..d3c39b3 --- /dev/null +++ b/plugins/frontend-mobile-development/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/frontend-mobile-security/.claude-plugin/plugin.json b/plugins/frontend-mobile-security/.claude-plugin/plugin.json new file mode 100644 index 0000000..15a9eff --- /dev/null +++ b/plugins/frontend-mobile-security/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/full-stack-orchestration/.claude-plugin/plugin.json b/plugins/full-stack-orchestration/.claude-plugin/plugin.json new file mode 100644 index 0000000..51028b4 --- /dev/null +++ b/plugins/full-stack-orchestration/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/functional-programming/.claude-plugin/plugin.json b/plugins/functional-programming/.claude-plugin/plugin.json new file mode 100644 index 0000000..b54544c --- /dev/null +++ b/plugins/functional-programming/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/game-development/.claude-plugin/plugin.json b/plugins/game-development/.claude-plugin/plugin.json new file mode 100644 index 0000000..284938d --- /dev/null +++ b/plugins/game-development/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/git-pr-workflows/.claude-plugin/plugin.json b/plugins/git-pr-workflows/.claude-plugin/plugin.json new file mode 100644 index 0000000..8954407 --- /dev/null +++ b/plugins/git-pr-workflows/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/hr-legal-compliance/.claude-plugin/plugin.json b/plugins/hr-legal-compliance/.claude-plugin/plugin.json new file mode 100644 index 0000000..3750a2d --- /dev/null +++ b/plugins/hr-legal-compliance/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/incident-response/.claude-plugin/plugin.json b/plugins/incident-response/.claude-plugin/plugin.json new file mode 100644 index 0000000..bfad1bf --- /dev/null +++ b/plugins/incident-response/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/javascript-typescript/.claude-plugin/plugin.json b/plugins/javascript-typescript/.claude-plugin/plugin.json new file mode 100644 index 0000000..864f135 --- /dev/null +++ b/plugins/javascript-typescript/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/julia-development/.claude-plugin/plugin.json b/plugins/julia-development/.claude-plugin/plugin.json new file mode 100644 index 0000000..aacb7ca --- /dev/null +++ b/plugins/julia-development/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/jvm-languages/.claude-plugin/plugin.json b/plugins/jvm-languages/.claude-plugin/plugin.json new file mode 100644 index 0000000..4dbc6ff --- /dev/null +++ b/plugins/jvm-languages/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/kubernetes-operations/.claude-plugin/plugin.json b/plugins/kubernetes-operations/.claude-plugin/plugin.json new file mode 100644 index 0000000..8b1b49c --- /dev/null +++ b/plugins/kubernetes-operations/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/machine-learning-ops/.claude-plugin/plugin.json b/plugins/machine-learning-ops/.claude-plugin/plugin.json new file mode 100644 index 0000000..b984a3f --- /dev/null +++ b/plugins/machine-learning-ops/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/multi-platform-apps/.claude-plugin/plugin.json b/plugins/multi-platform-apps/.claude-plugin/plugin.json new file mode 100644 index 0000000..29c72e9 --- /dev/null +++ b/plugins/multi-platform-apps/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/observability-monitoring/.claude-plugin/plugin.json b/plugins/observability-monitoring/.claude-plugin/plugin.json new file mode 100644 index 0000000..9269861 --- /dev/null +++ b/plugins/observability-monitoring/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/payment-processing/.claude-plugin/plugin.json b/plugins/payment-processing/.claude-plugin/plugin.json new file mode 100644 index 0000000..9ff5fb8 --- /dev/null +++ b/plugins/payment-processing/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/performance-testing-review/.claude-plugin/plugin.json b/plugins/performance-testing-review/.claude-plugin/plugin.json new file mode 100644 index 0000000..8fdb9f9 --- /dev/null +++ b/plugins/performance-testing-review/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/python-development/.claude-plugin/plugin.json b/plugins/python-development/.claude-plugin/plugin.json new file mode 100644 index 0000000..fec99e8 --- /dev/null +++ b/plugins/python-development/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/quantitative-trading/.claude-plugin/plugin.json b/plugins/quantitative-trading/.claude-plugin/plugin.json new file mode 100644 index 0000000..a34548f --- /dev/null +++ b/plugins/quantitative-trading/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/reverse-engineering/.claude-plugin/plugin.json b/plugins/reverse-engineering/.claude-plugin/plugin.json new file mode 100644 index 0000000..081090b --- /dev/null +++ b/plugins/reverse-engineering/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/security-compliance/.claude-plugin/plugin.json b/plugins/security-compliance/.claude-plugin/plugin.json new file mode 100644 index 0000000..d7a2284 --- /dev/null +++ b/plugins/security-compliance/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/security-scanning/.claude-plugin/plugin.json b/plugins/security-scanning/.claude-plugin/plugin.json new file mode 100644 index 0000000..f416f38 --- /dev/null +++ b/plugins/security-scanning/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/seo-analysis-monitoring/.claude-plugin/plugin.json b/plugins/seo-analysis-monitoring/.claude-plugin/plugin.json new file mode 100644 index 0000000..091ed23 --- /dev/null +++ b/plugins/seo-analysis-monitoring/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/seo-content-creation/.claude-plugin/plugin.json b/plugins/seo-content-creation/.claude-plugin/plugin.json new file mode 100644 index 0000000..9e7fc5e --- /dev/null +++ b/plugins/seo-content-creation/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/seo-technical-optimization/.claude-plugin/plugin.json b/plugins/seo-technical-optimization/.claude-plugin/plugin.json new file mode 100644 index 0000000..30d5192 --- /dev/null +++ b/plugins/seo-technical-optimization/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/shell-scripting/.claude-plugin/plugin.json b/plugins/shell-scripting/.claude-plugin/plugin.json new file mode 100644 index 0000000..bbbb0e7 --- /dev/null +++ b/plugins/shell-scripting/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/systems-programming/.claude-plugin/plugin.json b/plugins/systems-programming/.claude-plugin/plugin.json new file mode 100644 index 0000000..b73f7a2 --- /dev/null +++ b/plugins/systems-programming/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/tdd-workflows/.claude-plugin/plugin.json b/plugins/tdd-workflows/.claude-plugin/plugin.json new file mode 100644 index 0000000..ef99c87 --- /dev/null +++ b/plugins/tdd-workflows/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/team-collaboration/.claude-plugin/plugin.json b/plugins/team-collaboration/.claude-plugin/plugin.json new file mode 100644 index 0000000..4d7d022 --- /dev/null +++ b/plugins/team-collaboration/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/unit-testing/.claude-plugin/plugin.json b/plugins/unit-testing/.claude-plugin/plugin.json new file mode 100644 index 0000000..2be1636 --- /dev/null +++ b/plugins/unit-testing/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/web-scripting/.claude-plugin/plugin.json b/plugins/web-scripting/.claude-plugin/plugin.json new file mode 100644 index 0000000..0ac440e --- /dev/null +++ b/plugins/web-scripting/.claude-plugin/plugin.json @@ -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" +}