marketplace.json 994 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "oac-marketplace",
  3. "description": "AI-powered development workflow automation - code review, testing, documentation, and task management for Claude Code",
  4. "owner": {
  5. "name": "darrenhinde",
  6. "url": "https://github.com/darrenhinde/OpenAgentsControl"
  7. },
  8. "plugins": [
  9. {
  10. "name": "oac",
  11. "source": "./plugins/claude-code",
  12. "description": "Ship faster with AI-powered development workflows. Automates code review, test generation, documentation, and task breakdown. Context-aware agents understand your codebase and enforce your team's standards.",
  13. "version": "1.0.0",
  14. "author": {
  15. "name": "darrenhinde",
  16. "url": "https://github.com/darrenhinde"
  17. },
  18. "license": "MIT",
  19. "repository": "https://github.com/darrenhinde/OpenAgentsControl"
  20. }
  21. ],
  22. "categories": [
  23. {
  24. "name": "Development Tools",
  25. "description": "Tools for software development and automation",
  26. "plugins": ["oac"]
  27. }
  28. ]
  29. }