0-category.json 696 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "Content Creation",
  3. "description": "Writing and content specialists",
  4. "icon": "✍️",
  5. "agents": {
  6. "copywriter": {
  7. "description": "Expert in persuasive writing and marketing copy",
  8. "commonSubagents": [
  9. "subagents/core/documentation"
  10. ],
  11. "commonTools": [],
  12. "commonContext": [
  13. "core/essential-patterns"
  14. ]
  15. },
  16. "technical-writer": {
  17. "description": "Expert in documentation and technical communication",
  18. "commonSubagents": [
  19. "subagents/core/documentation"
  20. ],
  21. "commonTools": [],
  22. "commonContext": [
  23. "core/standards/docs",
  24. "core/essential-patterns"
  25. ]
  26. }
  27. }
  28. }