profile.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "Developer",
  3. "description": "Complete software development environment with code generation, testing, review, and build tools. Recommended for most developers.",
  4. "badge": "RECOMMENDED",
  5. "components": [
  6. "agent:openagent",
  7. "agent:opencoder",
  8. "agent:frontend-specialist",
  9. "agent:backend-specialist",
  10. "agent:devops-specialist",
  11. "agent:codebase-agent",
  12. "subagent:task-manager",
  13. "subagent:documentation",
  14. "subagent:coder-agent",
  15. "subagent:reviewer",
  16. "subagent:tester",
  17. "subagent:build-agent",
  18. "subagent:codebase-pattern-analyst",
  19. "subagent:contextscout",
  20. "subagent:image-specialist",
  21. "skill:task-management",
  22. "command:commit",
  23. "command:test",
  24. "command:context",
  25. "command:clean",
  26. "command:optimize",
  27. "command:validate-repo",
  28. "tool:env",
  29. "tool:gemini",
  30. "context:essential-patterns",
  31. "context:project-context",
  32. "context:core/*",
  33. "context:project-intelligence/*",
  34. "context:to-be-consumed/*",
  35. "context:development/ui-styling-standards",
  36. "context:development/design-systems",
  37. "context:development/design-assets",
  38. "context:development/animation-patterns",
  39. "config:env-example",
  40. "config:readme"
  41. ]
  42. }