-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
226 lines (226 loc) · 7.79 KB
/
Copy pathmarketplace.json
File metadata and controls
226 lines (226 loc) · 7.79 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
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "nsalvacao-claude-code-plugins",
"version": "1.0.0",
"description": "Marketplace for Nuno Salvacao's Claude Code plugins",
"owner": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"metadata": {
"description": "Marketplace for Nuno Salvacao's Claude Code plugins"
},
"plugins": [
{
"name": "plugin-dev",
"description": "Comprehensive toolkit for developing Claude Code plugins — hooks, MCP integration, plugin structure, settings, commands, agents, and skills. Forked from anthropics/claude-plugins-official with improvements: wrapper-format support in validator and arithmetic bug fix.",
"version": "1.0.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/plugin-dev",
"category": "development"
},
{
"name": "strategy-toolkit",
"description": "Strategic ideation and execution planning toolkit with reproducible frameworks",
"version": "0.1.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/strategy-toolkit",
"category": "productivity"
},
{
"name": "repo-structure",
"description": "Enterprise-grade repository structure analyzer, validator, and scaffolder with intelligent automation",
"version": "0.1.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/repo-structure",
"category": "development"
},
{
"name": "product-management",
"description": "Write feature specs, plan roadmaps, synthesise user research, and analyse competitors. Full PM workflow covered.",
"version": "1.0.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/product-management",
"category": "productivity"
},
{
"name": "productivity",
"description": "Task management, workplace memory, and a visual dashboard. Claude learns your people, projects, and terminology. Works in any project type.",
"version": "1.0.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/productivity",
"category": "productivity"
},
{
"name": "productivity-cockpit",
"description": "Task management, workplace memory, and an interactive cockpit dashboard with built-in AI chatbot. Works in any project type.",
"version": "1.0.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/productivity-cockpit",
"category": "productivity"
},
{
"name": "plugin-studio",
"description": "Visual dashboard for creating and managing Claude Code plugins — browse structure, edit components, validate, and scaffold new plugins from a browser UI.",
"version": "0.1.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/plugin-studio",
"category": "development"
},
{
"name": "solution-audit",
"description": "Continuous meta-quality audit system for solutions under development — evaluates coherence, architecture, documentation, onboarding, and UX across 7 dimensions with prioritized, actionable findings.",
"version": "0.1.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/solution-audit",
"category": "development"
},
{
"name": "agile-lifecycle",
"description": "Hybrid gated-iterative lifecycle framework for AI/ML products — 7 phases, 6 formal gates (A–F), 31 agents, 16 skills, and full artefact management. Enterprise agile with governance overlay.",
"version": "0.2.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/agile-lifecycle",
"category": "productivity",
"tags": [
"agile",
"lifecycle",
"project-management",
"ai-ml",
"gates",
"phases"
]
},
{
"name": "waterfall-lifecycle",
"description": "Formal predictive waterfall lifecycle framework for AI/ML products — 8 phases, 8 formal gates (A–H), 33 agents, 15 skills, and full artefact management. For regulated environments with formal handovers and requirements traceability.",
"version": "0.3.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/waterfall-lifecycle",
"category": "development",
"tags": [
"waterfall",
"predictive",
"lifecycle",
"phase-gates",
"ai-governance",
"requirements-traceability",
"formal-handovers",
"artefact-management",
"multi-agent"
]
},
{
"name": "audit-fleet",
"description": "Cross-repository audit orchestration plugin for onboarding and quality assessment in any project, with deterministic outputs and SQLite-backed execution tracking.",
"version": "0.1.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/audit-fleet",
"category": "development",
"tags": [
"audit",
"quality",
"orchestration",
"multi-agent",
"cross-repository",
"sqlite"
]
},
{
"name": "qwen-delegate",
"description": "Offload high-volume, low-risk text and code transformations to the Qwen CLI behind a deterministic validation pipeline — Claude only intervenes on persistent failures. Covers summarisation, formatting, translation, and code generation.",
"version": "0.2.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/qwen-delegate",
"category": "productivity",
"tags": [
"qwen",
"delegation",
"deterministic-validation",
"pipeline",
"code-generation",
"token-economy",
"multi-llm"
]
},
{
"name": "idea-auditor",
"description": "Evidence-driven scorecard engine for ideas, MVPs, and evolving projects. Scores across 5 dimensions (wedge, friction, loop, timing, trust) using scientific frameworks (JTBD, TAM, ISO, Rogers, Mayer) with confidence-weighted scoring and PROCEED/ITERATE/KILL gates.",
"version": "0.5.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/idea-auditor",
"category": "productivity",
"tags": [
"idea-validation",
"scorecard",
"jtbd",
"lean-startup",
"mvp",
"evidence-driven",
"experiment-design"
]
},
{
"name": "gemini-delegate",
"description": "Offload text, code, research, large-file analysis, and UI generation to the Gemini CLI behind a deterministic validation pipeline. Exploits Gemini's Google Search grounding, 1M token context, and multi-model routing (Flash/Pro).",
"version": "0.1.0",
"author": {
"name": "Nuno Salvacao",
"email": "nuno.salvacao@gmail.com"
},
"source": "./plugins/gemini-delegate",
"category": "productivity",
"tags": [
"gemini",
"delegation",
"deterministic-validation",
"pipeline",
"google-search",
"code-generation",
"ui-generation",
"large-context",
"token-economy",
"multi-llm"
]
}
]
}