plugins marketplace
← All plugins

voltagent-dev-exp

v1.0.3

Tooling and developer productivity experts - CLI tools, documentation, README generation, and DX optimization

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/06-developer-experience/ inside the repository.

Layout

categories/06-developer-experience/
└── .claude-plugin/plugin.json

Manifests1

categories/06-developer-experience/.claude-plugin/plugin.json
{
  "name": "voltagent-dev-exp",
  "version": "1.0.3",
  "description": "Tooling and developer productivity experts - CLI tools, documentation, README generation, and DX optimization",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./build-engineer.md",
    "./cli-developer.md",
    "./dependency-manager.md",
    "./documentation-engineer.md",
    "./dx-optimizer.md",
    "./git-workflow-manager.md",
    "./legacy-modernizer.md",
    "./mcp-developer.md",
    "./powershell-module-architect.md",
    "./powershell-ui-architect.md",
    "./readme-generator.md",
    "./refactoring-specialist.md",
    "./slack-expert.md",
    "./tooling-engineer.md",
    "./visual-asset-generator.md"
  ]
}