plugins marketplace
← All plugins

voltagent-domains

v1.0.2

Domain-specific technology experts - blockchain, fintech, gaming, IoT, payments

Claude Code

by VoltAgent CommunityMIT24.2kupdated 1 week ago

Source

git clone https://github.com/VoltAgent/awesome-claude-code-subagents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is categories/07-specialized-domains/ inside the repository.

Layout

categories/07-specialized-domains/
└── .claude-plugin/plugin.json

Manifests1

categories/07-specialized-domains/.claude-plugin/plugin.json
{
  "name": "voltagent-domains",
  "version": "1.0.2",
  "description": "Domain-specific technology experts - blockchain, fintech, gaming, IoT, payments",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./api-documenter.md",
    "./blockchain-developer.md",
    "./embedded-systems.md",
    "./fintech-engineer.md",
    "./game-developer.md",
    "./healthcare-admin.md",
    "./hipaa-compliance.md",
    "./iot-engineer.md",
    "./m365-admin.md",
    "./mobile-app-developer.md",
    "./payment-integration.md",
    "./quant-analyst.md",
    "./risk-manager.md",
    "./seo-specialist.md"
  ]
}