Initial commit - cleaned for CV

This commit is contained in:
Renato97
2026-03-31 01:28:27 -03:00
commit 0994725183
5 changed files with 647 additions and 0 deletions

31
settings.json.template Normal file
View File

@@ -0,0 +1,31 @@
{
"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
}
}