Files
claude/settings.json.template
2026-03-31 01:28:27 -03:00

32 lines
1.3 KiB
Plaintext

{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"enabledPlugins": {
"everything-claude-code@everything-claude-code": true,
"voltagent-core-dev@voltagent-subagents": true,
"voltagent-lang@voltagent-subagents": true,
"voltagent-infra@voltagent-subagents": true,
"voltagent-qa-sec@voltagent-subagents": true,
"voltagent-data-ai@voltagent-subagents": true,
"voltagent-dev-exp@voltagent-subagents": true,
"voltagent-domains@voltagent-subagents": true,
"voltagent-biz@voltagent-subagents": true,
"voltagent-meta@voltagent-subagents": true,
"voltagent-research@voltagent-subagents": true,
"python-development@claude-code-workflows": true,
"javascript-typescript@claude-code-workflows": true,
"backend-development@claude-code-workflows": true,
"kubernetes-operations@claude-code-workflows": true,
"cloud-infrastructure@claude-code-workflows": true,
"security-scanning@claude-code-workflows": true,
"code-review-ai@claude-code-workflows": true,
"full-stack-orchestration@claude-code-workflows": true,
"conductor@claude-code-workflows": true,
"agent-teams@claude-code-workflows": true,
"document-skills@anthropic-agent-skills": true,
"example-skills@anthropic-agent-skills": true,
"swift-lsp@claude-plugins-official": true
}
}