| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "Development",
- "description": "Software development specialists",
- "icon": "💻",
- "agents": {
- "frontend-specialist": {
- "description": "Expert in React, Vue, and modern CSS",
- "commonSubagents": [
- "subagents/code/coder-agent",
- "subagents/code/tester",
- "subagents/code/reviewer"
- ],
- "commonTools": [],
- "commonContext": [
- "core/standards/code",
- "core/standards/patterns"
- ]
- },
- "backend-specialist": {
- "description": "Expert in API design and database architecture",
- "commonSubagents": [
- "subagents/code/coder-agent",
- "subagents/code/tester",
- "subagents/code/reviewer"
- ],
- "commonTools": [],
- "commonContext": [
- "core/standards/code",
- "core/standards/patterns"
- ]
- },
- "devops-specialist": {
- "description": "Expert in CI/CD and infrastructure automation",
- "commonSubagents": [
- "subagents/code/build-agent"
- ],
- "commonTools": [],
- "commonContext": [
- "core/standards/code"
- ]
- },
- "codebase-agent": {
- "description": "Multi-language implementation agent for modular and functional development",
- "commonSubagents": [
- "subagents/core/task-manager",
- "subagents/code/coder-agent",
- "subagents/code/tester",
- "subagents/core/documentation"
- ],
- "commonTools": [],
- "commonContext": [
- "core/standards/code",
- "core/standards/patterns"
- ]
- }
- }
- }
|