-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathmanifest.json
More file actions
421 lines (421 loc) · 14.2 KB
/
manifest.json
File metadata and controls
421 lines (421 loc) · 14.2 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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
{
"version": 1,
"generatedAt": "2026-02-17T21:01:05.349Z",
"branch": "main",
"prompts": [
{
"name": "PricingService Invocable Scaffold",
"path": "prompts/apex-development/scaffold-invocable-apex.md",
"description": "Create a PricingService Apex class with an invocable getPricing method and typed inputs/outputs for Flow.",
"category": "apex-development",
"tags": [
"apex",
"invocable",
"flow",
"scaffold"
]
},
{
"name": "Travel Plan Object Scaffold",
"path": "prompts/apex-development/scaffold-object.md",
"description": "Provision a Travel Plan custom object with fields, layout, tab, and permission set ready for deployment.",
"category": "apex-development",
"tags": [
"salesforce",
"custom-object",
"scaffold",
"deployment"
]
},
{
"name": "Trigger Refactor Helper",
"path": "prompts/apex-development/trigger-refactoring.md",
"description": "Refactor the Opportunity trigger into a handler pattern with tests",
"category": "apex-development",
"tags": [
"apex",
"refactor",
"testing"
]
},
{
"name": "Account Test Data Generator",
"path": "prompts/data-operations/create-fake-data.md",
"description": "Create an Apex script that generates 10 realistic Account records with complete business data including name, account number, type, industry, annual revenue, ticker symbol, and number of employees. Includes documentation on how to execute the script anonymously.",
"category": "data-operations",
"tags": [
"salesforce",
"apex",
"data-generation",
"test-data",
"developer",
"admin"
]
},
{
"name": "Account Layout Field Enhancement",
"path": "prompts/getting-started/add-fields-pagelayout.md",
"description": "Add Type and Industry fields to the Account page layout for better data organization and reporting.",
"category": "getting-started",
"tags": [
"salesforce",
"account",
"page-layout",
"admin",
"data-management"
]
},
{
"name": "Lead Source Picklist Enhancement",
"path": "prompts/getting-started/add-picklist-value.md",
"description": "Add a new 'Referral' value to the Lead Source picklist on the Lead object for better lead tracking.",
"category": "getting-started",
"tags": [
"salesforce",
"lead",
"picklist",
"data-management",
"admin"
]
},
{
"name": "High Priority Case Assignment Rule",
"path": "prompts/getting-started/create-assignment-rules.md",
"description": "Create an assignment rule that automatically routes high priority Cases to a specific queue or user for immediate attention.",
"category": "getting-started",
"tags": [
"salesforce",
"case-management",
"assignment-rules",
"automation",
"admin"
]
},
{
"name": "Project Object Quickstart",
"path": "prompts/getting-started/create-basic-custom-object.md",
"description": "Scaffold a Project__c custom object with core fields and deployable metadata.",
"category": "getting-started",
"tags": [
"salesforce",
"custom-object",
"beginner"
]
},
{
"name": "Opportunity Days Open Formula",
"path": "prompts/getting-started/create-opp-formula.md",
"description": "Create a formula field on Opportunity that calculates the number of days since the record was created.",
"category": "getting-started",
"tags": [
"salesforce",
"opportunity",
"formula-field",
"automation",
"admin"
]
},
{
"name": "Account Editor Permission Set",
"path": "prompts/getting-started/create-permission-set.md",
"description": "Create a permission set that grants edit access to Account records and assign it to the current user.",
"category": "getting-started",
"tags": [
"salesforce",
"permission-set",
"security",
"admin",
"user-management"
]
},
{
"name": "Account Opportunity Count Roll-Up",
"path": "prompts/getting-started/create-rollup-summary.md",
"description": "Create a roll-up summary field on Account that counts related Opportunities for better relationship tracking.",
"category": "getting-started",
"tags": [
"salesforce",
"account",
"opportunity",
"rollup-summary",
"automation",
"admin"
]
},
{
"name": "Hello World LWC Starter",
"path": "prompts/getting-started/first-lightning-web-component.md",
"description": "Generate a greeting Lightning Web Component and explain its HTML, JS, and metadata files.",
"category": "getting-started",
"tags": [
"lwc",
"ui",
"beginner"
]
},
{
"name": "Opportunity Days Till Close Formula",
"path": "prompts/getting-started/formula-field-days-till-close.md",
"description": "Build an Opportunity formula that calculates days between CreatedDate and CloseDate.",
"category": "getting-started",
"tags": [
"formula",
"opportunity",
"admin"
]
},
{
"name": "Opportunity Close Date Validation",
"path": "prompts/getting-started/opp-validation-rule.md",
"description": "Create a validation rule on Opportunity that prevents saving when the Close Date is in the past.",
"category": "getting-started",
"tags": [
"salesforce",
"opportunity",
"validation-rule",
"data-quality",
"admin"
]
},
{
"name": "StringUtils Utility Scaffold",
"path": "prompts/getting-started/reusable-apex-string-utility-class.md",
"description": "Create a foundational StringUtils Apex helper with core string methods and unit tests.",
"category": "getting-started",
"tags": [
"apex",
"utility",
"testing"
]
},
{
"name": "DateUtils Utility Primer",
"path": "prompts/getting-started/simple-apex-utility-class.md",
"description": "Generate a documented DateUtils Apex class with daysBetween and addDays helpers.",
"category": "getting-started",
"tags": [
"apex",
"utility",
"beginner"
]
},
{
"name": "Opportunity Stage Score Formula",
"path": "prompts/getting-started/stage-based-opportunity-scoring-formula.md",
"description": "Craft a readable Opportunity formula that assigns numeric scores per stage.",
"category": "getting-started",
"tags": [
"formula",
"opportunity",
"admin"
]
},
{
"name": "Test Data Factory Kickoff",
"path": "prompts/getting-started/test-data-factory-basics.md",
"description": "Build an Apex factory for Accounts, Contacts, and Opportunities with usage examples.",
"category": "getting-started",
"tags": [
"apex",
"testing",
"test-data"
]
},
{
"name": "Account Trigger Starter",
"path": "prompts/getting-started/trigger-and-handler-example.md",
"description": "Create a simple Account trigger and handler that sets default values before insert.",
"category": "getting-started",
"tags": [
"apex",
"trigger",
"beginner"
]
},
{
"name": "Account Employee Validation Rule",
"path": "prompts/getting-started/validation-rule-on-account.md",
"description": "Draft a rule that blocks Account save when NumberOfEmployees is blank.",
"category": "getting-started",
"tags": [
"validation-rule",
"account",
"admin"
]
},
{
"name": "Opportunity Approval Investigation",
"path": "prompts/investigation-triage/fix-complex-approval-logic.md",
"description": "Diagnose inconsistent approval checkbox behavior on Opportunities and propose a remediation plan.",
"category": "investigation-triage",
"tags": [
"investigation",
"triage",
"opportunity",
"approval-process"
]
},
{
"name": "Asset Tracker Spec Build",
"path": "prompts/spec-driven-dev/asset-tracker.md",
"description": "Gather requirements and deliver a full Asset tracker app via a spec-driven workflow.",
"category": "spec-driven-dev",
"tags": [
"spec-driven",
"lwc",
"custom-object",
"app"
]
},
{
"name": "Apex Unit Test Generator",
"path": "prompts/testing-automation/create-unit-test.md",
"description": "Create a comprehensive test class for any Apex class with test data setup and result verification.",
"category": "testing-automation",
"tags": [
"salesforce",
"apex",
"testing",
"unit-test",
"automation",
"developer"
]
},
{
"name": "Run All Apex Tests",
"path": "prompts/testing-automation/run-all-test.md",
"description": "Execute all Apex tests in the org and display a comprehensive summary including total tests run, number passed, and overall code coverage percentage.",
"category": "testing-automation",
"tags": [
"salesforce",
"apex",
"testing",
"automation",
"test-coverage"
]
},
{
"name": "Compliment Mixer App",
"path": "prompts/vibe-coding/compliment-mixer.md",
"description": "Build a playful compliment generator with custom UI, persistence, and recent history.",
"category": "vibe-coding",
"tags": [
"vibe-coding",
"lwc",
"app",
"fun"
]
}
],
"rules": [
{
"name": "Apex Development Guardrails",
"path": "rules/apex-development/apex-requirements.md",
"description": "Enforce best practices for Apex architecture, performance, security, and testing.",
"category": "apex-development",
"tags": [
"apex",
"rules",
"guardrails",
"testing",
"security"
]
},
{
"name": "LWC Development Guardrails",
"path": "rules/lwc-development/lwc-requirements.md",
"description": "Standardize Lightning Web Component architecture, UX, and tooling practices.",
"category": "lwc-development",
"tags": [
"lwc",
"rules",
"ux",
"architecture"
]
},
{
"name": "Spec-Driven App Development Standards",
"path": "rules/spec-driven-dev/app-dev.md",
"description": "Apply architecture, integration, and governance requirements for specification-led Salesforce builds.",
"category": "spec-driven-dev",
"tags": [
"spec-driven",
"architecture",
"governance",
"rules"
]
}
],
"skills": [
{
"name": "apex-class",
"path": "skills/apex-development/apex-class/SKILL.md",
"folderPath": "skills/apex-development/apex-class",
"category": "apex-development",
"files": [
"SKILL.md",
"examples/AccountDeduplicationBatch.cls",
"examples/AccountSelector.cls",
"examples/AccountService.cls",
"templates/abstract.cls",
"templates/batch.cls",
"templates/domain.cls",
"templates/dto.cls",
"templates/exception.cls",
"templates/interface.cls",
"templates/queueable.cls",
"templates/schedulable.cls",
"templates/selector.cls",
"templates/service.cls",
"templates/utility.cls"
],
"description": "Generate production-ready Apex classes for Salesforce following enterprise best practices. Covers service classes, selectors, domain classes, batch/queueable/schedulable, DTOs, utilities, interfaces, abstract classes, and custom exceptions. Not for triggers or unit tests."
},
{
"name": "trigger-refactor-pipeline",
"path": "skills/apex-development/trigger-refactor-pipeline/SKILL.md",
"folderPath": "skills/apex-development/trigger-refactor-pipeline",
"category": "apex-development",
"files": [
"SKILL.md",
"assets/test_template.apex",
"references/handler_patterns.md",
"scripts/analyze_trigger.py"
],
"description": "Refactor Salesforce triggers into handler patterns with automated test generation and deployment. Use when modernizing legacy triggers with DML/SOQL in loops or inconsistent patterns.",
"license": "Apache-2.0",
"compatibility": "Requires Salesforce CLI, Python 3.9+",
"allowedTools": "Bash Read Write"
},
{
"name": "deployment-readiness-check",
"path": "skills/metadata-deployments/deployment-readiness-check/SKILL.md",
"folderPath": "skills/metadata-deployments/deployment-readiness-check",
"category": "metadata-deployments",
"files": [
"SKILL.md",
"assets/deployment_checklist.md",
"references/rollback_procedures.md",
"scripts/check_metadata.sh"
],
"description": "Comprehensive pre-deployment validation checklist for Salesforce releases. Use before deploying to production to catch metadata issues, test coverage gaps, and configuration errors.",
"license": "Apache-2.0",
"compatibility": "Requires Salesforce CLI, jq, bash",
"allowedTools": "Bash Read"
},
{
"name": "apex-test-class",
"path": "skills/testing-automation/apex-test-class/SKILL.md",
"folderPath": "skills/testing-automation/apex-test-class",
"category": "testing-automation",
"files": [
"SKILL.md",
"references/assertion-patterns.md",
"references/async-testing.md",
"references/mocking-patterns.md",
"references/test-data-factory.md"
],
"description": "Apex test class generation with TestDataFactory patterns, bulk testing (200+ records), mocking strategies for callouts and async operations, and assertion best practices. Use when creating new Apex test classes, improving test coverage, refactoring existing tests, or implementing proper testing patterns for triggers, services, controllers, batch jobs, queueables, and integrations."
}
]
}