0-category.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "Development",
  3. "description": "Software development specialists",
  4. "icon": "💻",
  5. "agents": {
  6. "frontend-specialist": {
  7. "description": "Expert in React, Vue, and modern CSS",
  8. "commonSubagents": [
  9. "subagents/code/coder-agent",
  10. "subagents/code/tester",
  11. "subagents/code/reviewer"
  12. ],
  13. "commonTools": [],
  14. "commonContext": [
  15. "core/standards/code",
  16. "core/standards/patterns"
  17. ]
  18. },
  19. "backend-specialist": {
  20. "description": "Expert in API design and database architecture",
  21. "commonSubagents": [
  22. "subagents/code/coder-agent",
  23. "subagents/code/tester",
  24. "subagents/code/reviewer"
  25. ],
  26. "commonTools": [],
  27. "commonContext": [
  28. "core/standards/code",
  29. "core/standards/patterns"
  30. ]
  31. },
  32. "devops-specialist": {
  33. "description": "Expert in CI/CD and infrastructure automation",
  34. "commonSubagents": [
  35. "subagents/code/build-agent"
  36. ],
  37. "commonTools": [],
  38. "commonContext": [
  39. "core/standards/code"
  40. ]
  41. },
  42. "codebase-agent": {
  43. "description": "Multi-language implementation agent for modular and functional development",
  44. "commonSubagents": [
  45. "subagents/core/task-manager",
  46. "subagents/code/coder-agent",
  47. "subagents/code/tester",
  48. "subagents/core/documentation"
  49. ],
  50. "commonTools": [],
  51. "commonContext": [
  52. "core/standards/code",
  53. "core/standards/patterns"
  54. ]
  55. }
  56. }
  57. }