| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "oac-marketplace",
- "description": "AI-powered development workflow automation - code review, testing, documentation, and task management for Claude Code",
- "owner": {
- "name": "darrenhinde",
- "url": "https://github.com/darrenhinde/OpenAgentsControl"
- },
- "plugins": [
- {
- "name": "oac",
- "source": "./plugins/claude-code",
- "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.",
- "version": "1.0.0",
- "author": {
- "name": "darrenhinde",
- "url": "https://github.com/darrenhinde"
- },
- "license": "MIT",
- "repository": "https://github.com/darrenhinde/OpenAgentsControl"
- }
- ],
- "categories": [
- {
- "name": "Development Tools",
- "description": "Tools for software development and automation",
- "plugins": ["oac"]
- }
- ]
- }
|