mumucc 0.4.4 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/defaults/plugin-seed/known_marketplaces.json +11 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/.claude-plugin/marketplace.json +1016 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/agents/ui-visual-validator.md +192 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/commands/accessibility-audit.md +510 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/skills/screen-reader-testing/SKILL.md +538 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/skills/wcag-audit-patterns/SKILL.md +548 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/agents/context-manager.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/commands/improve-agent.md +319 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/commands/multi-agent-optimize.md +209 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/README.md +153 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-debugger.md +83 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-implementer.md +85 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-lead.md +91 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-reviewer.md +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-debug.md +91 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-delegate.md +94 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-feature.md +114 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-review.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-shutdown.md +50 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-spawn.md +105 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-status.md +60 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md +127 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/multi-reviewer-patterns/references/review-dimensions.md +127 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-debugging/SKILL.md +133 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-debugging/references/hypothesis-testing.md +120 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-feature-development/SKILL.md +174 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-feature-development/references/file-ownership.md +80 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-feature-development/references/merge-strategies.md +75 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/task-coordination-strategies/references/dependency-graphs.md +97 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/task-coordination-strategies/references/task-decomposition.md +98 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-communication-protocols/SKILL.md +177 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-communication-protocols/references/messaging-patterns.md +112 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-composition-patterns/SKILL.md +141 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-composition-patterns/references/agent-type-selection.md +84 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-composition-patterns/references/preset-teams.md +265 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/django-pro.md +159 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/fastapi-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/graphql-architect.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/skills/fastapi-templates/SKILL.md +540 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-testing-observability/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-testing-observability/agents/api-documenter.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-testing-observability/commands/api-mock.md +1335 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/agents/observability-engineer.md +230 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/commands/performance-optimization.md +681 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/arm-cortex-microcontrollers/agents/arm-cortex-expert.md +288 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-api-security/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-api-security/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-api-security/agents/backend-security-coder.md +153 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/event-sourcing-architect.md +46 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/graphql-architect.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/performance-engineer.md +44 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/security-auditor.md +41 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/tdd-orchestrator.md +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/temporal-python-pro.md +349 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/test-automator.md +41 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/commands/feature-development.md +481 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/SKILL.md +518 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/architecture-patterns/SKILL.md +494 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/architecture-patterns/references/advanced-patterns.md +391 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/cqrs-implementation/SKILL.md +549 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/event-store-design/SKILL.md +431 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/microservices-patterns/SKILL.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/projection-patterns/SKILL.md +485 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/saga-orchestration/SKILL.md +361 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/saga-orchestration/references/advanced-patterns.md +453 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/SKILL.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/workflow-orchestration-patterns/SKILL.md +316 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/block-no-verify/.claude-plugin/plugin.json +9 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/block-no-verify/commands/block-no-verify.md +90 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/block-no-verify/skills/block-no-verify-hook/SKILL.md +193 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/agents/blockchain-developer.md +187 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/defi-protocol-templates/SKILL.md +424 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/nft-standards/SKILL.md +355 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/solidity-security/SKILL.md +496 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/web3-testing/SKILL.md +390 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/agents/business-analyst.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/skills/data-storytelling/SKILL.md +447 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/skills/kpi-dashboard-design/SKILL.md +493 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-code.md +320 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-component.md +227 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-container.md +248 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-context.md +235 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/commands/c4-architecture.md +367 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/deployment-engineer.md +157 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/devops-troubleshooter.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/kubernetes-architect.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/terraform-specialist.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/commands/workflow-automate.md +1364 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/deployment-pipeline-design/SKILL.md +500 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/deployment-pipeline-design/references/advanced-strategies.md +629 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/github-actions-templates/SKILL.md +328 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/gitlab-ci-patterns/SKILL.md +267 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/secrets-management/SKILL.md +347 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/deployment-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/hybrid-cloud-architect.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/kubernetes-architect.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/network-engineer.md +165 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/service-mesh-expert.md +42 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/terraform-specialist.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/cost-optimization/SKILL.md +313 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/cost-optimization/references/tagging-standards.md +23 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/hybrid-cloud-networking/SKILL.md +256 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/hybrid-cloud-networking/references/direct-connect.md +17 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/istio-traffic-management/SKILL.md +321 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/linkerd-patterns/SKILL.md +305 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/mtls-configuration/SKILL.md +342 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/multi-cloud-architecture/SKILL.md +179 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/multi-cloud-architecture/references/multi-cloud-patterns.md +26 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/multi-cloud-architecture/references/service-comparison.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/service-mesh-observability/SKILL.md +378 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/terraform-module-library/SKILL.md +251 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/terraform-module-library/references/aws-modules.md +70 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/terraform-module-library/references/oci-modules.md +52 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/agents/docs-architect.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/agents/tutorial-engineer.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/commands/code-explain.md +845 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/commands/doc-generate.md +677 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/agents/legacy-modernizer.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/commands/context-restore.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/commands/refactor-clean.md +925 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/commands/tech-debt.md +398 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/commands/deps-audit.md +791 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/commands/refactor-clean.md +925 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/commands/tech-debt.md +398 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/agents/architect-review.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/commands/full-review.md +597 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/commands/pr-enhance.md +709 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/README.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/agents/conductor-validator.md +245 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/implement.md +369 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/manage.md +1126 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/new-track.md +414 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/revert.md +353 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/setup.md +406 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/status.md +319 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/context-driven-development/SKILL.md +393 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/context-driven-development/references/artifact-templates.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/track-management/SKILL.md +593 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/workflow-patterns/SKILL.md +623 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/csharp.md +600 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/dart.md +668 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/general.md +235 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/go.md +562 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/html-css.md +618 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/javascript.md +569 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/python.md +566 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/typescript.md +451 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/index.md +90 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/product-guidelines.md +196 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/product.md +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/tech-stack.md +204 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/track-metadata.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/track-plan.md +198 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/track-spec.md +169 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/tracks.md +62 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/workflow.md +192 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/content-marketing/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/content-marketing/agents/content-marketer.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/content-marketing/agents/search-specialist.md +59 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/agents/context-manager.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/commands/context-restore.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/commands/context-save.md +177 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/customer-sales-automation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/customer-sales-automation/agents/customer-support.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/customer-sales-automation/agents/sales-automator.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/agents/data-engineer.md +227 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/commands/data-driven-feature.md +784 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/commands/data-pipeline.md +209 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/airflow-dag-patterns/SKILL.md +519 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/data-quality-frameworks/SKILL.md +583 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/dbt-transformation-patterns/SKILL.md +556 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/spark-optimization/SKILL.md +411 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-validation-suite/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-validation-suite/agents/backend-security-coder.md +153 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/database-architect.md +263 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/database-optimizer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/commands/cost-optimize.md +1459 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/agents/database-architect.md +263 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/agents/sql-pro.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/skills/postgresql/SKILL.md +202 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/agents/database-admin.md +160 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/agents/database-optimizer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/commands/migration-observability.md +413 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/commands/sql-migrations.md +505 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/agents/dx-optimizer.md +63 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/commands/smart-debug.md +197 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dependency-management/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dependency-management/agents/legacy-modernizer.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dependency-management/commands/deps-audit.md +791 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-strategies/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-strategies/agents/deployment-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-strategies/agents/terraform-specialist.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-validation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-validation/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-validation/commands/config-validate.md +491 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/agents/monorepo-architect.md +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/auth-implementation-patterns/SKILL.md +638 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/bazel-build-optimization/SKILL.md +381 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/code-review-excellence/SKILL.md +529 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/debugging-strategies/SKILL.md +527 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/e2e-testing-patterns/SKILL.md +535 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/error-handling-patterns/SKILL.md +632 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/git-advanced-workflows/SKILL.md +396 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/monorepo-management/SKILL.md +614 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/nx-workspace-patterns/SKILL.md +451 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/sql-optimization-patterns/SKILL.md +499 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/turborepo-caching/SKILL.md +370 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/agents/devops-troubleshooter.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/agents/error-detective.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/commands/debug-trace.md +1380 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/api-documenter.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/docs-architect.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/mermaid-expert.md +43 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/reference-builder.md +181 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/tutorial-engineer.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/commands/doc-generate.md +677 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/architecture-decision-records/SKILL.md +441 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/changelog-automation/SKILL.md +572 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/openapi-spec-generation/SKILL.md +536 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/openapi-spec-generation/references/code-first-and-tooling.md +491 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-standards/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-standards/skills/hads/SKILL.md +189 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/README.md +135 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/agents/dotnet-architect.md +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/SKILL.md +810 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/references/dapper-patterns.md +546 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/agents/error-detective.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/commands/error-analysis.md +1196 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/commands/error-trace.md +1388 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/commands/multi-agent-review.md +208 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/agents/error-detective.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/commands/error-analysis.md +1196 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/commands/error-trace.md +1388 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/commands/smart-debug.md +197 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/agents/architect-review.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/agents/legacy-modernizer.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/commands/code-migrate.md +1059 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/commands/deps-upgrade.md +762 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/commands/legacy-modernize.md +659 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/angular-migration/SKILL.md +386 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/database-migration/SKILL.md +403 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/dependency-upgrade/SKILL.md +368 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/react-modernization/SKILL.md +497 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/agents/mobile-developer.md +202 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/commands/component-scaffold.md +409 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/nextjs-app-router-patterns/SKILL.md +537 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/react-native-architecture/SKILL.md +666 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/react-state-management/SKILL.md +430 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/tailwind-design-system/SKILL.md +565 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/tailwind-design-system/references/advanced-patterns.md +319 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/agents/frontend-security-coder.md +166 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/agents/mobile-security-coder.md +181 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/commands/xss-scan.md +328 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/deployment-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/commands/full-stack-feature.md +593 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/functional-programming/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/functional-programming/agents/elixir-pro.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/functional-programming/agents/haskell-pro.md +39 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/agents/minecraft-bukkit-pro.md +115 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/agents/unity-developer.md +228 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/skills/godot-gdscript-patterns/SKILL.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/skills/godot-gdscript-patterns/references/advanced-patterns.md +247 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/skills/unity-ecs-patterns/SKILL.md +622 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/commands/git-workflow.md +598 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/commands/onboard.md +414 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/commands/pr-enhance.md +709 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/agents/hr-pro.md +121 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/agents/legal-advisor.md +53 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/skills/employment-contract-templates/SKILL.md +520 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/skills/gdpr-data-handling/SKILL.md +624 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/code-reviewer.md +32 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/devops-troubleshooter.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/error-detective.md +31 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/incident-responder.md +216 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/test-automator.md +32 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/commands/incident-response.md +601 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/commands/smart-fix.md +539 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/skills/incident-runbook-templates/SKILL.md +472 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/skills/on-call-handoff-patterns/SKILL.md +331 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/skills/postmortem-writing/SKILL.md +390 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/agents/javascript-pro.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/agents/typescript-pro.md +36 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/commands/typescript-scaffold.md +353 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/javascript-testing-patterns/SKILL.md +537 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/javascript-testing-patterns/references/advanced-testing-patterns.md +513 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/modern-javascript-patterns/SKILL.md +495 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/modern-javascript-patterns/references/advanced-patterns.md +487 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/nodejs-backend-patterns/SKILL.md +639 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/nodejs-backend-patterns/references/advanced-patterns.md +430 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/typescript-advanced-types/SKILL.md +717 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/julia-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/julia-development/agents/julia-pro.md +204 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/agents/csharp-pro.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/agents/java-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/agents/scala-pro.md +66 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/agents/kubernetes-architect.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/gitops-workflow/SKILL.md +289 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/gitops-workflow/references/argocd-setup.md +144 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/gitops-workflow/references/sync-policies.md +139 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/SKILL.md +560 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/references/chart-structure.md +509 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/SKILL.md +534 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/references/deployment-spec.md +780 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/references/service-spec.md +748 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-security-policies/SKILL.md +347 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-security-policies/references/rbac-patterns.md +199 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/README.md +88 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/agents/ai-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/agents/prompt-engineer.md +276 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/agents/vector-database-engineer.md +117 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/commands/ai-assistant.md +1249 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/commands/langchain-agent.md +238 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/commands/prompt-optimize.md +629 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/embedding-strategies/SKILL.md +600 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/hybrid-search-implementation/SKILL.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/langchain-architecture/SKILL.md +634 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/llm-evaluation/SKILL.md +666 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/SKILL.md +473 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/assets/prompt-template-library.md +264 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/chain-of-thought.md +412 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/few-shot-learning.md +386 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/prompt-optimization.md +428 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/prompt-templates.md +484 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/system-prompts.md +195 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/rag-implementation/SKILL.md +542 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/similarity-search-patterns/SKILL.md +553 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/vector-index-tuning/SKILL.md +517 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/agents/data-scientist.md +195 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/agents/ml-engineer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/agents/mlops-engineer.md +229 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/commands/ml-pipeline.md +301 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/skills/ml-pipeline-workflow/SKILL.md +248 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/README.md +112 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/agents/gallery-researcher.md +43 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/agents/image-generator.md +55 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/agents/prompt-crafter.md +55 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/commands/find.md +23 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/commands/gen.md +27 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/flutter-expert.md +195 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/ios-developer.md +217 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/mobile-developer.md +202 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/ui-ux-designer.md +206 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/commands/multi-platform.md +557 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/database-optimizer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/network-engineer.md +165 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/observability-engineer.md +230 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/commands/monitor-setup.md +520 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/commands/slo-implement.md +1068 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/distributed-tracing/SKILL.md +449 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/grafana-dashboards/SKILL.md +382 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/prometheus-configuration/SKILL.md +394 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/slo-implementation/SKILL.md +333 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/agents/payment-integration.md +63 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/billing-automation/SKILL.md +537 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/paypal-integration/SKILL.md +450 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/pci-compliance/SKILL.md +448 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/stripe-integration/SKILL.md +492 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/commands/ai-review.md +457 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/commands/multi-agent-review.md +208 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/.claude-plugin/plugin.json +3 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/README.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/agents/eval-judge.md +69 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/agents/eval-orchestrator.md +66 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/commands/certify.md +15 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/commands/compare.md +13 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/commands/eval.md +70 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/pyproject.toml +56 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/skills/evaluation-methodology/SKILL.md +550 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/skills/evaluation-methodology/references/rubrics.md +511 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/__init__.py +3 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/cli.py +165 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/corpus.py +123 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/elo.py +50 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/engine.py +349 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/__init__.py +0 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/judge.py +296 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/monte_carlo.py +348 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/static.py +443 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/models.py +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/parser.py +198 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/py.typed +0 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/reporter.py +184 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/stats.py +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/__init__.py +0 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/conftest.py +79 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_cli.py +31 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_corpus.py +25 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_e2e.py +47 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_elo.py +48 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_engine.py +42 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_judge.py +58 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_models.py +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_monte_carlo.py +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_parser.py +47 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_reporter.py +32 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_static.py +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_stats.py +100 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/uv.lock +1065 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/agents/django-pro.md +159 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/agents/fastapi-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/agents/python-pro.md +149 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/commands/python-scaffold.md +324 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/async-python-patterns/SKILL.md +735 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-anti-patterns/SKILL.md +349 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-background-jobs/SKILL.md +364 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-code-style/SKILL.md +360 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-configuration/SKILL.md +368 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-design-patterns/SKILL.md +433 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-error-handling/SKILL.md +359 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-observability/SKILL.md +400 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-packaging/SKILL.md +510 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-packaging/references/advanced-patterns.md +357 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-performance-optimization/SKILL.md +437 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-performance-optimization/references/advanced-patterns.md +419 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-project-structure/SKILL.md +252 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-resilience/SKILL.md +376 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-resource-management/SKILL.md +421 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-testing-patterns/SKILL.md +622 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-testing-patterns/references/advanced-patterns.md +411 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-type-safety/SKILL.md +432 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/uv-package-manager/SKILL.md +345 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/uv-package-manager/references/advanced-patterns.md +473 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/agents/quant-analyst.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/agents/risk-manager.md +41 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/skills/backtesting-frameworks/SKILL.md +657 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/skills/risk-metrics-calculation/SKILL.md +551 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/agents/firmware-analyst.md +358 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/agents/malware-analyst.md +296 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/agents/reverse-engineer.md +219 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/anti-reversing-techniques/SKILL.md +497 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/anti-reversing-techniques/references/advanced-techniques.md +350 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/binary-analysis-patterns/SKILL.md +438 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/memory-forensics/SKILL.md +483 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/protocol-reverse-engineering/SKILL.md +520 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-compliance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-compliance/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-compliance/commands/compliance-check.md +954 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/agents/threat-modeling-expert.md +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/commands/security-dependencies.md +524 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/commands/security-hardening.md +653 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/commands/security-sast.md +528 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/attack-tree-construction/SKILL.md +681 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/sast-configuration/SKILL.md +204 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/security-requirement-extraction/SKILL.md +673 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/stride-analysis-patterns/SKILL.md +658 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/threat-mitigation-mapping/SKILL.md +741 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/agents/seo-authority-builder.md +126 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/agents/seo-cannibalization-detector.md +111 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/agents/seo-content-refresher.md +106 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/agents/seo-content-auditor.md +64 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/agents/seo-content-planner.md +93 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/agents/seo-content-writer.md +82 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-keyword-strategist.md +80 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-meta-optimizer.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-snippet-hunter.md +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-structure-architect.md +94 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/agents/bash-pro.md +292 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/agents/posix-shell-pro.md +290 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/skills/bash-defensive-patterns/SKILL.md +533 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/skills/bats-testing-patterns/SKILL.md +624 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/skills/shellcheck-configuration/SKILL.md +450 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/README.md +221 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/agents/startup-analyst.md +340 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/commands/business-case.md +528 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/commands/financial-projections.md +374 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/commands/market-opportunity.md +248 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/competitive-landscape/SKILL.md +514 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/market-sizing-analysis/SKILL.md +430 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/market-sizing-analysis/examples/saas-market-sizing.md +377 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/market-sizing-analysis/references/data-sources.md +421 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/startup-financial-modeling/SKILL.md +475 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/startup-metrics-framework/SKILL.md +549 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/team-composition-analysis/SKILL.md +424 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/c-pro.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/cpp-pro.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/golang-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/rust-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/commands/rust-project.md +438 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/skills/go-concurrency-patterns/SKILL.md +651 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/skills/memory-safety-patterns/SKILL.md +600 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/skills/rust-async-patterns/SKILL.md +513 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/agents/tdd-orchestrator.md +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-cycle.md +660 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-green.md +104 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-red.md +97 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-refactor.md +187 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/agents/dx-optimizer.md +63 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/commands/issue.md +671 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/commands/standup-notes.md +834 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/README.md +126 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/agents/accessibility-expert.md +147 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/agents/design-system-architect.md +149 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/agents/ui-designer.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/accessibility-audit.md +496 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/create-component.md +474 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/design-review.md +375 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/design-system-setup.md +645 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/SKILL.md +412 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/references/aria-patterns.md +567 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/references/mobile-accessibility.md +538 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/references/wcag-guidelines.md +645 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/SKILL.md +329 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/references/component-architecture.md +617 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/references/design-tokens.md +420 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/references/theming-architecture.md +521 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/SKILL.md +320 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/references/animation-libraries.md +498 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/references/microinteraction-patterns.md +536 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/references/scroll-animations.md +416 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/SKILL.md +433 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/references/compose-components.md +796 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/SKILL.md +259 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/SKILL.md +432 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/references/styling-patterns.md +871 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/SKILL.md +516 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/references/breakpoint-strategies.md +591 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/references/container-queries.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/references/fluid-layouts.md +538 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/SKILL.md +318 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/references/color-systems.md +417 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/references/spacing-iconography.md +425 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/references/typography-systems.md +432 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/SKILL.md +271 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/references/accessibility-patterns.md +642 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/references/component-patterns.md +437 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/references/css-styling-approaches.md +590 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/commands/test-generate.md +307 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/web-scripting/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/web-scripting/agents/php-pro.md +43 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/web-scripting/agents/ruby-pro.md +35 -0
- package/defaults/settings.json +79 -2
- package/package.json +1 -1
- package/shims/globals.ts +1 -1
- package/src/cli/handlers/plugins.ts +13 -0
- package/src/commands/login/CodexLogin.tsx +121 -13
- package/src/commands/login/login.tsx +122 -175
- package/src/components/AutoUpdaterWrapper.tsx +2 -15
- package/src/components/LogoV2/CondensedLogo.tsx +2 -2
- package/src/components/LogoV2/LogoV2.tsx +1 -1
- package/src/components/PromptInput/Notifications.tsx +3 -3
- package/src/components/agents/new-agent-creation/CreateAgentWizard.tsx +3 -2
- package/src/components/agents/new-agent-creation/wizard-steps/ConfirmStepWrapper.tsx +2 -2
- package/src/components/agents/new-agent-creation/wizard-steps/GenerateStep.tsx +6 -5
- package/src/components/agents/new-agent-creation/wizard-steps/GenerationModelStep.tsx +42 -0
- package/src/components/agents/new-agent-creation/wizard-steps/MethodStep.tsx +3 -3
- package/src/components/agents/new-agent-creation/wizard-steps/ModelStep.tsx +2 -2
- package/src/components/messages/AssistantToolUseMessage.tsx +75 -64
- package/src/hooks/notifs/useNpmDeprecationNotification.tsx +2 -2
- package/src/main.tsx +4 -0
- package/src/query.ts +78 -48
- package/src/services/api/errors.ts +24 -1
- package/src/services/api/officialClaudeBridge.ts +480 -0
- package/src/services/api/openaiShim.ts +11 -1
- package/src/state/AppStateStore.ts +12 -0
- package/src/tools/AgentTool/AgentTool.tsx +26 -0
- package/src/tools/AgentTool/officialClaudeBridge.ts +5 -0
- package/src/tools/AgentTool/runAgent.ts +33 -1
- package/src/utils/auth.ts +20 -3
- package/src/utils/effort.ts +17 -3
- package/src/utils/logoV2Utils.ts +23 -8
- package/src/utils/model/modelOptions.ts +14 -119
- package/src/utils/model/platformProfiles.ts +3 -1
- package/src/utils/model/thirdPartyProviders.ts +1 -0
- package/src/utils/plugins/pluginDirectories.ts +15 -3
- package/mumucc-0.4.3.tgz +0 -0
package/defaults/plugin-seed/marketplaces/claude-code-workflows/.claude-plugin/marketplace.json
ADDED
|
@@ -0,0 +1,1016 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "claude-code-workflows",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Seth Hobson",
|
|
5
|
+
"email": "seth@major7apps.com",
|
|
6
|
+
"url": "https://github.com/wshobson"
|
|
7
|
+
},
|
|
8
|
+
"metadata": {
|
|
9
|
+
"description": "Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage",
|
|
10
|
+
"version": "1.5.7"
|
|
11
|
+
},
|
|
12
|
+
"plugins": [
|
|
13
|
+
{
|
|
14
|
+
"name": "documentation-standards",
|
|
15
|
+
"source": "./plugins/documentation-standards",
|
|
16
|
+
"description": "HADS (Human-AI Document Standard) — semantic tagging convention for writing docs that work efficiently for both humans and AI models. Reduces token consumption by separating machine-critical facts from human context.",
|
|
17
|
+
"version": "1.0.0",
|
|
18
|
+
"author": {
|
|
19
|
+
"name": "Niksa Barlovic",
|
|
20
|
+
"url": "https://github.com/catcam"
|
|
21
|
+
},
|
|
22
|
+
"homepage": "https://github.com/catcam/hads",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"category": "documentation"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "code-documentation",
|
|
28
|
+
"source": "./plugins/code-documentation",
|
|
29
|
+
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
|
|
30
|
+
"version": "1.2.0",
|
|
31
|
+
"author": {
|
|
32
|
+
"name": "Seth Hobson",
|
|
33
|
+
"email": "seth@major7apps.com"
|
|
34
|
+
},
|
|
35
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"category": "documentation"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "debugging-toolkit",
|
|
41
|
+
"source": "./plugins/debugging-toolkit",
|
|
42
|
+
"description": "Interactive debugging, developer experience optimization, and smart debugging workflows",
|
|
43
|
+
"version": "1.2.0",
|
|
44
|
+
"author": {
|
|
45
|
+
"name": "Seth Hobson",
|
|
46
|
+
"email": "seth@major7apps.com"
|
|
47
|
+
},
|
|
48
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"category": "development"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "git-pr-workflows",
|
|
54
|
+
"source": "./plugins/git-pr-workflows",
|
|
55
|
+
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
|
|
56
|
+
"version": "1.3.0",
|
|
57
|
+
"author": {
|
|
58
|
+
"name": "Seth Hobson",
|
|
59
|
+
"email": "seth@major7apps.com"
|
|
60
|
+
},
|
|
61
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
62
|
+
"license": "MIT",
|
|
63
|
+
"category": "workflows"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "backend-development",
|
|
67
|
+
"source": "./plugins/backend-development",
|
|
68
|
+
"description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
|
|
69
|
+
"version": "1.3.1",
|
|
70
|
+
"author": {
|
|
71
|
+
"name": "Seth Hobson",
|
|
72
|
+
"email": "seth@major7apps.com"
|
|
73
|
+
},
|
|
74
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
75
|
+
"license": "MIT",
|
|
76
|
+
"category": "development"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "frontend-mobile-development",
|
|
80
|
+
"source": "./plugins/frontend-mobile-development",
|
|
81
|
+
"description": "Frontend UI development and mobile application implementation across platforms",
|
|
82
|
+
"version": "1.2.2",
|
|
83
|
+
"author": {
|
|
84
|
+
"name": "Seth Hobson",
|
|
85
|
+
"email": "seth@major7apps.com"
|
|
86
|
+
},
|
|
87
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
88
|
+
"license": "MIT",
|
|
89
|
+
"category": "development"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "full-stack-orchestration",
|
|
93
|
+
"source": "./plugins/full-stack-orchestration",
|
|
94
|
+
"description": "End-to-end feature orchestration with testing, security, performance, and deployment",
|
|
95
|
+
"version": "1.3.0",
|
|
96
|
+
"author": {
|
|
97
|
+
"name": "Seth Hobson",
|
|
98
|
+
"email": "seth@major7apps.com"
|
|
99
|
+
},
|
|
100
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
101
|
+
"license": "MIT",
|
|
102
|
+
"category": "workflows"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "unit-testing",
|
|
106
|
+
"source": "./plugins/unit-testing",
|
|
107
|
+
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
|
|
108
|
+
"version": "1.2.0",
|
|
109
|
+
"author": {
|
|
110
|
+
"name": "Seth Hobson",
|
|
111
|
+
"email": "seth@major7apps.com"
|
|
112
|
+
},
|
|
113
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"category": "testing"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "tdd-workflows",
|
|
119
|
+
"source": "./plugins/tdd-workflows",
|
|
120
|
+
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
|
|
121
|
+
"version": "1.3.0",
|
|
122
|
+
"author": {
|
|
123
|
+
"name": "Seth Hobson",
|
|
124
|
+
"email": "seth@major7apps.com"
|
|
125
|
+
},
|
|
126
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
127
|
+
"license": "MIT",
|
|
128
|
+
"category": "workflows"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "code-refactoring",
|
|
132
|
+
"source": "./plugins/code-refactoring",
|
|
133
|
+
"description": "Code cleanup, refactoring automation, and technical debt management with context restoration",
|
|
134
|
+
"version": "1.2.0",
|
|
135
|
+
"author": {
|
|
136
|
+
"name": "Seth Hobson",
|
|
137
|
+
"email": "seth@major7apps.com"
|
|
138
|
+
},
|
|
139
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
140
|
+
"license": "MIT",
|
|
141
|
+
"category": "utilities"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "dependency-management",
|
|
145
|
+
"source": "./plugins/dependency-management",
|
|
146
|
+
"description": "Dependency auditing, version management, and security vulnerability scanning",
|
|
147
|
+
"version": "1.2.0",
|
|
148
|
+
"author": {
|
|
149
|
+
"name": "Seth Hobson",
|
|
150
|
+
"email": "seth@major7apps.com"
|
|
151
|
+
},
|
|
152
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
153
|
+
"license": "MIT",
|
|
154
|
+
"category": "utilities"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "error-debugging",
|
|
158
|
+
"source": "./plugins/error-debugging",
|
|
159
|
+
"description": "Error analysis, trace debugging, and multi-agent problem diagnosis",
|
|
160
|
+
"version": "1.2.0",
|
|
161
|
+
"author": {
|
|
162
|
+
"name": "Seth Hobson",
|
|
163
|
+
"email": "seth@major7apps.com"
|
|
164
|
+
},
|
|
165
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
166
|
+
"license": "MIT",
|
|
167
|
+
"category": "utilities"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "team-collaboration",
|
|
171
|
+
"source": "./plugins/team-collaboration",
|
|
172
|
+
"description": "Team workflows, issue management, standup automation, and developer experience optimization",
|
|
173
|
+
"version": "1.2.0",
|
|
174
|
+
"author": {
|
|
175
|
+
"name": "Seth Hobson",
|
|
176
|
+
"email": "seth@major7apps.com"
|
|
177
|
+
},
|
|
178
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
179
|
+
"license": "MIT",
|
|
180
|
+
"category": "utilities"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "llm-application-dev",
|
|
184
|
+
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.6 and GPT-5.2",
|
|
185
|
+
"version": "2.0.5",
|
|
186
|
+
"author": {
|
|
187
|
+
"name": "Seth Hobson",
|
|
188
|
+
"email": "seth@major7apps.com"
|
|
189
|
+
},
|
|
190
|
+
"source": "./plugins/llm-application-dev",
|
|
191
|
+
"category": "ai-ml",
|
|
192
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
193
|
+
"license": "MIT"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "agent-orchestration",
|
|
197
|
+
"source": "./plugins/agent-orchestration",
|
|
198
|
+
"description": "Multi-agent system optimization, agent improvement workflows, and context management",
|
|
199
|
+
"version": "1.2.1",
|
|
200
|
+
"author": {
|
|
201
|
+
"name": "Seth Hobson",
|
|
202
|
+
"email": "seth@major7apps.com"
|
|
203
|
+
},
|
|
204
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
205
|
+
"license": "MIT",
|
|
206
|
+
"category": "ai-ml"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "context-management",
|
|
210
|
+
"source": "./plugins/context-management",
|
|
211
|
+
"description": "Context persistence, restoration, and long-running conversation management",
|
|
212
|
+
"version": "1.2.0",
|
|
213
|
+
"author": {
|
|
214
|
+
"name": "Seth Hobson",
|
|
215
|
+
"email": "seth@major7apps.com"
|
|
216
|
+
},
|
|
217
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
218
|
+
"license": "MIT",
|
|
219
|
+
"category": "ai-ml"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "machine-learning-ops",
|
|
223
|
+
"description": "ML model training pipelines, hyperparameter tuning, model deployment automation, experiment tracking, and MLOps workflows",
|
|
224
|
+
"version": "1.2.1",
|
|
225
|
+
"author": {
|
|
226
|
+
"name": "Seth Hobson",
|
|
227
|
+
"email": "seth@major7apps.com"
|
|
228
|
+
},
|
|
229
|
+
"source": "./plugins/machine-learning-ops",
|
|
230
|
+
"category": "ai-ml",
|
|
231
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
232
|
+
"license": "MIT"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "data-engineering",
|
|
236
|
+
"description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development",
|
|
237
|
+
"version": "1.3.1",
|
|
238
|
+
"author": {
|
|
239
|
+
"name": "Seth Hobson",
|
|
240
|
+
"email": "seth@major7apps.com"
|
|
241
|
+
},
|
|
242
|
+
"source": "./plugins/data-engineering",
|
|
243
|
+
"category": "data",
|
|
244
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
245
|
+
"license": "MIT"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "incident-response",
|
|
249
|
+
"description": "Production incident management, triage workflows, and automated incident resolution",
|
|
250
|
+
"version": "1.3.1",
|
|
251
|
+
"author": {
|
|
252
|
+
"name": "Seth Hobson",
|
|
253
|
+
"email": "seth@major7apps.com"
|
|
254
|
+
},
|
|
255
|
+
"source": "./plugins/incident-response",
|
|
256
|
+
"category": "operations",
|
|
257
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
258
|
+
"license": "MIT"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "error-diagnostics",
|
|
262
|
+
"description": "Error tracing, root cause analysis, and smart debugging for production systems",
|
|
263
|
+
"version": "1.2.0",
|
|
264
|
+
"author": {
|
|
265
|
+
"name": "Seth Hobson",
|
|
266
|
+
"email": "seth@major7apps.com"
|
|
267
|
+
},
|
|
268
|
+
"source": "./plugins/error-diagnostics",
|
|
269
|
+
"category": "operations",
|
|
270
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
271
|
+
"license": "MIT"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "distributed-debugging",
|
|
275
|
+
"description": "Distributed system tracing and debugging across microservices",
|
|
276
|
+
"version": "1.2.0",
|
|
277
|
+
"author": {
|
|
278
|
+
"name": "Seth Hobson",
|
|
279
|
+
"email": "seth@major7apps.com"
|
|
280
|
+
},
|
|
281
|
+
"source": "./plugins/distributed-debugging",
|
|
282
|
+
"category": "operations",
|
|
283
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
284
|
+
"license": "MIT"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "observability-monitoring",
|
|
288
|
+
"description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
|
|
289
|
+
"version": "1.2.2",
|
|
290
|
+
"author": {
|
|
291
|
+
"name": "Seth Hobson",
|
|
292
|
+
"email": "seth@major7apps.com"
|
|
293
|
+
},
|
|
294
|
+
"source": "./plugins/observability-monitoring",
|
|
295
|
+
"category": "operations",
|
|
296
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
297
|
+
"license": "MIT"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "deployment-strategies",
|
|
301
|
+
"description": "Deployment patterns, rollback automation, and infrastructure templates",
|
|
302
|
+
"version": "1.2.0",
|
|
303
|
+
"author": {
|
|
304
|
+
"name": "Seth Hobson",
|
|
305
|
+
"email": "seth@major7apps.com"
|
|
306
|
+
},
|
|
307
|
+
"source": "./plugins/deployment-strategies",
|
|
308
|
+
"category": "infrastructure",
|
|
309
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
310
|
+
"license": "MIT"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "deployment-validation",
|
|
314
|
+
"description": "Pre-deployment checks, configuration validation, and deployment readiness assessment",
|
|
315
|
+
"version": "1.2.0",
|
|
316
|
+
"author": {
|
|
317
|
+
"name": "Seth Hobson",
|
|
318
|
+
"email": "seth@major7apps.com"
|
|
319
|
+
},
|
|
320
|
+
"source": "./plugins/deployment-validation",
|
|
321
|
+
"category": "infrastructure",
|
|
322
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
323
|
+
"license": "MIT"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "kubernetes-operations",
|
|
327
|
+
"description": "Kubernetes manifest generation, networking configuration, security policies, observability setup, GitOps workflows, and auto-scaling",
|
|
328
|
+
"version": "1.2.2",
|
|
329
|
+
"author": {
|
|
330
|
+
"name": "Seth Hobson",
|
|
331
|
+
"email": "seth@major7apps.com"
|
|
332
|
+
},
|
|
333
|
+
"source": "./plugins/kubernetes-operations",
|
|
334
|
+
"category": "infrastructure",
|
|
335
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
336
|
+
"license": "MIT"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "cloud-infrastructure",
|
|
340
|
+
"description": "Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
|
|
341
|
+
"version": "1.3.0",
|
|
342
|
+
"author": {
|
|
343
|
+
"name": "Seth Hobson",
|
|
344
|
+
"email": "seth@major7apps.com"
|
|
345
|
+
},
|
|
346
|
+
"source": "./plugins/cloud-infrastructure",
|
|
347
|
+
"category": "infrastructure",
|
|
348
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
349
|
+
"license": "MIT"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "cicd-automation",
|
|
353
|
+
"description": "CI/CD pipeline configuration, GitHub Actions/GitLab CI workflow setup, and automated deployment pipeline orchestration",
|
|
354
|
+
"version": "1.2.2",
|
|
355
|
+
"author": {
|
|
356
|
+
"name": "Seth Hobson",
|
|
357
|
+
"email": "seth@major7apps.com"
|
|
358
|
+
},
|
|
359
|
+
"source": "./plugins/cicd-automation",
|
|
360
|
+
"category": "infrastructure",
|
|
361
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
362
|
+
"license": "MIT"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "application-performance",
|
|
366
|
+
"source": "./plugins/application-performance",
|
|
367
|
+
"description": "Application profiling, performance optimization, and observability for frontend and backend systems",
|
|
368
|
+
"version": "1.3.0",
|
|
369
|
+
"author": {
|
|
370
|
+
"name": "Seth Hobson",
|
|
371
|
+
"email": "seth@major7apps.com"
|
|
372
|
+
},
|
|
373
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
374
|
+
"license": "MIT",
|
|
375
|
+
"category": "performance"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "database-cloud-optimization",
|
|
379
|
+
"source": "./plugins/database-cloud-optimization",
|
|
380
|
+
"description": "Database query optimization, cloud cost optimization, and scalability improvements",
|
|
381
|
+
"version": "1.2.0",
|
|
382
|
+
"author": {
|
|
383
|
+
"name": "Seth Hobson",
|
|
384
|
+
"email": "seth@major7apps.com"
|
|
385
|
+
},
|
|
386
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
387
|
+
"license": "MIT",
|
|
388
|
+
"category": "performance"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "comprehensive-review",
|
|
392
|
+
"source": "./plugins/comprehensive-review",
|
|
393
|
+
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
|
|
394
|
+
"version": "1.3.0",
|
|
395
|
+
"author": {
|
|
396
|
+
"name": "Seth Hobson",
|
|
397
|
+
"email": "seth@major7apps.com"
|
|
398
|
+
},
|
|
399
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
400
|
+
"license": "MIT",
|
|
401
|
+
"category": "quality"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "performance-testing-review",
|
|
405
|
+
"source": "./plugins/performance-testing-review",
|
|
406
|
+
"description": "Performance analysis, test coverage review, and AI-powered code quality assessment",
|
|
407
|
+
"version": "1.2.1",
|
|
408
|
+
"author": {
|
|
409
|
+
"name": "Seth Hobson",
|
|
410
|
+
"email": "seth@major7apps.com"
|
|
411
|
+
},
|
|
412
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
413
|
+
"license": "MIT",
|
|
414
|
+
"category": "quality"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "framework-migration",
|
|
418
|
+
"source": "./plugins/framework-migration",
|
|
419
|
+
"description": "Framework updates, migration planning, and architectural transformation workflows",
|
|
420
|
+
"version": "1.3.1",
|
|
421
|
+
"author": {
|
|
422
|
+
"name": "Seth Hobson",
|
|
423
|
+
"email": "seth@major7apps.com"
|
|
424
|
+
},
|
|
425
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
426
|
+
"license": "MIT",
|
|
427
|
+
"category": "modernization"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "codebase-cleanup",
|
|
431
|
+
"source": "./plugins/codebase-cleanup",
|
|
432
|
+
"description": "Technical debt reduction, dependency updates, and code refactoring automation",
|
|
433
|
+
"version": "1.2.0",
|
|
434
|
+
"author": {
|
|
435
|
+
"name": "Seth Hobson",
|
|
436
|
+
"email": "seth@major7apps.com"
|
|
437
|
+
},
|
|
438
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
439
|
+
"license": "MIT",
|
|
440
|
+
"category": "modernization"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "database-design",
|
|
444
|
+
"source": "./plugins/database-design",
|
|
445
|
+
"description": "Database architecture, schema design, and SQL optimization for production systems",
|
|
446
|
+
"version": "1.2.0",
|
|
447
|
+
"author": {
|
|
448
|
+
"name": "Seth Hobson",
|
|
449
|
+
"email": "seth@major7apps.com"
|
|
450
|
+
},
|
|
451
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
452
|
+
"license": "MIT",
|
|
453
|
+
"category": "database"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "database-migrations",
|
|
457
|
+
"source": "./plugins/database-migrations",
|
|
458
|
+
"description": "Database migration automation, observability, and cross-database migration strategies",
|
|
459
|
+
"version": "1.2.0",
|
|
460
|
+
"author": {
|
|
461
|
+
"name": "Seth Hobson",
|
|
462
|
+
"email": "seth@major7apps.com"
|
|
463
|
+
},
|
|
464
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
465
|
+
"license": "MIT",
|
|
466
|
+
"category": "database"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "security-scanning",
|
|
470
|
+
"description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening",
|
|
471
|
+
"version": "1.3.1",
|
|
472
|
+
"author": {
|
|
473
|
+
"name": "Seth Hobson",
|
|
474
|
+
"email": "seth@major7apps.com"
|
|
475
|
+
},
|
|
476
|
+
"source": "./plugins/security-scanning",
|
|
477
|
+
"category": "security",
|
|
478
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
479
|
+
"license": "MIT"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "security-compliance",
|
|
483
|
+
"description": "SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation",
|
|
484
|
+
"version": "1.2.0",
|
|
485
|
+
"author": {
|
|
486
|
+
"name": "Seth Hobson",
|
|
487
|
+
"email": "seth@major7apps.com"
|
|
488
|
+
},
|
|
489
|
+
"source": "./plugins/security-compliance",
|
|
490
|
+
"category": "security",
|
|
491
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
492
|
+
"license": "MIT"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "backend-api-security",
|
|
496
|
+
"description": "API security hardening, authentication implementation, authorization patterns, rate limiting, and input validation",
|
|
497
|
+
"version": "1.2.0",
|
|
498
|
+
"author": {
|
|
499
|
+
"name": "Seth Hobson",
|
|
500
|
+
"email": "seth@major7apps.com"
|
|
501
|
+
},
|
|
502
|
+
"source": "./plugins/backend-api-security",
|
|
503
|
+
"category": "security",
|
|
504
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
505
|
+
"license": "MIT"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "frontend-mobile-security",
|
|
509
|
+
"description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
|
|
510
|
+
"version": "1.2.0",
|
|
511
|
+
"author": {
|
|
512
|
+
"name": "Seth Hobson",
|
|
513
|
+
"email": "seth@major7apps.com"
|
|
514
|
+
},
|
|
515
|
+
"source": "./plugins/frontend-mobile-security",
|
|
516
|
+
"category": "security",
|
|
517
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
518
|
+
"license": "MIT"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "data-validation-suite",
|
|
522
|
+
"description": "Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs",
|
|
523
|
+
"version": "1.2.0",
|
|
524
|
+
"author": {
|
|
525
|
+
"name": "Seth Hobson",
|
|
526
|
+
"email": "seth@major7apps.com"
|
|
527
|
+
},
|
|
528
|
+
"source": "./plugins/data-validation-suite",
|
|
529
|
+
"category": "data",
|
|
530
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
531
|
+
"license": "MIT"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "api-scaffolding",
|
|
535
|
+
"source": "./plugins/api-scaffolding",
|
|
536
|
+
"description": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
|
|
537
|
+
"version": "1.2.2",
|
|
538
|
+
"author": {
|
|
539
|
+
"name": "Seth Hobson",
|
|
540
|
+
"email": "seth@major7apps.com"
|
|
541
|
+
},
|
|
542
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"category": "api"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "api-testing-observability",
|
|
548
|
+
"source": "./plugins/api-testing-observability",
|
|
549
|
+
"description": "API testing automation, request mocking, OpenAPI documentation generation, observability setup, and monitoring",
|
|
550
|
+
"version": "1.2.0",
|
|
551
|
+
"author": {
|
|
552
|
+
"name": "Seth Hobson",
|
|
553
|
+
"email": "seth@major7apps.com"
|
|
554
|
+
},
|
|
555
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
556
|
+
"license": "MIT",
|
|
557
|
+
"category": "api"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "seo-content-creation",
|
|
561
|
+
"source": "./plugins/seo-content-creation",
|
|
562
|
+
"description": "SEO content writing, planning, and quality auditing with E-E-A-T optimization",
|
|
563
|
+
"version": "1.2.0",
|
|
564
|
+
"author": {
|
|
565
|
+
"name": "Seth Hobson",
|
|
566
|
+
"email": "seth@major7apps.com"
|
|
567
|
+
},
|
|
568
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
569
|
+
"license": "MIT",
|
|
570
|
+
"category": "marketing"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "seo-technical-optimization",
|
|
574
|
+
"source": "./plugins/seo-technical-optimization",
|
|
575
|
+
"description": "Technical SEO optimization including meta tags, keywords, structure, and featured snippets",
|
|
576
|
+
"version": "1.2.0",
|
|
577
|
+
"author": {
|
|
578
|
+
"name": "Seth Hobson",
|
|
579
|
+
"email": "seth@major7apps.com"
|
|
580
|
+
},
|
|
581
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
582
|
+
"license": "MIT",
|
|
583
|
+
"category": "marketing"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "seo-analysis-monitoring",
|
|
587
|
+
"source": "./plugins/seo-analysis-monitoring",
|
|
588
|
+
"description": "Content freshness analysis, cannibalization detection, and authority building for SEO",
|
|
589
|
+
"version": "1.2.0",
|
|
590
|
+
"author": {
|
|
591
|
+
"name": "Seth Hobson",
|
|
592
|
+
"email": "seth@major7apps.com"
|
|
593
|
+
},
|
|
594
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
595
|
+
"license": "MIT",
|
|
596
|
+
"category": "marketing"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "documentation-generation",
|
|
600
|
+
"source": "./plugins/documentation-generation",
|
|
601
|
+
"description": "OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation",
|
|
602
|
+
"version": "1.2.2",
|
|
603
|
+
"author": {
|
|
604
|
+
"name": "Seth Hobson",
|
|
605
|
+
"email": "seth@major7apps.com"
|
|
606
|
+
},
|
|
607
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
608
|
+
"license": "MIT",
|
|
609
|
+
"category": "documentation"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "c4-architecture",
|
|
613
|
+
"source": "./plugins/c4-architecture",
|
|
614
|
+
"description": "Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation",
|
|
615
|
+
"version": "1.0.0",
|
|
616
|
+
"author": {
|
|
617
|
+
"name": "Seth Hobson",
|
|
618
|
+
"email": "seth@major7apps.com"
|
|
619
|
+
},
|
|
620
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
621
|
+
"license": "MIT",
|
|
622
|
+
"category": "documentation"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "multi-platform-apps",
|
|
626
|
+
"source": "./plugins/multi-platform-apps",
|
|
627
|
+
"description": "Cross-platform application development coordinating web, iOS, Android, and desktop implementations",
|
|
628
|
+
"version": "1.3.0",
|
|
629
|
+
"author": {
|
|
630
|
+
"name": "Seth Hobson",
|
|
631
|
+
"email": "seth@major7apps.com"
|
|
632
|
+
},
|
|
633
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
634
|
+
"license": "MIT",
|
|
635
|
+
"category": "development"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "business-analytics",
|
|
639
|
+
"source": "./plugins/business-analytics",
|
|
640
|
+
"description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
|
|
641
|
+
"version": "1.2.2",
|
|
642
|
+
"author": {
|
|
643
|
+
"name": "Seth Hobson",
|
|
644
|
+
"email": "seth@major7apps.com"
|
|
645
|
+
},
|
|
646
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
647
|
+
"license": "MIT",
|
|
648
|
+
"category": "business"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "startup-business-analyst",
|
|
652
|
+
"description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies",
|
|
653
|
+
"version": "1.0.5",
|
|
654
|
+
"author": {
|
|
655
|
+
"name": "Seth Hobson",
|
|
656
|
+
"email": "seth@major7apps.com"
|
|
657
|
+
},
|
|
658
|
+
"source": "./plugins/startup-business-analyst",
|
|
659
|
+
"category": "business",
|
|
660
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
661
|
+
"license": "MIT"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "hr-legal-compliance",
|
|
665
|
+
"source": "./plugins/hr-legal-compliance",
|
|
666
|
+
"description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation",
|
|
667
|
+
"version": "1.2.2",
|
|
668
|
+
"author": {
|
|
669
|
+
"name": "Seth Hobson",
|
|
670
|
+
"email": "seth@major7apps.com"
|
|
671
|
+
},
|
|
672
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
673
|
+
"license": "MIT",
|
|
674
|
+
"category": "business"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "customer-sales-automation",
|
|
678
|
+
"source": "./plugins/customer-sales-automation",
|
|
679
|
+
"description": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
|
|
680
|
+
"version": "1.2.0",
|
|
681
|
+
"author": {
|
|
682
|
+
"name": "Seth Hobson",
|
|
683
|
+
"email": "seth@major7apps.com"
|
|
684
|
+
},
|
|
685
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
686
|
+
"license": "MIT",
|
|
687
|
+
"category": "business"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "content-marketing",
|
|
691
|
+
"source": "./plugins/content-marketing",
|
|
692
|
+
"description": "Content marketing strategy, web research, and information synthesis for marketing operations",
|
|
693
|
+
"version": "1.2.0",
|
|
694
|
+
"author": {
|
|
695
|
+
"name": "Seth Hobson",
|
|
696
|
+
"email": "seth@major7apps.com"
|
|
697
|
+
},
|
|
698
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
699
|
+
"license": "MIT",
|
|
700
|
+
"category": "marketing"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "blockchain-web3",
|
|
704
|
+
"source": "./plugins/blockchain-web3",
|
|
705
|
+
"description": "Smart contract development with Solidity, DeFi protocol implementation, NFT platforms, and Web3 application architecture",
|
|
706
|
+
"version": "1.2.2",
|
|
707
|
+
"author": {
|
|
708
|
+
"name": "Seth Hobson",
|
|
709
|
+
"email": "seth@major7apps.com"
|
|
710
|
+
},
|
|
711
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
712
|
+
"license": "MIT",
|
|
713
|
+
"category": "blockchain"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "quantitative-trading",
|
|
717
|
+
"source": "./plugins/quantitative-trading",
|
|
718
|
+
"description": "Quantitative analysis, algorithmic trading strategies, financial modeling, portfolio risk management, and backtesting",
|
|
719
|
+
"version": "1.2.2",
|
|
720
|
+
"author": {
|
|
721
|
+
"name": "Seth Hobson",
|
|
722
|
+
"email": "seth@major7apps.com"
|
|
723
|
+
},
|
|
724
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
725
|
+
"license": "MIT",
|
|
726
|
+
"category": "finance"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "payment-processing",
|
|
730
|
+
"source": "./plugins/payment-processing",
|
|
731
|
+
"description": "Payment gateway integration with Stripe, PayPal, checkout flow implementation, subscription billing, and PCI compliance",
|
|
732
|
+
"version": "1.2.2",
|
|
733
|
+
"author": {
|
|
734
|
+
"name": "Seth Hobson",
|
|
735
|
+
"email": "seth@major7apps.com"
|
|
736
|
+
},
|
|
737
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
738
|
+
"license": "MIT",
|
|
739
|
+
"category": "payments"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "game-development",
|
|
743
|
+
"source": "./plugins/game-development",
|
|
744
|
+
"description": "Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs",
|
|
745
|
+
"version": "1.2.2",
|
|
746
|
+
"author": {
|
|
747
|
+
"name": "Seth Hobson",
|
|
748
|
+
"email": "seth@major7apps.com"
|
|
749
|
+
},
|
|
750
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
751
|
+
"license": "MIT",
|
|
752
|
+
"category": "gaming"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "accessibility-compliance",
|
|
756
|
+
"source": "./plugins/accessibility-compliance",
|
|
757
|
+
"description": "WCAG accessibility auditing, compliance validation, UI testing for screen readers, keyboard navigation, and inclusive design",
|
|
758
|
+
"version": "1.2.2",
|
|
759
|
+
"author": {
|
|
760
|
+
"name": "Seth Hobson",
|
|
761
|
+
"email": "seth@major7apps.com"
|
|
762
|
+
},
|
|
763
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
764
|
+
"license": "MIT",
|
|
765
|
+
"category": "accessibility"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "python-development",
|
|
769
|
+
"source": "./plugins/python-development",
|
|
770
|
+
"description": "Modern Python development with Python 3.12+, Django, FastAPI, async patterns, and production best practices",
|
|
771
|
+
"version": "1.2.2",
|
|
772
|
+
"author": {
|
|
773
|
+
"name": "Seth Hobson",
|
|
774
|
+
"email": "seth@major7apps.com"
|
|
775
|
+
},
|
|
776
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
777
|
+
"license": "MIT",
|
|
778
|
+
"category": "languages"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "javascript-typescript",
|
|
782
|
+
"source": "./plugins/javascript-typescript",
|
|
783
|
+
"description": "JavaScript and TypeScript development with ES6+, Node.js, React, and modern web frameworks",
|
|
784
|
+
"version": "1.2.2",
|
|
785
|
+
"author": {
|
|
786
|
+
"name": "Seth Hobson",
|
|
787
|
+
"email": "seth@major7apps.com"
|
|
788
|
+
},
|
|
789
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
790
|
+
"license": "MIT",
|
|
791
|
+
"category": "languages"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "systems-programming",
|
|
795
|
+
"source": "./plugins/systems-programming",
|
|
796
|
+
"description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development",
|
|
797
|
+
"version": "1.2.2",
|
|
798
|
+
"author": {
|
|
799
|
+
"name": "Seth Hobson",
|
|
800
|
+
"email": "seth@major7apps.com"
|
|
801
|
+
},
|
|
802
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
803
|
+
"license": "MIT",
|
|
804
|
+
"category": "languages"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "jvm-languages",
|
|
808
|
+
"source": "./plugins/jvm-languages",
|
|
809
|
+
"description": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
|
|
810
|
+
"version": "1.2.0",
|
|
811
|
+
"author": {
|
|
812
|
+
"name": "Seth Hobson",
|
|
813
|
+
"email": "seth@major7apps.com"
|
|
814
|
+
},
|
|
815
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
816
|
+
"license": "MIT",
|
|
817
|
+
"category": "languages"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "web-scripting",
|
|
821
|
+
"source": "./plugins/web-scripting",
|
|
822
|
+
"description": "Web scripting with PHP and Ruby for web applications, CMS development, and backend services",
|
|
823
|
+
"version": "1.2.0",
|
|
824
|
+
"author": {
|
|
825
|
+
"name": "Seth Hobson",
|
|
826
|
+
"email": "seth@major7apps.com"
|
|
827
|
+
},
|
|
828
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
829
|
+
"license": "MIT",
|
|
830
|
+
"category": "languages"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "functional-programming",
|
|
834
|
+
"source": "./plugins/functional-programming",
|
|
835
|
+
"description": "Functional programming with Elixir, OTP patterns, Phoenix framework, and distributed systems",
|
|
836
|
+
"version": "1.2.0",
|
|
837
|
+
"author": {
|
|
838
|
+
"name": "Seth Hobson",
|
|
839
|
+
"email": "seth@major7apps.com"
|
|
840
|
+
},
|
|
841
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
842
|
+
"license": "MIT",
|
|
843
|
+
"category": "languages"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "julia-development",
|
|
847
|
+
"source": "./plugins/julia-development",
|
|
848
|
+
"description": "Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices",
|
|
849
|
+
"version": "1.0.0",
|
|
850
|
+
"author": {
|
|
851
|
+
"name": "Community Contribution",
|
|
852
|
+
"url": "https://github.com/exAClior"
|
|
853
|
+
},
|
|
854
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
855
|
+
"license": "MIT",
|
|
856
|
+
"category": "languages"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "arm-cortex-microcontrollers",
|
|
860
|
+
"source": "./plugins/arm-cortex-microcontrollers",
|
|
861
|
+
"description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
|
|
862
|
+
"version": "1.2.0",
|
|
863
|
+
"author": {
|
|
864
|
+
"name": "Ryan Snodgrass",
|
|
865
|
+
"url": "https://github.com/rsnodgrass"
|
|
866
|
+
},
|
|
867
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
868
|
+
"license": "MIT",
|
|
869
|
+
"category": "languages"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "shell-scripting",
|
|
873
|
+
"source": "./plugins/shell-scripting",
|
|
874
|
+
"description": "Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",
|
|
875
|
+
"version": "1.2.2",
|
|
876
|
+
"author": {
|
|
877
|
+
"name": "Ryan Snodgrass",
|
|
878
|
+
"url": "https://github.com/rsnodgrass"
|
|
879
|
+
},
|
|
880
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
881
|
+
"license": "MIT",
|
|
882
|
+
"category": "languages"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "developer-essentials",
|
|
886
|
+
"source": "./plugins/developer-essentials",
|
|
887
|
+
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
|
|
888
|
+
"version": "1.0.2",
|
|
889
|
+
"author": {
|
|
890
|
+
"name": "Seth Hobson",
|
|
891
|
+
"email": "seth@major7apps.com"
|
|
892
|
+
},
|
|
893
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
894
|
+
"license": "MIT",
|
|
895
|
+
"category": "development"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "reverse-engineering",
|
|
899
|
+
"source": "./plugins/reverse-engineering",
|
|
900
|
+
"description": "Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security",
|
|
901
|
+
"version": "1.0.0",
|
|
902
|
+
"author": {
|
|
903
|
+
"name": "D\u00e1vid Balatoni",
|
|
904
|
+
"url": "https://github.com/balcsida"
|
|
905
|
+
},
|
|
906
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
907
|
+
"license": "MIT",
|
|
908
|
+
"category": "security"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "conductor",
|
|
912
|
+
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context \u2192 Spec & Plan \u2192 Implement",
|
|
913
|
+
"version": "1.2.1",
|
|
914
|
+
"author": {
|
|
915
|
+
"name": "Seth Hobson",
|
|
916
|
+
"email": "seth@major7apps.com"
|
|
917
|
+
},
|
|
918
|
+
"source": "./plugins/conductor",
|
|
919
|
+
"category": "workflows",
|
|
920
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
921
|
+
"license": "Apache-2.0"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "ui-design",
|
|
925
|
+
"description": "Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns",
|
|
926
|
+
"version": "1.0.4",
|
|
927
|
+
"author": {
|
|
928
|
+
"name": "Seth Hobson",
|
|
929
|
+
"email": "seth@major7apps.com"
|
|
930
|
+
},
|
|
931
|
+
"source": "./plugins/ui-design",
|
|
932
|
+
"category": "development",
|
|
933
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
934
|
+
"license": "MIT"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "agent-teams",
|
|
938
|
+
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
|
939
|
+
"version": "1.0.2",
|
|
940
|
+
"author": {
|
|
941
|
+
"name": "Seth Hobson",
|
|
942
|
+
"email": "seth@major7apps.com"
|
|
943
|
+
},
|
|
944
|
+
"source": "./plugins/agent-teams",
|
|
945
|
+
"category": "workflows",
|
|
946
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
947
|
+
"license": "MIT"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "dotnet-contribution",
|
|
951
|
+
"source": "./plugins/dotnet-contribution",
|
|
952
|
+
"description": "Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications",
|
|
953
|
+
"version": "1.0.1",
|
|
954
|
+
"author": {
|
|
955
|
+
"name": "Seth Hobson",
|
|
956
|
+
"email": "seth@major7apps.com"
|
|
957
|
+
},
|
|
958
|
+
"homepage": "https://github.com/wshobson/agents",
|
|
959
|
+
"license": "MIT",
|
|
960
|
+
"category": "languages"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "meigen-ai-design",
|
|
964
|
+
"source": "./plugins/meigen-ai-design",
|
|
965
|
+
"description": "AI image generation with creative workflow orchestration, prompt engineering, and curated inspiration library via MCP server",
|
|
966
|
+
"version": "1.0.0",
|
|
967
|
+
"author": {
|
|
968
|
+
"name": "MeiGen",
|
|
969
|
+
"url": "https://github.com/jau123"
|
|
970
|
+
},
|
|
971
|
+
"homepage": "https://github.com/jau123/MeiGen-AI-Design-MCP",
|
|
972
|
+
"license": "MIT",
|
|
973
|
+
"category": "creative"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "plugin-eval",
|
|
977
|
+
"source": "./plugins/plugin-eval",
|
|
978
|
+
"description": "Three-layer quality evaluation framework for Claude Code plugins with Elo ranking",
|
|
979
|
+
"version": "0.1.0",
|
|
980
|
+
"author": {
|
|
981
|
+
"name": "Seth Hobson"
|
|
982
|
+
},
|
|
983
|
+
"license": "MIT",
|
|
984
|
+
"category": "quality"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "pensyve",
|
|
988
|
+
"source": {
|
|
989
|
+
"source": "git-subdir",
|
|
990
|
+
"url": "https://github.com/major7apps/pensyve.git",
|
|
991
|
+
"path": "integrations/claude-code"
|
|
992
|
+
},
|
|
993
|
+
"description": "Universal memory runtime — cross-session cognitive memory for Claude Code with episodic, semantic, and procedural memory",
|
|
994
|
+
"version": "1.0.4",
|
|
995
|
+
"author": {
|
|
996
|
+
"name": "Seth Hobson",
|
|
997
|
+
"url": "https://github.com/wshobson"
|
|
998
|
+
},
|
|
999
|
+
"homepage": "https://github.com/major7apps/pensyve",
|
|
1000
|
+
"license": "Apache-2.0",
|
|
1001
|
+
"category": "ai-ml"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "block-no-verify",
|
|
1005
|
+
"source": "./plugins/block-no-verify",
|
|
1006
|
+
"description": "PreToolUse hook that prevents AI agents from using --no-verify, --no-gpg-sign, and other bypass flags that skip git hooks",
|
|
1007
|
+
"version": "1.0.0",
|
|
1008
|
+
"author": {
|
|
1009
|
+
"name": "cskwork"
|
|
1010
|
+
},
|
|
1011
|
+
"homepage": "https://github.com/cskwork",
|
|
1012
|
+
"license": "MIT",
|
|
1013
|
+
"category": "security"
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1016
|
+
}
|