profile.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "Full",
  3. "description": "Everything included - all agents, subagents, tools, and plugins for maximum functionality.",
  4. "components": [
  5. "agent:openagent",
  6. "agent:opencoder",
  7. "agent:eval-runner",
  8. "agent:copywriter",
  9. "agent:technical-writer",
  10. "agent:data-analyst",
  11. "subagent:task-manager",
  12. "subagent:frontend-specialist",
  13. "subagent:devops-specialist",
  14. "subagent:documentation",
  15. "subagent:coder-agent",
  16. "subagent:reviewer",
  17. "subagent:tester",
  18. "subagent:build-agent",
  19. "subagent:contextscout",
  20. "skill:task-management",
  21. "subagent:image-specialist",
  22. "command:test",
  23. "command:commit",
  24. "command:context",
  25. "command:clean",
  26. "command:optimize",
  27. "command:prompt-enhancer",
  28. "command:worktrees",
  29. "command:validate-repo",
  30. "command:analyze-patterns",
  31. "tool:env",
  32. "tool:gemini",
  33. "context:essential-patterns",
  34. "context:project-context",
  35. "context:quick-start",
  36. "context:core/*",
  37. "context:project-intelligence/*",
  38. "context:to-be-consumed/*",
  39. "context:adding-skill",
  40. "config:env-example",
  41. "config:readme",
  42. "skill:context-manager",
  43. "context:workflows-external-context-management",
  44. "context:workflows-external-context-integration",
  45. "context:context-system"
  46. ]
  47. }