plugins marketplace
← All plugins

voltagent-core-dev

v1.0.2

Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design

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/01-core-development/ inside the repository.

Layout

categories/01-core-development/
└── .claude-plugin/plugin.json

Manifests1

categories/01-core-development/.claude-plugin/plugin.json
{
  "name": "voltagent-core-dev",
  "version": "1.0.2",
  "description": "Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./api-designer.md",
    "./backend-developer.md",
    "./design-bridge.md",
    "./electron-pro.md",
    "./frontend-developer.md",
    "./fullstack-developer.md",
    "./graphql-architect.md",
    "./microservices-architect.md",
    "./mobile-developer.md",
    "./ui-designer.md",
    "./websocket-engineer.md"
  ]
}