plugins marketplace
← All plugins

voltagent-lang

v1.0.4

Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more

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/02-language-specialists/ inside the repository.

Layout

categories/02-language-specialists/
└── .claude-plugin/plugin.json

Manifests1

categories/02-language-specialists/.claude-plugin/plugin.json
{
  "name": "voltagent-lang",
  "version": "1.0.4",
  "description": "Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./angular-architect.md",
    "./cpp-pro.md",
    "./csharp-developer.md",
    "./django-developer.md",
    "./dotnet-core-expert.md",
    "./dotnet-framework-4.8-expert.md",
    "./elixir-expert.md",
    "./expo-react-native-expert.md",
    "./fastapi-developer.md",
    "./flutter-expert.md",
    "./golang-pro.md",
    "./java-architect.md",
    "./javascript-pro.md",
    "./kotlin-specialist.md",
    "./laravel-specialist.md",
    "./nextjs-developer.md",
    "./node-specialist.md",
    "./php-pro.md",
    "./powershell-5.1-expert.md",
    "./powershell-7-expert.md",
    "./python-pro.md",
    "./rails-expert.md",
    "./react-specialist.md",
    "./rust-engineer.md",
    "./spring-boot-engineer.md",
    "./sql-pro.md",
    "./swift-expert.md",
    "./symfony-specialist.md",
    "./typescript-pro.md",
    "./vue-expert.md"
  ]
}