profile.json 902 B

1234567891011121314151617181920212223242526272829303132
  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. "plugin:notify",
  20. "plugin:telegram-bot",
  21. "plugin:telegram-notify",
  22. "context:essential-patterns",
  23. "context:project-context",
  24. "context:quick-start",
  25. "context:core/*",
  26. "context:project-intelligence/*",
  27. "context:to-be-consumed/*",
  28. "context:adding-skill",
  29. "config:env-example",
  30. "config:readme"
  31. ]
  32. }