profile.json 769 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Business",
  3. "description": "Business process automation, content creation, and visual workflows. Includes image generation, notifications, and documentation tools.",
  4. "components": [
  5. "agent:openagent",
  6. "agent:copywriter",
  7. "agent:technical-writer",
  8. "agent:data-analyst",
  9. "subagent:task-manager",
  10. "subagent:contextscout",
  11. "subagent:documentation",
  12. "subagent:image-specialist",
  13. "skill:task-management",
  14. "command:context",
  15. "command:clean",
  16. "command:prompt-enhancer",
  17. "tool:env",
  18. "tool:gemini",
  19. "context:essential-patterns",
  20. "context:project-context",
  21. "context:core/*",
  22. "context:project-intelligence/*",
  23. "context:to-be-consumed/*",
  24. "config:env-example",
  25. "config:readme"
  26. ]
  27. }