mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
Major marketplace refactoring to optimize plugin granularity and improve single-responsibility principle adherence, following Anthropic best practices. Plugin Architecture Changes (36 → 62 plugins) ------------------------------------------------ Split 12 monolithic plugins into focused units: - claude-code-essentials → code-documentation, debugging-toolkit, git-pr-workflows - full-stack-development → backend-development, frontend-mobile-development, full-stack-orchestration - testing-quality-suite → unit-testing, tdd-workflows, code-review-ai - infrastructure-devops → cloud-infrastructure, kubernetes-orchestration, ci-cd-automation - development-utilities → code-refactoring, dependency-management, error-debugging - security-hardening → web-security, mobile-security, devsecops-practices - data-ml-pipeline → data-engineering, machine-learning, mlops-automation - api-development-kit → rest-api-development, graphql-development, api-security Added 6 language-focused plugins for unused agents: - python-development, javascript-typescript, systems-programming - jvm-languages, web-scripting, functional-programming New Tools (6 tools, 2,084 lines) --------------------------------- 1. test-generate.md (302 lines) - Automated unit test generation 2. component-scaffold.md (388 lines) - React/React Native scaffolding 3. xss-scan.md (307 lines) - XSS vulnerability scanner 4. python-scaffold.md (316 lines) - Python project initialization 5. typescript-scaffold.md (346 lines) - TypeScript project setup 6. rust-project.md (425 lines) - Rust project creation Marketplace Cleanup ------------------- - Removed 2 empty plugins (advanced-testing, docker-containerization) - Assigned agents to 4 plugins missing them - Validated all file references (100% valid paths) Results ------- - 62 plugins (was 36) - 72% increase for better granularity - 84 agents (100% now assigned to plugins) - 42 tools (was 36) - 16.7% increase - Average 3.4 components per plugin (follows Anthropic 2-8 pattern) - 100% of plugins have agents (was 94%) - 66% of plugins have tools (was 50%) - Version bumped to 1.1.0 This refactoring optimizes token usage, improves plugin discovery, and makes installation more granular while maintaining the centralized file structure.
1819 lines
51 KiB
JSON
1819 lines
51 KiB
JSON
{
|
|
"name": "claude-code-workflows",
|
|
"owner": {
|
|
"name": "Seth Hobson",
|
|
"email": "seth@major7apps.com",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"metadata": {
|
|
"description": "Production-ready workflow orchestration with 62 focused plugins, 84 specialized agents, and 42 tools - optimized for granular installation and minimal token usage",
|
|
"version": "1.1.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "code-documentation",
|
|
"source": "./",
|
|
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/doc-generate.md",
|
|
"./tools/code-explain.md"
|
|
],
|
|
"agents": [
|
|
"./agents/docs-architect.md",
|
|
"./agents/tutorial-engineer.md",
|
|
"./agents/code-reviewer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "debugging-toolkit",
|
|
"source": "./",
|
|
"description": "Interactive debugging, developer experience optimization, and smart debugging workflows",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/smart-debug.md"
|
|
],
|
|
"agents": [
|
|
"./agents/debugger.md",
|
|
"./agents/dx-optimizer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "git-pr-workflows",
|
|
"source": "./",
|
|
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/pr-enhance.md",
|
|
"./tools/onboard.md",
|
|
"./workflows/git-workflow.md"
|
|
],
|
|
"agents": [
|
|
"./agents/code-reviewer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "backend-development",
|
|
"source": "./",
|
|
"description": "Backend API design, GraphQL architecture, and test-driven backend development",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"backend",
|
|
"api-design",
|
|
"graphql",
|
|
"tdd",
|
|
"architecture"
|
|
],
|
|
"category": "development",
|
|
"strict": false,
|
|
"commands": [
|
|
"./workflows/feature-development.md"
|
|
],
|
|
"agents": [
|
|
"./agents/backend-architect.md",
|
|
"./agents/graphql-architect.md",
|
|
"./agents/tdd-orchestrator.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "frontend-mobile-development",
|
|
"source": "./",
|
|
"description": "Frontend UI development and mobile application implementation across platforms",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/component-scaffold.md"
|
|
],
|
|
"agents": [
|
|
"./agents/frontend-developer.md",
|
|
"./agents/mobile-developer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "full-stack-orchestration",
|
|
"source": "./",
|
|
"description": "End-to-end feature orchestration with testing, security, performance, and deployment",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./workflows/full-stack-feature.md"
|
|
],
|
|
"agents": [
|
|
"./agents/test-automator.md",
|
|
"./agents/security-auditor.md",
|
|
"./agents/performance-engineer.md",
|
|
"./agents/deployment-engineer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "unit-testing",
|
|
"source": "./",
|
|
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/test-generate.md"
|
|
],
|
|
"agents": [
|
|
"./agents/test-automator.md",
|
|
"./agents/debugger.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "tdd-workflows",
|
|
"source": "./",
|
|
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./workflows/tdd-cycle.md",
|
|
"./tools/tdd-red.md",
|
|
"./tools/tdd-green.md",
|
|
"./tools/tdd-refactor.md"
|
|
],
|
|
"agents": [
|
|
"./agents/tdd-orchestrator.md",
|
|
"./agents/code-reviewer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "code-review-ai",
|
|
"source": "./",
|
|
"description": "AI-powered architectural review and code quality analysis",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/ai-review.md"
|
|
],
|
|
"agents": [
|
|
"./agents/architect-review.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "code-refactoring",
|
|
"source": "./",
|
|
"description": "Code cleanup, refactoring automation, and technical debt management with context restoration",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/refactor-clean.md",
|
|
"./tools/tech-debt.md",
|
|
"./tools/context-restore.md"
|
|
],
|
|
"agents": [
|
|
"./agents/legacy-modernizer.md",
|
|
"./agents/code-reviewer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "dependency-management",
|
|
"source": "./",
|
|
"description": "Dependency auditing, version management, and security vulnerability scanning",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/deps-audit.md"
|
|
],
|
|
"agents": [
|
|
"./agents/legacy-modernizer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "error-debugging",
|
|
"source": "./",
|
|
"description": "Error analysis, trace debugging, and multi-agent problem diagnosis",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/error-analysis.md",
|
|
"./tools/error-trace.md",
|
|
"./tools/multi-agent-review.md"
|
|
],
|
|
"agents": [
|
|
"./agents/debugger.md",
|
|
"./agents/error-detective.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "team-collaboration",
|
|
"source": "./",
|
|
"description": "Team workflows, issue management, standup automation, and developer experience optimization",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/issue.md",
|
|
"./tools/standup-notes.md"
|
|
],
|
|
"agents": [
|
|
"./agents/dx-optimizer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "llm-application-dev",
|
|
"source": "./",
|
|
"description": "LLM application development, prompt engineering, and AI assistant optimization",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"llm",
|
|
"ai",
|
|
"prompt-engineering",
|
|
"langchain",
|
|
"gpt",
|
|
"claude"
|
|
],
|
|
"category": "ai-ml",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/langchain-agent.md",
|
|
"./tools/ai-assistant.md",
|
|
"./tools/prompt-optimize.md"
|
|
],
|
|
"agents": [
|
|
"./agents/ai-engineer.md",
|
|
"./agents/prompt-engineer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "agent-orchestration",
|
|
"source": "./",
|
|
"description": "Multi-agent system optimization, agent improvement workflows, and context management",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/multi-agent-optimize.md",
|
|
"./workflows/improve-agent.md"
|
|
],
|
|
"agents": [
|
|
"./agents/context-manager.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "context-management",
|
|
"source": "./",
|
|
"description": "Context persistence, restoration, and long-running conversation management",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/context-save.md",
|
|
"./tools/context-restore.md"
|
|
],
|
|
"agents": [
|
|
"./agents/context-manager.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "machine-learning-ops",
|
|
"source": "./",
|
|
"description": "ML model training pipelines, hyperparameter tuning, model deployment automation, experiment tracking, and MLOps workflows",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"machine-learning",
|
|
"mlops",
|
|
"model-training",
|
|
"tensorflow",
|
|
"pytorch",
|
|
"mlflow"
|
|
],
|
|
"category": "ai-ml",
|
|
"strict": false,
|
|
"commands": [
|
|
"./workflows/ml-pipeline.md"
|
|
],
|
|
"agents": [
|
|
"./agents/data-scientist.md",
|
|
"./agents/ml-engineer.md",
|
|
"./agents/mlops-engineer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "data-engineering",
|
|
"source": "./",
|
|
"description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"data-engineering",
|
|
"etl",
|
|
"data-pipeline",
|
|
"data-warehouse",
|
|
"batch-processing"
|
|
],
|
|
"category": "data",
|
|
"strict": false,
|
|
"commands": [
|
|
"./workflows/data-driven-feature.md",
|
|
"./tools/data-pipeline.md"
|
|
],
|
|
"agents": [
|
|
"./agents/data-engineer.md",
|
|
"./agents/backend-architect.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "incident-response",
|
|
"source": "./",
|
|
"description": "Production incident management, triage workflows, and automated incident resolution",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"incident-response",
|
|
"production",
|
|
"sre",
|
|
"troubleshooting"
|
|
],
|
|
"category": "operations",
|
|
"strict": false,
|
|
"commands": [
|
|
"./workflows/incident-response.md",
|
|
"./workflows/smart-fix.md"
|
|
],
|
|
"agents": [
|
|
"./agents/incident-responder.md",
|
|
"./agents/devops-troubleshooter.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "error-diagnostics",
|
|
"source": "./",
|
|
"description": "Error tracing, root cause analysis, and smart debugging for production systems",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"diagnostics",
|
|
"error-tracing",
|
|
"root-cause",
|
|
"debugging"
|
|
],
|
|
"category": "operations",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/error-trace.md",
|
|
"./tools/error-analysis.md",
|
|
"./tools/smart-debug.md"
|
|
],
|
|
"agents": [
|
|
"./agents/debugger.md",
|
|
"./agents/error-detective.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "distributed-debugging",
|
|
"source": "./",
|
|
"description": "Distributed system tracing and debugging across microservices",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"distributed-tracing",
|
|
"microservices",
|
|
"debugging",
|
|
"observability"
|
|
],
|
|
"category": "operations",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/debug-trace.md"
|
|
],
|
|
"agents": [
|
|
"./agents/error-detective.md",
|
|
"./agents/devops-troubleshooter.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "observability-monitoring",
|
|
"source": "./",
|
|
"description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"observability",
|
|
"monitoring",
|
|
"metrics",
|
|
"logging",
|
|
"tracing",
|
|
"slo",
|
|
"prometheus",
|
|
"grafana"
|
|
],
|
|
"category": "operations",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/monitor-setup.md",
|
|
"./tools/slo-implement.md"
|
|
],
|
|
"agents": [
|
|
"./agents/observability-engineer.md",
|
|
"./agents/performance-engineer.md",
|
|
"./agents/database-optimizer.md",
|
|
"./agents/network-engineer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "deployment-strategies",
|
|
"source": "./",
|
|
"description": "Deployment patterns, rollback automation, and infrastructure templates",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"deployment",
|
|
"rollout",
|
|
"rollback",
|
|
"canary",
|
|
"blue-green"
|
|
],
|
|
"category": "infrastructure",
|
|
"strict": false,
|
|
"commands": [],
|
|
"agents": [
|
|
"./agents/deployment-engineer.md",
|
|
"./agents/terraform-specialist.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "deployment-validation",
|
|
"source": "./",
|
|
"description": "Pre-deployment checks, configuration validation, and deployment readiness assessment",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"validation",
|
|
"pre-flight",
|
|
"configuration",
|
|
"deployment-safety"
|
|
],
|
|
"category": "infrastructure",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/config-validate.md"
|
|
],
|
|
"agents": [
|
|
"./agents/cloud-architect.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "kubernetes-operations",
|
|
"source": "./",
|
|
"description": "Kubernetes manifest generation, networking configuration, security policies, observability setup, GitOps workflows, and auto-scaling",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"kubernetes",
|
|
"k8s",
|
|
"containers",
|
|
"helm",
|
|
"argocd",
|
|
"gitops"
|
|
],
|
|
"category": "infrastructure",
|
|
"strict": false,
|
|
"commands": [],
|
|
"agents": [
|
|
"./agents/kubernetes-architect.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "cloud-infrastructure",
|
|
"source": "./",
|
|
"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.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"cloud",
|
|
"aws",
|
|
"azure",
|
|
"gcp",
|
|
"kubernetes",
|
|
"terraform",
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "cicd-automation",
|
|
"source": "./",
|
|
"description": "CI/CD pipeline configuration, GitHub Actions/GitLab CI workflow setup, and automated deployment pipeline orchestration",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ci-cd",
|
|
"automation",
|
|
"pipeline",
|
|
"github-actions",
|
|
"gitlab-ci"
|
|
],
|
|
"category": "infrastructure",
|
|
"strict": false,
|
|
"commands": [
|
|
"./workflows/workflow-automate.md"
|
|
],
|
|
"agents": [
|
|
"./agents/deployment-engineer.md",
|
|
"./agents/devops-troubleshooter.md",
|
|
"./agents/kubernetes-architect.md",
|
|
"./agents/cloud-architect.md",
|
|
"./agents/terraform-specialist.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "application-performance",
|
|
"source": "./",
|
|
"description": "Application profiling, performance optimization, and observability for frontend and backend systems",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./workflows/performance-optimization.md"
|
|
],
|
|
"agents": [
|
|
"./agents/performance-engineer.md",
|
|
"./agents/frontend-developer.md",
|
|
"./agents/observability-engineer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "database-cloud-optimization",
|
|
"source": "./",
|
|
"description": "Database query optimization, cloud cost optimization, and scalability improvements",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/cost-optimize.md"
|
|
],
|
|
"agents": [
|
|
"./agents/database-optimizer.md",
|
|
"./agents/database-architect.md",
|
|
"./agents/backend-architect.md",
|
|
"./agents/cloud-architect.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "comprehensive-review",
|
|
"source": "./",
|
|
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./workflows/full-review.md",
|
|
"./tools/pr-enhance.md"
|
|
],
|
|
"agents": [
|
|
"./agents/code-reviewer.md",
|
|
"./agents/architect-review.md",
|
|
"./agents/security-auditor.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "performance-testing-review",
|
|
"source": "./",
|
|
"description": "Performance analysis, test coverage review, and AI-powered code quality assessment",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/ai-review.md",
|
|
"./tools/multi-agent-review.md"
|
|
],
|
|
"agents": [
|
|
"./agents/performance-engineer.md",
|
|
"./agents/test-automator.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "framework-migration",
|
|
"source": "./",
|
|
"description": "Framework updates, migration planning, and architectural transformation workflows",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./workflows/legacy-modernize.md",
|
|
"./tools/code-migrate.md",
|
|
"./tools/deps-upgrade.md"
|
|
],
|
|
"agents": [
|
|
"./agents/legacy-modernizer.md",
|
|
"./agents/architect-review.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "codebase-cleanup",
|
|
"source": "./",
|
|
"description": "Technical debt reduction, dependency updates, and code refactoring automation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/deps-audit.md",
|
|
"./tools/tech-debt.md",
|
|
"./tools/refactor-clean.md"
|
|
],
|
|
"agents": [
|
|
"./agents/test-automator.md",
|
|
"./agents/code-reviewer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "database-design",
|
|
"source": "./",
|
|
"description": "Database architecture, schema design, and SQL optimization for production systems",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "database-migrations",
|
|
"source": "./",
|
|
"description": "Database migration automation, observability, and cross-database migration strategies",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/sql-migrations.md",
|
|
"./tools/migration-observability.md"
|
|
],
|
|
"agents": [
|
|
"./agents/database-optimizer.md",
|
|
"./agents/database-admin.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "security-scanning",
|
|
"source": "./",
|
|
"description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"security",
|
|
"sast",
|
|
"vulnerability-scanning",
|
|
"owasp",
|
|
"devsecops"
|
|
],
|
|
"category": "security",
|
|
"strict": false,
|
|
"commands": [
|
|
"./workflows/security-hardening.md",
|
|
"./tools/security-sast.md",
|
|
"./tools/security-dependencies.md"
|
|
],
|
|
"agents": [
|
|
"./agents/security-auditor.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "security-compliance",
|
|
"source": "./",
|
|
"description": "SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"compliance",
|
|
"soc2",
|
|
"hipaa",
|
|
"gdpr",
|
|
"secrets",
|
|
"regulatory"
|
|
],
|
|
"category": "security",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/compliance-check.md"
|
|
],
|
|
"agents": [
|
|
"./agents/security-auditor.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "backend-api-security",
|
|
"source": "./",
|
|
"description": "API security hardening, authentication implementation, authorization patterns, rate limiting, and input validation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"api-security",
|
|
"authentication",
|
|
"authorization",
|
|
"jwt",
|
|
"oauth"
|
|
],
|
|
"category": "security",
|
|
"strict": false,
|
|
"commands": [],
|
|
"agents": [
|
|
"./agents/backend-security-coder.md",
|
|
"./agents/backend-architect.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "frontend-mobile-security",
|
|
"source": "./",
|
|
"description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"frontend-security",
|
|
"mobile-security",
|
|
"xss",
|
|
"csrf",
|
|
"csp"
|
|
],
|
|
"category": "security",
|
|
"strict": false,
|
|
"commands": [
|
|
"./tools/xss-scan.md"
|
|
],
|
|
"agents": [
|
|
"./agents/frontend-security-coder.md",
|
|
"./agents/mobile-security-coder.md",
|
|
"./agents/frontend-developer.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "data-validation-suite",
|
|
"source": "./",
|
|
"description": "Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"validation",
|
|
"schema",
|
|
"data-quality",
|
|
"pydantic",
|
|
"jsonschema"
|
|
],
|
|
"category": "data",
|
|
"strict": false,
|
|
"commands": [],
|
|
"agents": [
|
|
"./agents/backend-security-coder.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "api-scaffolding",
|
|
"source": "./",
|
|
"description": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "api-testing-observability",
|
|
"source": "./",
|
|
"description": "API testing automation, request mocking, OpenAPI documentation generation, observability setup, and monitoring",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/api-mock.md"
|
|
],
|
|
"agents": [
|
|
"./agents/api-documenter.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "seo-content-creation",
|
|
"source": "./",
|
|
"description": "SEO content writing, planning, and quality auditing with E-E-A-T optimization",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "seo-technical-optimization",
|
|
"source": "./",
|
|
"description": "Technical SEO optimization including meta tags, keywords, structure, and featured snippets",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "seo-analysis-monitoring",
|
|
"source": "./",
|
|
"description": "Content freshness analysis, cannibalization detection, and authority building for SEO",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "documentation-generation",
|
|
"source": "./",
|
|
"description": "OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/doc-generate.md"
|
|
],
|
|
"agents": [
|
|
"./agents/docs-architect.md",
|
|
"./agents/api-documenter.md",
|
|
"./agents/mermaid-expert.md",
|
|
"./agents/tutorial-engineer.md",
|
|
"./agents/reference-builder.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "multi-platform-apps",
|
|
"source": "./",
|
|
"description": "Cross-platform application development coordinating web, iOS, Android, and desktop implementations",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./workflows/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"
|
|
]
|
|
},
|
|
{
|
|
"name": "business-analytics",
|
|
"source": "./",
|
|
"description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "hr-legal-compliance",
|
|
"source": "./",
|
|
"description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "customer-sales-automation",
|
|
"source": "./",
|
|
"description": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "content-marketing",
|
|
"source": "./",
|
|
"description": "Content marketing strategy, web research, and information synthesis for marketing operations",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "blockchain-web3",
|
|
"source": "./",
|
|
"description": "Smart contract development with Solidity, DeFi protocol implementation, NFT platforms, and Web3 application architecture",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "quantitative-trading",
|
|
"source": "./",
|
|
"description": "Quantitative analysis, algorithmic trading strategies, financial modeling, portfolio risk management, and backtesting",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "payment-processing",
|
|
"source": "./",
|
|
"description": "Payment gateway integration with Stripe, PayPal, checkout flow implementation, subscription billing, and PCI compliance",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "game-development",
|
|
"source": "./",
|
|
"description": "Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "accessibility-compliance",
|
|
"source": "./",
|
|
"description": "WCAG accessibility auditing, compliance validation, UI testing for screen readers, keyboard navigation, and inclusive design",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/accessibility-audit.md"
|
|
],
|
|
"agents": [
|
|
"./agents/ui-visual-validator.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "python-development",
|
|
"source": "./",
|
|
"description": "Modern Python development with Python 3.12+, Django, FastAPI, async patterns, and production best practices",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/python-scaffold.md"
|
|
],
|
|
"agents": [
|
|
"./agents/python-pro.md",
|
|
"./agents/django-pro.md",
|
|
"./agents/fastapi-pro.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "javascript-typescript",
|
|
"source": "./",
|
|
"description": "JavaScript and TypeScript development with ES6+, Node.js, React, and modern web frameworks",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/typescript-scaffold.md"
|
|
],
|
|
"agents": [
|
|
"./agents/javascript-pro.md",
|
|
"./agents/typescript-pro.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "systems-programming",
|
|
"source": "./",
|
|
"description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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": [
|
|
"./tools/rust-project.md"
|
|
],
|
|
"agents": [
|
|
"./agents/rust-pro.md",
|
|
"./agents/golang-pro.md",
|
|
"./agents/c-pro.md",
|
|
"./agents/cpp-pro.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "jvm-languages",
|
|
"source": "./",
|
|
"description": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "web-scripting",
|
|
"source": "./",
|
|
"description": "Web scripting with PHP and Ruby for web applications, CMS development, and backend services",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "functional-programming",
|
|
"source": "./",
|
|
"description": "Functional programming with Elixir, OTP patterns, Phoenix framework, and distributed systems",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
} |