-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmarketplace.json
More file actions
230 lines (230 loc) · 8.04 KB
/
marketplace.json
File metadata and controls
230 lines (230 loc) · 8.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"name": "sugar-marketplace",
"description": "Official marketplace for Sugar autonomous development plugin",
"owner": {
"name": "Steven Leggett",
"email": "contact@roboticforce.io",
"website": "https://github.com/roboticforce/sugar",
"github": "cdnsteve"
},
"plugins": [
{
"name": "sugar",
"displayName": "Sugar - Autonomous Development",
"tagline": "Transform Claude Code into an autonomous AI development powerhouse",
"description": "Sugar brings true autonomous development to Claude Code. Create comprehensive tasks with rich context, assign specialized agents, and let AI handle complex multi-step development work while you focus on strategy and planning.",
"version": "2.0.0",
"author": {
"name": "Steven Leggett",
"email": "contact@roboticforce.io",
"github": "cdnsteve"
},
"source": {
"type": "git",
"url": "https://github.com/roboticforce/sugar.git",
"branch": "main",
"subdirectory": ".claude-plugin"
},
"homepage": "https://github.com/roboticforce/sugar",
"repository": "https://github.com/roboticforce/sugar",
"documentation": "https://github.com/roboticforce/sugar/blob/main/.claude-plugin/README.md",
"examples": "https://github.com/roboticforce/sugar/blob/main/examples/claude-code-plugin/README.md",
"changelog": "https://github.com/roboticforce/sugar/blob/main/CHANGELOG.md",
"license": "MIT",
"keywords": [
"autonomous",
"development",
"ai",
"task-management",
"automation",
"agents",
"enterprise",
"workflow",
"productivity",
"claude-code",
"autonomous-ai",
"development-automation"
],
"category": "development-tools",
"subcategories": [
"task-management",
"automation",
"ai-development"
],
"requires": {
"claude-code": ">=1.0.0",
"python": ">=3.11",
"node": ">=16.0.0"
},
"capabilities": {
"commands": {
"count": 5,
"list": [
{
"name": "sugar-task",
"description": "Create comprehensive tasks with rich context and AI guidance"
},
{
"name": "sugar-status",
"description": "View real-time system status and task queue metrics"
},
{
"name": "sugar-run",
"description": "Start autonomous execution with validation and safety checks"
},
{
"name": "sugar-review",
"description": "Interactively review and manage pending task queue"
},
{
"name": "sugar-analyze",
"description": "Discover work from errors, code quality, tests, and GitHub"
}
]
},
"agents": {
"count": 3,
"list": [
{
"name": "sugar-orchestrator",
"description": "Coordinates complex development workflows and multi-agent collaboration"
},
{
"name": "task-planner",
"description": "Strategic planning and task breakdown specialist"
},
{
"name": "quality-guardian",
"description": "Code quality, testing, and security enforcement"
}
]
},
"hooks": {
"count": 12,
"categories": [
"error-detection",
"task-tracking",
"quality-reminders",
"security-alerts",
"performance-monitoring"
]
},
"mcp": true
},
"features": [
"Autonomous AI development workflows",
"Enterprise-grade task management with SQLite persistence",
"Intelligent agent orchestration and specialization",
"Automatic work discovery from multiple sources",
"Rich task context with business and technical requirements",
"Multi-project support with complete isolation",
"GitHub integration for issue and PR management",
"Code quality and test coverage analysis",
"Custom task types and workflow customization",
"Comprehensive testing and quality assurance",
"Team collaboration with shared task queues",
"Audit trails and execution history"
],
"highlights": [
"🤖 First true autonomous development platform for Claude Code",
"🏢 Enterprise-ready with persistent task management",
"🎯 Intelligent agent selection and coordination",
"🔍 Automatic work discovery from errors, code quality, and GitHub",
"📊 Real-time monitoring and comprehensive analytics",
"🛡️ Production-grade safety with dry-run and validation",
"🚀 Scales from individual developers to large teams",
"✅ Comprehensive test coverage and quality assurance"
],
"useCases": [
{
"title": "Individual Developer",
"description": "Autonomous bug fixing, test creation, and code quality improvements during idle time"
},
{
"title": "Development Team",
"description": "24/7 autonomous development across multiple repos with shared work discovery"
},
{
"title": "Enterprise Projects",
"description": "Handle complex multi-step features with specialized agents and quality enforcement"
},
{
"title": "Technical Debt",
"description": "Continuous improvement of code quality metrics and proactive maintenance"
}
],
"screenshots": [
{
"url": "https://raw.githubusercontent.com/roboticforce/sugar/main/docs/screenshots/task-creation.png",
"caption": "Rich task creation with comprehensive context"
},
{
"url": "https://raw.githubusercontent.com/roboticforce/sugar/main/docs/screenshots/status-dashboard.png",
"caption": "Real-time system status and task queue monitoring"
},
{
"url": "https://raw.githubusercontent.com/roboticforce/sugar/main/docs/screenshots/autonomous-execution.png",
"caption": "Safe autonomous execution with validation"
},
{
"url": "https://raw.githubusercontent.com/roboticforce/sugar/main/docs/screenshots/agent-orchestration.png",
"caption": "Multi-agent workflow coordination"
}
],
"video": {
"url": "https://www.youtube.com/watch?v=PLACEHOLDER",
"title": "Sugar - Autonomous Development for Claude Code",
"duration": "5:30"
},
"installation": {
"prerequisites": [
"Python 3.11 or higher",
"Node.js 16.0 or higher",
"Sugar CLI: pip install sugarai"
],
"steps": [
"Install Sugar CLI: pip install sugarai",
"Initialize in your project: sugar init",
"Install plugin in Claude Code: /plugin install sugar@roboticforce",
"Start using: /sugar-task \"Your first task\""
],
"verification": [
"sugar --version",
"sugar status",
"/sugar-status in Claude Code"
]
},
"support": {
"documentation": "https://github.com/roboticforce/sugar/tree/main/docs",
"issues": "https://github.com/roboticforce/sugar/issues",
"discussions": "https://github.com/roboticforce/sugar/discussions",
"email": "contact@roboticforce.io"
},
"stats": {
"installs": 0,
"stars": 0,
"rating": 0,
"reviews": 0
},
"tags": [
"premier",
"enterprise",
"autonomous",
"productivity",
"task-management",
"ai-development",
"workflow-automation"
],
"featured": true,
"verified": false,
"status": "active",
"created": "2025-10-14",
"updated": "2025-10-14"
}
],
"metadata": {
"version": "1.0.0",
"updated": "2025-10-14T23:47:00Z",
"plugin_count": 1
}
}