0-category.json 868 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Development Specialists",
  3. "description": "Domain-specific development subagents for frontend, backend, and DevOps tasks",
  4. "icon": "💻",
  5. "order": 3,
  6. "status": "active",
  7. "agents": {
  8. "frontend-specialist": {
  9. "description": "Expert in React, Vue, and modern CSS architecture",
  10. "commonSubagents": [
  11. "subagents/code/coder-agent",
  12. "subagents/code/tester",
  13. "subagents/code/reviewer"
  14. ],
  15. "commonTools": [],
  16. "commonContext": [
  17. "core/standards/code",
  18. "ui/web/react-patterns"
  19. ]
  20. },
  21. "devops-specialist": {
  22. "description": "Expert in CI/CD, infrastructure as code, and deployment automation",
  23. "commonSubagents": [
  24. "subagents/code/build-agent"
  25. ],
  26. "commonTools": [],
  27. "commonContext": [
  28. "core/standards/code"
  29. ]
  30. }
  31. }
  32. }