profile.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. "skill:task-management",
  21. "command:commit",
  22. "command:test",
  23. "command:context",
  24. "command:clean",
  25. "command:optimize",
  26. "command:validate-repo",
  27. "tool:env",
  28. "context:essential-patterns",
  29. "context:project-context",
  30. "context:quick-start",
  31. "context:core/*",
  32. "context:project-intelligence/*",
  33. "context:to-be-consumed/*",
  34. "context:adding-skill",
  35. "config:env-example",
  36. "config:readme"
  37. ]
  38. }