claude-mem-lite 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dispatch-feedback.mjs +57 -10
- package/dispatch-inject.mjs +5 -5
- package/dispatch.mjs +55 -8
- package/hook.mjs +2 -2
- package/install.mjs +894 -0
- package/package.json +1 -1
- package/registry/preinstalled.json +2180 -40
- package/registry-retriever.mjs +73 -5
- package/registry.mjs +16 -4
- package/utils.mjs +1 -1
package/install.mjs
CHANGED
|
@@ -39,6 +39,7 @@ const RESOURCE_METADATA = {
|
|
|
39
39
|
domain_tags: 'css,react,html,tailwind,frontend',
|
|
40
40
|
capability_summary: 'Create distinctive production-grade frontend interfaces with high design quality',
|
|
41
41
|
trigger_patterns: 'when user needs to build or design UI components pages or web interfaces',
|
|
42
|
+
invocation_name: 'frontend-design:frontend-design',
|
|
42
43
|
},
|
|
43
44
|
'skill:webapp-testing': {
|
|
44
45
|
intent_tags: 'test,webapp,e2e,browser,qa,selenium,cypress,integration',
|
|
@@ -69,42 +70,49 @@ const RESOURCE_METADATA = {
|
|
|
69
70
|
domain_tags: 'planning,design',
|
|
70
71
|
capability_summary: 'Explore user intent requirements and design before implementation through structured brainstorming',
|
|
71
72
|
trigger_patterns: 'when user needs to brainstorm ideas explore requirements or plan creative solutions before coding',
|
|
73
|
+
invocation_name: 'superpowers:brainstorming',
|
|
72
74
|
},
|
|
73
75
|
'skill:superpowers-tdd': {
|
|
74
76
|
intent_tags: 'test,tdd,testing,unittest,spec,coverage,quality,red-green-refactor',
|
|
75
77
|
domain_tags: 'testing,javascript,typescript,python',
|
|
76
78
|
capability_summary: 'Test-driven development workflow with red-green-refactor cycle and quality checks',
|
|
77
79
|
trigger_patterns: 'when user wants to write tests first or follow TDD methodology for feature development',
|
|
80
|
+
invocation_name: 'superpowers:test-driven-development',
|
|
78
81
|
},
|
|
79
82
|
'skill:superpowers-debugging': {
|
|
80
83
|
intent_tags: 'debug,troubleshoot,fix,error,systematic,diagnose,bug,crash,failure',
|
|
81
84
|
domain_tags: 'debugging,error-handling',
|
|
82
85
|
capability_summary: 'Systematic debugging approach for complex bugs using hypothesis-driven investigation',
|
|
83
86
|
trigger_patterns: 'when user encounters bugs errors crashes or unexpected behavior that needs systematic debugging',
|
|
87
|
+
invocation_name: 'superpowers:systematic-debugging',
|
|
84
88
|
},
|
|
85
89
|
'skill:superpowers-code-review': {
|
|
86
90
|
intent_tags: 'review,code-review,quality,audit,feedback,inspect,pr-review',
|
|
87
91
|
domain_tags: 'quality,review',
|
|
88
92
|
capability_summary: 'Structured code review requesting with quality checklists and feedback gathering',
|
|
89
93
|
trigger_patterns: 'when user wants to request or perform a thorough code review of their changes',
|
|
94
|
+
invocation_name: 'superpowers:requesting-code-review',
|
|
90
95
|
},
|
|
91
96
|
'skill:superpowers-writing-plans': {
|
|
92
97
|
intent_tags: 'plan,architecture,spec,implementation,blueprint,roadmap,strategy',
|
|
93
98
|
domain_tags: 'planning,architecture',
|
|
94
99
|
capability_summary: 'Write structured implementation plans from specs before touching code',
|
|
95
100
|
trigger_patterns: 'when user has requirements or specs and needs a multi-step implementation plan before coding',
|
|
101
|
+
invocation_name: 'superpowers:writing-plans',
|
|
96
102
|
},
|
|
97
103
|
'skill:superpowers-git-worktrees': {
|
|
98
104
|
intent_tags: 'git,worktree,branch,isolation,parallel,workspace',
|
|
99
105
|
domain_tags: 'git,workflow',
|
|
100
106
|
capability_summary: 'Create isolated git worktrees for parallel feature development',
|
|
101
107
|
trigger_patterns: 'when user needs to work on multiple branches simultaneously or isolate feature work',
|
|
108
|
+
invocation_name: 'superpowers:using-git-worktrees',
|
|
102
109
|
},
|
|
103
110
|
'skill:superpowers-verification': {
|
|
104
111
|
intent_tags: 'verify,check,test,complete,quality,validation,evidence',
|
|
105
112
|
domain_tags: 'quality,verification',
|
|
106
113
|
capability_summary: 'Verify work is complete by running checks and gathering evidence before claiming done',
|
|
107
114
|
trigger_patterns: 'when user is about to claim work is complete and needs verification before committing',
|
|
115
|
+
invocation_name: 'superpowers:verification-before-completion',
|
|
108
116
|
},
|
|
109
117
|
'skill:playwright-skill': {
|
|
110
118
|
intent_tags: 'playwright,browser,automation,test,e2e,screenshot,scrape',
|
|
@@ -262,7 +270,889 @@ const RESOURCE_METADATA = {
|
|
|
262
270
|
domain_tags: 'frontend,review,component',
|
|
263
271
|
capability_summary: 'Frontend component reviewer for quality accessibility and best-practice auditing',
|
|
264
272
|
trigger_patterns: 'when user wants to review frontend components for quality accessibility and best practices',
|
|
273
|
+
}, 'skill:ab-test-setup': {
|
|
274
|
+
intent_tags: 'ab-test,experiment,cro,conversion,split-test,variant,marketing',
|
|
275
|
+
domain_tags: 'marketing,cro,analytics',
|
|
276
|
+
capability_summary: 'Set up A/B tests with variant design hypothesis tracking and statistical analysis',
|
|
277
|
+
trigger_patterns: 'when user needs to set up A/B tests or split tests for marketing experiments',
|
|
265
278
|
},
|
|
279
|
+
'skill:ad-creative': {
|
|
280
|
+
intent_tags: 'ad,creative,advertising,copy,banner,campaign,visual,marketing',
|
|
281
|
+
domain_tags: 'marketing,advertising,creative',
|
|
282
|
+
capability_summary: 'Create compelling ad creative copy and visuals for advertising campaigns',
|
|
283
|
+
trigger_patterns: 'when user needs to create ad creatives copy or advertising campaign assets',
|
|
284
|
+
},
|
|
285
|
+
'skill:ai-seo': {
|
|
286
|
+
intent_tags: 'ai,seo,search,optimization,llm,generative,marketing',
|
|
287
|
+
domain_tags: 'marketing,seo,ai',
|
|
288
|
+
capability_summary: 'AI-powered SEO optimization for search visibility and content ranking',
|
|
289
|
+
trigger_patterns: 'when user needs AI-driven SEO strategies or search optimization',
|
|
290
|
+
},
|
|
291
|
+
'skill:analytics-tracking': {
|
|
292
|
+
intent_tags: 'analytics,tracking,metrics,data,ga4,events,conversion,marketing',
|
|
293
|
+
domain_tags: 'marketing,analytics,data',
|
|
294
|
+
capability_summary: 'Set up analytics tracking events conversion goals and marketing metrics',
|
|
295
|
+
trigger_patterns: 'when user needs to set up analytics tracking events or marketing metrics',
|
|
296
|
+
},
|
|
297
|
+
'skill:churn-prevention': {
|
|
298
|
+
intent_tags: 'churn,retention,customer,saas,lifecycle,engagement,marketing',
|
|
299
|
+
domain_tags: 'marketing,retention,saas',
|
|
300
|
+
capability_summary: 'Design churn prevention strategies with retention campaigns and lifecycle engagement',
|
|
301
|
+
trigger_patterns: 'when user needs to reduce churn or improve customer retention',
|
|
302
|
+
},
|
|
303
|
+
'skill:cold-email': {
|
|
304
|
+
intent_tags: 'cold-email,outreach,sales,prospecting,email,b2b,marketing',
|
|
305
|
+
domain_tags: 'marketing,email,sales',
|
|
306
|
+
capability_summary: 'Write effective cold email sequences for outreach and sales prospecting',
|
|
307
|
+
trigger_patterns: 'when user needs to write cold emails outreach sequences or sales prospecting messages',
|
|
308
|
+
},
|
|
309
|
+
'skill:competitor-alternatives': {
|
|
310
|
+
intent_tags: 'competitor,alternatives,comparison,analysis,positioning,marketing',
|
|
311
|
+
domain_tags: 'marketing,seo,competitive',
|
|
312
|
+
capability_summary: 'Create competitor comparison and alternatives pages for SEO and positioning',
|
|
313
|
+
trigger_patterns: 'when user needs competitor analysis alternative comparison pages or competitive positioning',
|
|
314
|
+
},
|
|
315
|
+
'skill:content-strategy': {
|
|
316
|
+
intent_tags: 'content,strategy,blog,editorial,calendar,publishing,marketing',
|
|
317
|
+
domain_tags: 'marketing,content,editorial',
|
|
318
|
+
capability_summary: 'Plan content strategy with editorial calendars topic clusters and publishing workflows',
|
|
319
|
+
trigger_patterns: 'when user needs content strategy editorial planning or blog content organization',
|
|
320
|
+
},
|
|
321
|
+
'skill:copy-editing': {
|
|
322
|
+
intent_tags: 'copy-editing,proofread,writing,grammar,clarity,tone,marketing',
|
|
323
|
+
domain_tags: 'marketing,writing,editing',
|
|
324
|
+
capability_summary: 'Professional copy editing for marketing content with clarity tone and grammar improvement',
|
|
325
|
+
trigger_patterns: 'when user needs copy editing proofreading or marketing content polishing',
|
|
326
|
+
},
|
|
327
|
+
'skill:copywriting': {
|
|
328
|
+
intent_tags: 'copywriting,persuasion,landing-page,headline,cta,conversion,marketing',
|
|
329
|
+
domain_tags: 'marketing,copywriting,conversion',
|
|
330
|
+
capability_summary: 'Write persuasive marketing copy for landing pages headlines CTAs and conversion',
|
|
331
|
+
trigger_patterns: 'when user needs persuasive copywriting for landing pages or marketing materials',
|
|
332
|
+
},
|
|
333
|
+
'skill:email-sequence': {
|
|
334
|
+
intent_tags: 'email,sequence,drip,automation,nurture,onboarding,marketing',
|
|
335
|
+
domain_tags: 'marketing,email,automation',
|
|
336
|
+
capability_summary: 'Design email sequences with drip campaigns nurture flows and automated triggers',
|
|
337
|
+
trigger_patterns: 'when user needs to create email sequences drip campaigns or automated email flows',
|
|
338
|
+
},
|
|
339
|
+
'skill:form-cro': {
|
|
340
|
+
intent_tags: 'form,cro,conversion,optimization,signup,lead,marketing',
|
|
341
|
+
domain_tags: 'marketing,cro,forms',
|
|
342
|
+
capability_summary: 'Optimize web forms for higher conversion rates with field reduction and UX improvements',
|
|
343
|
+
trigger_patterns: 'when user needs to optimize forms for better conversion rates',
|
|
344
|
+
},
|
|
345
|
+
'skill:free-tool-strategy': {
|
|
346
|
+
intent_tags: 'free-tool,growth,acquisition,lead-gen,viral,product-led,marketing',
|
|
347
|
+
domain_tags: 'marketing,growth,product',
|
|
348
|
+
capability_summary: 'Plan free tool strategies for lead generation viral growth and user acquisition',
|
|
349
|
+
trigger_patterns: 'when user wants to build free tools for marketing lead generation or growth',
|
|
350
|
+
},
|
|
351
|
+
'skill:launch-strategy': {
|
|
352
|
+
intent_tags: 'launch,strategy,go-to-market,product-launch,gtm,marketing',
|
|
353
|
+
domain_tags: 'marketing,launch,product',
|
|
354
|
+
capability_summary: 'Plan product launch strategies with go-to-market timelines and channel selection',
|
|
355
|
+
trigger_patterns: 'when user needs a product launch strategy or go-to-market plan',
|
|
356
|
+
},
|
|
357
|
+
'skill:marketing-ideas': {
|
|
358
|
+
intent_tags: 'marketing,ideas,brainstorm,growth,creative,campaign,marketing',
|
|
359
|
+
domain_tags: 'marketing,creative,growth',
|
|
360
|
+
capability_summary: 'Generate creative marketing ideas and growth campaign brainstorming',
|
|
361
|
+
trigger_patterns: 'when user needs marketing ideas creative campaign concepts or growth brainstorming',
|
|
362
|
+
},
|
|
363
|
+
'skill:marketing-psychology': {
|
|
364
|
+
intent_tags: 'psychology,persuasion,behavior,neuromarketing,bias,influence,marketing',
|
|
365
|
+
domain_tags: 'marketing,psychology,persuasion',
|
|
366
|
+
capability_summary: 'Apply marketing psychology principles like scarcity social proof and cognitive biases',
|
|
367
|
+
trigger_patterns: 'when user wants to apply psychological principles to marketing or conversion optimization',
|
|
368
|
+
},
|
|
369
|
+
'skill:onboarding-cro': {
|
|
370
|
+
intent_tags: 'onboarding,cro,activation,ux,first-run,welcome,marketing',
|
|
371
|
+
domain_tags: 'marketing,cro,onboarding',
|
|
372
|
+
capability_summary: 'Optimize user onboarding flows for activation and first-run conversion',
|
|
373
|
+
trigger_patterns: 'when user needs to improve onboarding flows user activation or first-run experience',
|
|
374
|
+
},
|
|
375
|
+
'skill:page-cro': {
|
|
376
|
+
intent_tags: 'page,cro,landing-page,conversion,layout,optimization,marketing',
|
|
377
|
+
domain_tags: 'marketing,cro,landing-page',
|
|
378
|
+
capability_summary: 'Optimize landing pages for conversion with layout copy and CTA improvements',
|
|
379
|
+
trigger_patterns: 'when user needs to optimize landing pages or web pages for higher conversion',
|
|
380
|
+
},
|
|
381
|
+
'skill:paid-ads': {
|
|
382
|
+
intent_tags: 'paid-ads,ppc,campaign,google-ads,meta-ads,budget,marketing',
|
|
383
|
+
domain_tags: 'marketing,advertising,ppc',
|
|
384
|
+
capability_summary: 'Plan and optimize paid advertising campaigns across Google Meta and ad platforms',
|
|
385
|
+
trigger_patterns: 'when user needs to plan or optimize paid ad campaigns PPC or advertising budgets',
|
|
386
|
+
},
|
|
387
|
+
'skill:paywall-upgrade-cro': {
|
|
388
|
+
intent_tags: 'paywall,upgrade,conversion,pricing,upsell,premium,marketing',
|
|
389
|
+
domain_tags: 'marketing,cro,pricing',
|
|
390
|
+
capability_summary: 'Optimize paywall and upgrade flows for premium conversion and upsell',
|
|
391
|
+
trigger_patterns: 'when user needs to optimize paywall upgrade flows or premium conversion rates',
|
|
392
|
+
},
|
|
393
|
+
'skill:popup-cro': {
|
|
394
|
+
intent_tags: 'popup,cro,conversion,lead-capture,exit-intent,modal,marketing',
|
|
395
|
+
domain_tags: 'marketing,cro,popup',
|
|
396
|
+
capability_summary: 'Design high-converting popups with exit-intent triggers and lead capture optimization',
|
|
397
|
+
trigger_patterns: 'when user needs to create or optimize popups for lead capture or conversion',
|
|
398
|
+
},
|
|
399
|
+
'skill:pricing-strategy': {
|
|
400
|
+
intent_tags: 'pricing,strategy,monetization,revenue,tiers,freemium,marketing',
|
|
401
|
+
domain_tags: 'marketing,pricing,business',
|
|
402
|
+
capability_summary: 'Design pricing strategies with tier structures freemium models and revenue optimization',
|
|
403
|
+
trigger_patterns: 'when user needs pricing strategy tier design or monetization planning',
|
|
404
|
+
},
|
|
405
|
+
'skill:product-marketing-context': {
|
|
406
|
+
intent_tags: 'product,positioning,messaging,value-prop,context,differentiation,marketing',
|
|
407
|
+
domain_tags: 'marketing,product,positioning',
|
|
408
|
+
capability_summary: 'Define product positioning messaging and value proposition for marketing context',
|
|
409
|
+
trigger_patterns: 'when user needs product positioning value proposition or marketing messaging framework',
|
|
410
|
+
},
|
|
411
|
+
'skill:programmatic-seo': {
|
|
412
|
+
intent_tags: 'programmatic-seo,automation,pages,templates,scale,marketing',
|
|
413
|
+
domain_tags: 'marketing,seo,automation',
|
|
414
|
+
capability_summary: 'Build programmatic SEO pages at scale with templates and automated content generation',
|
|
415
|
+
trigger_patterns: 'when user needs programmatic SEO pages at scale or templated content generation',
|
|
416
|
+
},
|
|
417
|
+
'skill:referral-program': {
|
|
418
|
+
intent_tags: 'referral,viral,growth,program,incentive,share,marketing',
|
|
419
|
+
domain_tags: 'marketing,growth,referral',
|
|
420
|
+
capability_summary: 'Design referral programs with incentive structures viral mechanics and tracking',
|
|
421
|
+
trigger_patterns: 'when user needs to design referral programs or viral growth mechanics',
|
|
422
|
+
},
|
|
423
|
+
'skill:schema-markup': {
|
|
424
|
+
intent_tags: 'schema,structured-data,seo,markup,rich-snippets,json-ld,marketing',
|
|
425
|
+
domain_tags: 'marketing,seo,schema',
|
|
426
|
+
capability_summary: 'Implement schema markup and structured data for rich search snippets',
|
|
427
|
+
trigger_patterns: 'when user needs schema markup structured data or JSON-LD for SEO',
|
|
428
|
+
},
|
|
429
|
+
'skill:mktg-seo-audit': {
|
|
430
|
+
intent_tags: 'seo,audit,technical,analysis,crawl,marketing',
|
|
431
|
+
domain_tags: 'marketing,seo,audit',
|
|
432
|
+
capability_summary: 'Marketing-focused SEO audit with technical and content analysis',
|
|
433
|
+
trigger_patterns: 'when user needs a marketing-focused SEO audit or technical site analysis',
|
|
434
|
+
},
|
|
435
|
+
'skill:signup-flow-cro': {
|
|
436
|
+
intent_tags: 'signup,flow,cro,conversion,registration,onboarding,marketing',
|
|
437
|
+
domain_tags: 'marketing,cro,signup',
|
|
438
|
+
capability_summary: 'Optimize signup and registration flows for higher conversion rates',
|
|
439
|
+
trigger_patterns: 'when user needs to optimize signup flows registration pages or conversion funnels',
|
|
440
|
+
},
|
|
441
|
+
'skill:social-content': {
|
|
442
|
+
intent_tags: 'social,content,twitter,linkedin,posts,engagement,marketing',
|
|
443
|
+
domain_tags: 'marketing,social-media,content',
|
|
444
|
+
capability_summary: 'Create engaging social media content for Twitter LinkedIn and social platforms',
|
|
445
|
+
trigger_patterns: 'when user needs social media content posts or engagement strategies',
|
|
446
|
+
},
|
|
447
|
+
'skill:seo-audit': {
|
|
448
|
+
intent_tags: 'seo,audit,technical,analysis,crawl,performance,indexing',
|
|
449
|
+
domain_tags: 'seo,audit,web',
|
|
450
|
+
capability_summary: 'Comprehensive SEO audit with technical analysis crawl errors and performance checks',
|
|
451
|
+
trigger_patterns: 'when user needs a comprehensive SEO audit or technical site analysis',
|
|
452
|
+
},
|
|
453
|
+
'skill:seo-competitor-pages': {
|
|
454
|
+
intent_tags: 'seo,competitor,pages,analysis,serp,ranking,gap',
|
|
455
|
+
domain_tags: 'seo,competitive,analysis',
|
|
456
|
+
capability_summary: 'Analyze competitor pages for SEO strategy gaps and ranking opportunities',
|
|
457
|
+
trigger_patterns: 'when user needs SEO competitor page analysis or SERP gap identification',
|
|
458
|
+
},
|
|
459
|
+
'skill:seo-content': {
|
|
460
|
+
intent_tags: 'seo,content,optimization,keywords,writing,on-page,headings',
|
|
461
|
+
domain_tags: 'seo,content,writing',
|
|
462
|
+
capability_summary: 'Optimize content for SEO with keyword integration heading structure and readability',
|
|
463
|
+
trigger_patterns: 'when user needs to optimize content for SEO keywords or on-page factors',
|
|
464
|
+
},
|
|
465
|
+
'skill:seo-geo': {
|
|
466
|
+
intent_tags: 'seo,geo,local,location,regional,gmb,maps',
|
|
467
|
+
domain_tags: 'seo,local,geo',
|
|
468
|
+
capability_summary: 'Implement geo-targeted and local SEO strategies for regional visibility',
|
|
469
|
+
trigger_patterns: 'when user needs local SEO geo-targeting or regional search optimization',
|
|
470
|
+
},
|
|
471
|
+
'skill:seo-hreflang': {
|
|
472
|
+
intent_tags: 'seo,hreflang,international,multilingual,i18n,language,region',
|
|
473
|
+
domain_tags: 'seo,international,i18n',
|
|
474
|
+
capability_summary: 'Implement hreflang tags for international and multilingual SEO',
|
|
475
|
+
trigger_patterns: 'when user needs hreflang implementation international SEO or multilingual site setup',
|
|
476
|
+
},
|
|
477
|
+
'skill:seo-images': {
|
|
478
|
+
intent_tags: 'seo,images,optimization,alt-text,compression,webp,lazy-load',
|
|
479
|
+
domain_tags: 'seo,images,performance',
|
|
480
|
+
capability_summary: 'Optimize images for SEO with alt text compression formats and lazy loading',
|
|
481
|
+
trigger_patterns: 'when user needs image SEO optimization alt text or image compression strategies',
|
|
482
|
+
},
|
|
483
|
+
'skill:seo-page': {
|
|
484
|
+
intent_tags: 'seo,page,on-page,meta,title,description,optimization',
|
|
485
|
+
domain_tags: 'seo,on-page,meta',
|
|
486
|
+
capability_summary: 'On-page SEO optimization with meta tags title optimization and page structure',
|
|
487
|
+
trigger_patterns: 'when user needs on-page SEO meta tag optimization or page structure improvements',
|
|
488
|
+
},
|
|
489
|
+
'skill:seo-plan': {
|
|
490
|
+
intent_tags: 'seo,plan,strategy,roadmap,goals,timeline,priorities',
|
|
491
|
+
domain_tags: 'seo,strategy,planning',
|
|
492
|
+
capability_summary: 'Create SEO strategy plans with goals roadmap timelines and priority actions',
|
|
493
|
+
trigger_patterns: 'when user needs an SEO strategy plan roadmap or prioritized action items',
|
|
494
|
+
},
|
|
495
|
+
'skill:seo-programmatic': {
|
|
496
|
+
intent_tags: 'seo,programmatic,scale,templates,automation,dynamic,pages',
|
|
497
|
+
domain_tags: 'seo,programmatic,automation',
|
|
498
|
+
capability_summary: 'Build programmatic SEO with dynamic templates and automated page generation at scale',
|
|
499
|
+
trigger_patterns: 'when user needs programmatic SEO dynamic page generation or automated content at scale',
|
|
500
|
+
},
|
|
501
|
+
'skill:seo-schema': {
|
|
502
|
+
intent_tags: 'seo,schema,structured-data,json-ld,rich-snippets,markup',
|
|
503
|
+
domain_tags: 'seo,schema,structured-data',
|
|
504
|
+
capability_summary: 'Implement SEO schema markup with JSON-LD for rich snippets and search features',
|
|
505
|
+
trigger_patterns: 'when user needs SEO schema markup JSON-LD or structured data implementation',
|
|
506
|
+
},
|
|
507
|
+
'skill:seo-sitemap': {
|
|
508
|
+
intent_tags: 'seo,sitemap,xml,crawl,index,robots,submission',
|
|
509
|
+
domain_tags: 'seo,sitemap,technical',
|
|
510
|
+
capability_summary: 'Generate and optimize XML sitemaps for crawl efficiency and index coverage',
|
|
511
|
+
trigger_patterns: 'when user needs XML sitemap generation optimization or crawl management',
|
|
512
|
+
},
|
|
513
|
+
'skill:seo-technical': {
|
|
514
|
+
intent_tags: 'seo,technical,performance,core-web-vitals,speed,crawl,indexing',
|
|
515
|
+
domain_tags: 'seo,technical,performance',
|
|
516
|
+
capability_summary: 'Technical SEO audit covering core web vitals site speed crawlability and indexing',
|
|
517
|
+
trigger_patterns: 'when user needs technical SEO improvements core web vitals or site speed optimization',
|
|
518
|
+
},
|
|
519
|
+
'agent:seo-content-agent': {
|
|
520
|
+
intent_tags: 'seo,content,agent,writing,optimization,automated',
|
|
521
|
+
domain_tags: 'seo,content,agent',
|
|
522
|
+
capability_summary: 'Automated SEO content agent for writing and optimizing search-friendly content',
|
|
523
|
+
trigger_patterns: 'when user wants automated SEO content writing or optimization assistance',
|
|
524
|
+
},
|
|
525
|
+
'agent:seo-performance-agent': {
|
|
526
|
+
intent_tags: 'seo,performance,agent,speed,core-web-vitals,pagespeed',
|
|
527
|
+
domain_tags: 'seo,performance,agent',
|
|
528
|
+
capability_summary: 'SEO performance monitoring agent for core web vitals and page speed analysis',
|
|
529
|
+
trigger_patterns: 'when user needs automated SEO performance monitoring or speed optimization',
|
|
530
|
+
},
|
|
531
|
+
'agent:seo-schema-agent': {
|
|
532
|
+
intent_tags: 'seo,schema,agent,structured-data,automation,json-ld',
|
|
533
|
+
domain_tags: 'seo,schema,agent',
|
|
534
|
+
capability_summary: 'Automated schema markup agent for generating and validating structured data',
|
|
535
|
+
trigger_patterns: 'when user wants automated schema markup generation or structured data validation',
|
|
536
|
+
},
|
|
537
|
+
'agent:seo-sitemap-agent': {
|
|
538
|
+
intent_tags: 'seo,sitemap,agent,xml,automation,crawl',
|
|
539
|
+
domain_tags: 'seo,sitemap,agent',
|
|
540
|
+
capability_summary: 'Automated sitemap management agent for XML generation and submission',
|
|
541
|
+
trigger_patterns: 'when user wants automated sitemap generation management or submission',
|
|
542
|
+
},
|
|
543
|
+
'agent:seo-technical-agent': {
|
|
544
|
+
intent_tags: 'seo,technical,agent,audit,automation,crawl,indexing',
|
|
545
|
+
domain_tags: 'seo,technical,agent',
|
|
546
|
+
capability_summary: 'Automated technical SEO agent for crawl analysis indexing and site health monitoring',
|
|
547
|
+
trigger_patterns: 'when user wants automated technical SEO audits or site health monitoring',
|
|
548
|
+
},
|
|
549
|
+
'agent:seo-visual-agent': {
|
|
550
|
+
intent_tags: 'seo,visual,agent,images,design,alt-text,optimization',
|
|
551
|
+
domain_tags: 'seo,visual,agent',
|
|
552
|
+
capability_summary: 'SEO visual optimization agent for image alt text and visual content analysis',
|
|
553
|
+
trigger_patterns: 'when user wants automated image SEO optimization or visual content analysis',
|
|
554
|
+
},
|
|
555
|
+
'skill:humanizer': {
|
|
556
|
+
intent_tags: 'humanize,writing,ai-detection,tone,natural,rewrite,polish',
|
|
557
|
+
domain_tags: 'writing,editing,content',
|
|
558
|
+
capability_summary: 'Remove signs of AI-generated writing to make text sound natural and human',
|
|
559
|
+
trigger_patterns: 'when user wants to humanize AI-generated text or remove AI writing patterns',
|
|
560
|
+
},
|
|
561
|
+
'skill:claudeception': {
|
|
562
|
+
intent_tags: 'skill-extraction,learning,continuous,autonomous,meta,knowledge',
|
|
563
|
+
domain_tags: 'meta,learning,skills',
|
|
564
|
+
capability_summary: 'Autonomous skill extraction and continuous learning from Claude Code work sessions',
|
|
565
|
+
trigger_patterns: 'when user wants to extract reusable skills from work sessions or enable continuous learning',
|
|
566
|
+
},
|
|
567
|
+
'skill:anthropic-architect': {
|
|
568
|
+
intent_tags: 'anthropic,architecture,system-design,claude,patterns,best-practices',
|
|
569
|
+
domain_tags: 'anthropic,architecture,ai',
|
|
570
|
+
capability_summary: 'Architect Anthropic Claude-based systems with best practice patterns and design',
|
|
571
|
+
trigger_patterns: 'when user needs to architect systems using Anthropic Claude APIs or AI patterns',
|
|
572
|
+
},
|
|
573
|
+
'skill:anthropic-prompt-engineer': {
|
|
574
|
+
intent_tags: 'anthropic,prompt,engineering,claude,optimization,techniques',
|
|
575
|
+
domain_tags: 'anthropic,prompt,ai',
|
|
576
|
+
capability_summary: 'Expert Anthropic prompt engineering with optimization techniques for Claude',
|
|
577
|
+
trigger_patterns: 'when user needs prompt engineering for Anthropic Claude models',
|
|
578
|
+
},
|
|
579
|
+
'skill:apple-hig-designer': {
|
|
580
|
+
intent_tags: 'apple,hig,design,ios,macos,ui,human-interface,guidelines',
|
|
581
|
+
domain_tags: 'apple,design,ios,macos',
|
|
582
|
+
capability_summary: 'Design Apple HIG-compliant interfaces for iOS macOS and Apple platforms',
|
|
583
|
+
trigger_patterns: 'when user needs Apple Human Interface Guidelines compliant UI design',
|
|
584
|
+
},
|
|
585
|
+
'skill:book-illustrator': {
|
|
586
|
+
intent_tags: 'illustration,book,art,visual,creative,drawing,children',
|
|
587
|
+
domain_tags: 'illustration,art,creative',
|
|
588
|
+
capability_summary: 'Create book illustrations with visual storytelling and artistic direction',
|
|
589
|
+
trigger_patterns: 'when user needs book illustrations visual art or creative illustration direction',
|
|
590
|
+
},
|
|
591
|
+
'skill:content-brief-generator': {
|
|
592
|
+
intent_tags: 'content,brief,generator,writing,planning,outline,structure',
|
|
593
|
+
domain_tags: 'content,writing,planning',
|
|
594
|
+
capability_summary: 'Generate structured content briefs with outlines target audience and key messages',
|
|
595
|
+
trigger_patterns: 'when user needs content briefs writing outlines or structured content plans',
|
|
596
|
+
},
|
|
597
|
+
'skill:design-brief-generator': {
|
|
598
|
+
intent_tags: 'design,brief,generator,creative,project,requirements,visual',
|
|
599
|
+
domain_tags: 'design,creative,project',
|
|
600
|
+
capability_summary: 'Generate design briefs with creative requirements visual direction and project scope',
|
|
601
|
+
trigger_patterns: 'when user needs design briefs creative direction or project visual requirements',
|
|
602
|
+
},
|
|
603
|
+
'skill:engineer-expertise-extractor': {
|
|
604
|
+
intent_tags: 'expertise,extraction,knowledge,engineering,skills,assessment',
|
|
605
|
+
domain_tags: 'engineering,knowledge,assessment',
|
|
606
|
+
capability_summary: 'Extract and document engineering expertise knowledge and skill assessments',
|
|
607
|
+
trigger_patterns: 'when user needs to extract document or assess engineering expertise and knowledge',
|
|
608
|
+
},
|
|
609
|
+
'skill:engineer-skill-creator': {
|
|
610
|
+
intent_tags: 'skill,creator,engineering,development,custom,workflow',
|
|
611
|
+
domain_tags: 'engineering,skills,meta',
|
|
612
|
+
capability_summary: 'Create engineering-focused custom skills and development workflows',
|
|
613
|
+
trigger_patterns: 'when user wants to create engineering-focused custom skills or workflows',
|
|
614
|
+
},
|
|
615
|
+
'skill:frontend-designer': {
|
|
616
|
+
intent_tags: 'frontend,designer,ui,web,visual,layout,responsive',
|
|
617
|
+
domain_tags: 'frontend,design,web',
|
|
618
|
+
capability_summary: 'Frontend design with visual UI layout responsive design and web aesthetics',
|
|
619
|
+
trigger_patterns: 'when user needs frontend visual design responsive layouts or web UI aesthetics',
|
|
620
|
+
},
|
|
621
|
+
'skill:git-worktrees': {
|
|
622
|
+
intent_tags: 'git,worktree,branch,parallel,workflow,isolation',
|
|
623
|
+
domain_tags: 'git,workflow,development',
|
|
624
|
+
capability_summary: 'Git worktree workflows for parallel branch development and isolation',
|
|
625
|
+
trigger_patterns: 'when user needs git worktree setup for parallel development or branch isolation',
|
|
626
|
+
},
|
|
627
|
+
'skill:kids-book-writer': {
|
|
628
|
+
intent_tags: 'children,book,writing,story,creative,kids,illustration',
|
|
629
|
+
domain_tags: 'writing,children,creative',
|
|
630
|
+
capability_summary: 'Write children books with age-appropriate stories and illustration guidance',
|
|
631
|
+
trigger_patterns: 'when user wants to write children books or create kids story content',
|
|
632
|
+
},
|
|
633
|
+
'skill:leetcode-teacher': {
|
|
634
|
+
intent_tags: 'leetcode,algorithms,teaching,interview,coding,data-structures',
|
|
635
|
+
domain_tags: 'algorithms,education,interview',
|
|
636
|
+
capability_summary: 'Teach LeetCode problems with algorithm explanations and interview preparation',
|
|
637
|
+
trigger_patterns: 'when user needs help with LeetCode problems algorithm learning or coding interviews',
|
|
638
|
+
},
|
|
639
|
+
'skill:llm-router': {
|
|
640
|
+
intent_tags: 'llm,router,model,selection,orchestration,multi-model,dispatch',
|
|
641
|
+
domain_tags: 'ai,llm,orchestration',
|
|
642
|
+
capability_summary: 'Route LLM requests to optimal models based on task complexity and requirements',
|
|
643
|
+
trigger_patterns: 'when user needs LLM routing multi-model selection or request orchestration',
|
|
644
|
+
},
|
|
645
|
+
'skill:math-teacher': {
|
|
646
|
+
intent_tags: 'math,teaching,education,tutor,problems,algebra,calculus',
|
|
647
|
+
domain_tags: 'math,education,tutoring',
|
|
648
|
+
capability_summary: 'Teach mathematics with step-by-step explanations and practice problem guidance',
|
|
649
|
+
trigger_patterns: 'when user needs math tutoring explanations or practice problem help',
|
|
650
|
+
},
|
|
651
|
+
'skill:openai-prompt-engineer': {
|
|
652
|
+
intent_tags: 'openai,prompt,engineering,gpt,optimization,techniques',
|
|
653
|
+
domain_tags: 'openai,prompt,ai',
|
|
654
|
+
capability_summary: 'Expert OpenAI prompt engineering with GPT optimization techniques',
|
|
655
|
+
trigger_patterns: 'when user needs prompt engineering for OpenAI GPT models',
|
|
656
|
+
},
|
|
657
|
+
'skill:prd-generator': {
|
|
658
|
+
intent_tags: 'prd,product,requirements,document,spec,features,scope',
|
|
659
|
+
domain_tags: 'product,requirements,planning',
|
|
660
|
+
capability_summary: 'Generate product requirements documents with features scope and specifications',
|
|
661
|
+
trigger_patterns: 'when user needs to create PRDs product requirements documents or feature specifications',
|
|
662
|
+
},
|
|
663
|
+
'skill:qa-test-planner': {
|
|
664
|
+
intent_tags: 'qa,test,planner,quality,testing,strategy,coverage',
|
|
665
|
+
domain_tags: 'qa,testing,planning',
|
|
666
|
+
capability_summary: 'Plan QA test strategies with coverage mapping test cases and quality assurance',
|
|
667
|
+
trigger_patterns: 'when user needs QA test planning test strategy or test coverage mapping',
|
|
668
|
+
},
|
|
669
|
+
'skill:query-expert': {
|
|
670
|
+
intent_tags: 'query,sql,database,optimization,expert,performance,tuning',
|
|
671
|
+
domain_tags: 'sql,database,query',
|
|
672
|
+
capability_summary: 'Expert SQL query writing optimization and database performance tuning',
|
|
673
|
+
trigger_patterns: 'when user needs expert SQL query writing or database query optimization',
|
|
674
|
+
},
|
|
675
|
+
'skill:reading-teacher': {
|
|
676
|
+
intent_tags: 'reading,teaching,education,literacy,comprehension,phonics',
|
|
677
|
+
domain_tags: 'education,reading,literacy',
|
|
678
|
+
capability_summary: 'Teach reading skills with comprehension strategies and literacy development',
|
|
679
|
+
trigger_patterns: 'when user needs reading instruction literacy development or comprehension strategies',
|
|
680
|
+
},
|
|
681
|
+
'skill:releasing-macos-apps': {
|
|
682
|
+
intent_tags: 'macos,release,app-store,distribution,apple,notarize,signing',
|
|
683
|
+
domain_tags: 'macos,release,apple',
|
|
684
|
+
capability_summary: 'Guide macOS app release with App Store submission notarization and distribution',
|
|
685
|
+
trigger_patterns: 'when user needs to release a macOS app to the App Store or handle code signing',
|
|
686
|
+
},
|
|
687
|
+
'skill:swift-concurrency': {
|
|
688
|
+
intent_tags: 'swift,concurrency,async,await,actor,structured,task',
|
|
689
|
+
domain_tags: 'swift,ios,concurrency',
|
|
690
|
+
capability_summary: 'Swift concurrency with async/await actors structured concurrency and task groups',
|
|
691
|
+
trigger_patterns: 'when user needs Swift concurrency patterns async/await or actor-based design',
|
|
692
|
+
},
|
|
693
|
+
'skill:swiftui-animation': {
|
|
694
|
+
intent_tags: 'swiftui,animation,ios,motion,transition,effect,visual',
|
|
695
|
+
domain_tags: 'swiftui,ios,animation',
|
|
696
|
+
capability_summary: 'Create SwiftUI animations with transitions motion effects and visual polish',
|
|
697
|
+
trigger_patterns: 'when user needs SwiftUI animations transitions or motion design for iOS apps',
|
|
698
|
+
},
|
|
699
|
+
'skill:technical-launch-planner': {
|
|
700
|
+
intent_tags: 'launch,technical,planner,deployment,release,checklist,rollout',
|
|
701
|
+
domain_tags: 'deployment,planning,release',
|
|
702
|
+
capability_summary: 'Plan technical product launches with deployment checklists and rollout strategy',
|
|
703
|
+
trigger_patterns: 'when user needs technical launch planning deployment checklists or release management',
|
|
704
|
+
},
|
|
705
|
+
'skill:trading-plan-generator': {
|
|
706
|
+
intent_tags: 'trading,plan,finance,strategy,markets,risk,portfolio',
|
|
707
|
+
domain_tags: 'finance,trading,markets',
|
|
708
|
+
capability_summary: 'Generate trading plans with strategy risk management and portfolio analysis',
|
|
709
|
+
trigger_patterns: 'when user needs trading plans investment strategies or portfolio analysis',
|
|
710
|
+
},
|
|
711
|
+
'agent:accessibility-compliance': {
|
|
712
|
+
intent_tags: 'accessibility,a11y,compliance,wcag,aria,screen-reader,inclusive',
|
|
713
|
+
domain_tags: 'accessibility,web,compliance',
|
|
714
|
+
capability_summary: 'Accessibility compliance agent for WCAG auditing ARIA implementation and a11y testing',
|
|
715
|
+
trigger_patterns: 'when user needs accessibility auditing WCAG compliance or ARIA implementation',
|
|
716
|
+
},
|
|
717
|
+
'agent:agent-orchestration': {
|
|
718
|
+
intent_tags: 'agent,orchestration,multi-agent,workflow,coordination,pipeline',
|
|
719
|
+
domain_tags: 'agents,orchestration,automation',
|
|
720
|
+
capability_summary: 'Multi-agent orchestration with workflow coordination and pipeline management',
|
|
721
|
+
trigger_patterns: 'when user needs multi-agent orchestration workflow coordination or agent pipelines',
|
|
722
|
+
},
|
|
723
|
+
'agent:agent-teams': {
|
|
724
|
+
intent_tags: 'agent,teams,collaboration,multi-agent,roles,delegation',
|
|
725
|
+
domain_tags: 'agents,teams,collaboration',
|
|
726
|
+
capability_summary: 'Agent team management with role delegation and collaborative task execution',
|
|
727
|
+
trigger_patterns: 'when user needs agent team collaboration role-based delegation or multi-agent teamwork',
|
|
728
|
+
},
|
|
729
|
+
'agent:api-testing-observability': {
|
|
730
|
+
intent_tags: 'api,testing,observability,monitoring,tracing,health-check',
|
|
731
|
+
domain_tags: 'api,testing,observability',
|
|
732
|
+
capability_summary: 'API testing and observability with health checks tracing and monitoring dashboards',
|
|
733
|
+
trigger_patterns: 'when user needs API testing observability setup or endpoint monitoring',
|
|
734
|
+
},
|
|
735
|
+
'agent:arm-cortex-microcontrollers': {
|
|
736
|
+
intent_tags: 'arm,cortex,embedded,microcontroller,firmware,iot,rtos',
|
|
737
|
+
domain_tags: 'embedded,arm,firmware',
|
|
738
|
+
capability_summary: 'ARM Cortex microcontroller development with firmware RTOS and embedded programming',
|
|
739
|
+
trigger_patterns: 'when user needs ARM Cortex microcontroller firmware or embedded systems development',
|
|
740
|
+
},
|
|
741
|
+
'agent:backend-api-security': {
|
|
742
|
+
intent_tags: 'backend,api,security,auth,owasp,jwt,rate-limit',
|
|
743
|
+
domain_tags: 'security,backend,api',
|
|
744
|
+
capability_summary: 'Backend API security with authentication rate limiting and OWASP protection',
|
|
745
|
+
trigger_patterns: 'when user needs API security authentication setup or backend security hardening',
|
|
746
|
+
},
|
|
747
|
+
'agent:backend-development': {
|
|
748
|
+
intent_tags: 'backend,development,server,api,node,express,architecture',
|
|
749
|
+
domain_tags: 'backend,server,api',
|
|
750
|
+
capability_summary: 'Backend development agent for server-side API architecture and implementation',
|
|
751
|
+
trigger_patterns: 'when user needs backend server development API architecture or server-side coding',
|
|
752
|
+
},
|
|
753
|
+
'agent:blockchain-web3': {
|
|
754
|
+
intent_tags: 'blockchain,web3,smart-contract,solidity,ethereum,defi,nft',
|
|
755
|
+
domain_tags: 'blockchain,web3,ethereum',
|
|
756
|
+
capability_summary: 'Blockchain and Web3 development with smart contracts Solidity and DeFi patterns',
|
|
757
|
+
trigger_patterns: 'when user needs blockchain development smart contracts Web3 or Solidity programming',
|
|
758
|
+
},
|
|
759
|
+
'agent:business-analytics': {
|
|
760
|
+
intent_tags: 'business,analytics,data,dashboard,kpi,reporting,metrics',
|
|
761
|
+
domain_tags: 'business,analytics,data',
|
|
762
|
+
capability_summary: 'Business analytics with KPI dashboards reporting and data-driven insights',
|
|
763
|
+
trigger_patterns: 'when user needs business analytics KPI dashboards or data reporting setup',
|
|
764
|
+
},
|
|
765
|
+
'agent:c4-architecture': {
|
|
766
|
+
intent_tags: 'c4,architecture,diagram,system-design,modeling,context,container',
|
|
767
|
+
domain_tags: 'architecture,c4,design',
|
|
768
|
+
capability_summary: 'C4 architecture modeling with context container component and code diagrams',
|
|
769
|
+
trigger_patterns: 'when user needs C4 architecture diagrams system modeling or design documentation',
|
|
770
|
+
},
|
|
771
|
+
'agent:codebase-cleanup': {
|
|
772
|
+
intent_tags: 'cleanup,codebase,dead-code,lint,hygiene,unused,technical-debt',
|
|
773
|
+
domain_tags: 'quality,cleanup,maintenance',
|
|
774
|
+
capability_summary: 'Codebase cleanup agent for removing dead code fixing lint issues and reducing tech debt',
|
|
775
|
+
trigger_patterns: 'when user needs codebase cleanup dead code removal or technical debt reduction',
|
|
776
|
+
},
|
|
777
|
+
'agent:comprehensive-review': {
|
|
778
|
+
intent_tags: 'review,comprehensive,audit,quality,deep,thorough,analysis',
|
|
779
|
+
domain_tags: 'quality,review,audit',
|
|
780
|
+
capability_summary: 'Comprehensive code and project review with deep quality and architecture analysis',
|
|
781
|
+
trigger_patterns: 'when user needs a thorough comprehensive code review or project quality audit',
|
|
782
|
+
},
|
|
783
|
+
'agent:conductor': {
|
|
784
|
+
intent_tags: 'conductor,orchestrator,workflow,pipeline,automation,dispatch',
|
|
785
|
+
domain_tags: 'orchestration,workflow,automation',
|
|
786
|
+
capability_summary: 'Conductor agent for orchestrating complex multi-step workflows and pipelines',
|
|
787
|
+
trigger_patterns: 'when user needs workflow orchestration pipeline management or task conductor setup',
|
|
788
|
+
},
|
|
789
|
+
'agent:content-marketing': {
|
|
790
|
+
intent_tags: 'content,marketing,strategy,blog,seo,editorial,publishing',
|
|
791
|
+
domain_tags: 'marketing,content,strategy',
|
|
792
|
+
capability_summary: 'Content marketing agent for blog strategy editorial planning and SEO content',
|
|
793
|
+
trigger_patterns: 'when user needs content marketing strategy blog planning or SEO-driven content',
|
|
794
|
+
},
|
|
795
|
+
'agent:context-management': {
|
|
796
|
+
intent_tags: 'context,management,memory,state,session,persistence,window',
|
|
797
|
+
domain_tags: 'context,memory,management',
|
|
798
|
+
capability_summary: 'Context and memory management for maintaining state across agent sessions',
|
|
799
|
+
trigger_patterns: 'when user needs context management memory persistence or session state handling',
|
|
800
|
+
},
|
|
801
|
+
'agent:customer-sales-automation': {
|
|
802
|
+
intent_tags: 'customer,sales,automation,crm,pipeline,lead,outreach',
|
|
803
|
+
domain_tags: 'sales,crm,automation',
|
|
804
|
+
capability_summary: 'Customer sales automation with CRM pipeline management and lead nurturing',
|
|
805
|
+
trigger_patterns: 'when user needs sales automation CRM pipeline setup or customer outreach workflows',
|
|
806
|
+
},
|
|
807
|
+
'agent:data-engineering': {
|
|
808
|
+
intent_tags: 'data,engineering,pipeline,etl,warehouse,transform,ingest',
|
|
809
|
+
domain_tags: 'data,engineering,pipeline',
|
|
810
|
+
capability_summary: 'Data engineering with ETL pipelines data warehouse design and transformation',
|
|
811
|
+
trigger_patterns: 'when user needs data engineering ETL pipelines or data warehouse architecture',
|
|
812
|
+
},
|
|
813
|
+
'agent:data-validation-suite': {
|
|
814
|
+
intent_tags: 'data,validation,quality,schema,integrity,checks,rules',
|
|
815
|
+
domain_tags: 'data,validation,quality',
|
|
816
|
+
capability_summary: 'Data validation suite with schema checks integrity rules and quality assurance',
|
|
817
|
+
trigger_patterns: 'when user needs data validation schema checks or data quality assurance',
|
|
818
|
+
},
|
|
819
|
+
'agent:database-cloud-optimization': {
|
|
820
|
+
intent_tags: 'database,cloud,optimization,scaling,cost,performance,tuning',
|
|
821
|
+
domain_tags: 'database,cloud,optimization',
|
|
822
|
+
capability_summary: 'Cloud database optimization with scaling strategies cost reduction and performance tuning',
|
|
823
|
+
trigger_patterns: 'when user needs cloud database optimization scaling or cost reduction strategies',
|
|
824
|
+
},
|
|
825
|
+
'agent:deployment-strategies': {
|
|
826
|
+
intent_tags: 'deployment,strategies,blue-green,canary,rollout,zero-downtime',
|
|
827
|
+
domain_tags: 'deployment,devops,strategies',
|
|
828
|
+
capability_summary: 'Deployment strategy planning with blue-green canary and zero-downtime rollout patterns',
|
|
829
|
+
trigger_patterns: 'when user needs deployment strategies blue-green canary or zero-downtime rollout planning',
|
|
830
|
+
},
|
|
831
|
+
'agent:deployment-validation': {
|
|
832
|
+
intent_tags: 'deployment,validation,smoke-test,health,verify,post-deploy',
|
|
833
|
+
domain_tags: 'deployment,validation,devops',
|
|
834
|
+
capability_summary: 'Post-deployment validation with smoke tests health checks and verification',
|
|
835
|
+
trigger_patterns: 'when user needs deployment validation smoke testing or post-deploy health checks',
|
|
836
|
+
},
|
|
837
|
+
'agent:developer-essentials': {
|
|
838
|
+
intent_tags: 'developer,essentials,tools,productivity,workflow,setup,config',
|
|
839
|
+
domain_tags: 'development,tools,productivity',
|
|
840
|
+
capability_summary: 'Developer essentials toolkit for productivity tools workflow setup and configuration',
|
|
841
|
+
trigger_patterns: 'when user needs developer productivity tools workflow optimization or environment setup',
|
|
842
|
+
},
|
|
843
|
+
'agent:distributed-debugging': {
|
|
844
|
+
intent_tags: 'distributed,debugging,microservices,tracing,logs,correlation',
|
|
845
|
+
domain_tags: 'debugging,distributed,microservices',
|
|
846
|
+
capability_summary: 'Distributed system debugging with trace correlation log analysis and microservice diagnosis',
|
|
847
|
+
trigger_patterns: 'when user needs distributed debugging microservice tracing or cross-service log analysis',
|
|
848
|
+
},
|
|
849
|
+
'agent:documentation-generation': {
|
|
850
|
+
intent_tags: 'documentation,generation,auto-doc,api-docs,readme,javadoc',
|
|
851
|
+
domain_tags: 'documentation,generation,automation',
|
|
852
|
+
capability_summary: 'Automated documentation generation for APIs READMEs and code documentation',
|
|
853
|
+
trigger_patterns: 'when user needs automated documentation generation API docs or README creation',
|
|
854
|
+
},
|
|
855
|
+
'agent:dotnet-contribution': {
|
|
856
|
+
intent_tags: 'dotnet,csharp,contribution,aspnet,nuget,entity-framework',
|
|
857
|
+
domain_tags: 'dotnet,csharp,aspnet',
|
|
858
|
+
capability_summary: '.NET and C# development agent for ASP.NET Entity Framework and NuGet workflows',
|
|
859
|
+
trigger_patterns: 'when user is working on .NET C# ASP.NET or Entity Framework projects',
|
|
860
|
+
},
|
|
861
|
+
'agent:error-diagnostics': {
|
|
862
|
+
intent_tags: 'error,diagnostics,analysis,root-cause,triage,classification',
|
|
863
|
+
domain_tags: 'debugging,diagnostics,error',
|
|
864
|
+
capability_summary: 'Error diagnostics agent for root cause analysis triage and error classification',
|
|
865
|
+
trigger_patterns: 'when user needs error diagnostics root cause analysis or automated error triage',
|
|
866
|
+
},
|
|
867
|
+
'agent:framework-migration': {
|
|
868
|
+
intent_tags: 'framework,migration,upgrade,transition,compatibility,breaking-changes',
|
|
869
|
+
domain_tags: 'migration,framework,upgrade',
|
|
870
|
+
capability_summary: 'Framework migration agent for version upgrades breaking change resolution and transitions',
|
|
871
|
+
trigger_patterns: 'when user needs to migrate frameworks upgrade versions or resolve breaking changes',
|
|
872
|
+
},
|
|
873
|
+
'agent:frontend-mobile-development': {
|
|
874
|
+
intent_tags: 'frontend,mobile,react-native,flutter,responsive,cross-platform',
|
|
875
|
+
domain_tags: 'frontend,mobile,cross-platform',
|
|
876
|
+
capability_summary: 'Frontend and mobile development with React Native Flutter and cross-platform patterns',
|
|
877
|
+
trigger_patterns: 'when user needs mobile app development React Native Flutter or cross-platform frontend',
|
|
878
|
+
},
|
|
879
|
+
'agent:frontend-mobile-security': {
|
|
880
|
+
intent_tags: 'frontend,mobile,security,xss,csp,csrf,sanitization',
|
|
881
|
+
domain_tags: 'security,frontend,mobile',
|
|
882
|
+
capability_summary: 'Frontend and mobile security with XSS prevention CSP configuration and CSRF protection',
|
|
883
|
+
trigger_patterns: 'when user needs frontend security XSS prevention or mobile app security hardening',
|
|
884
|
+
},
|
|
885
|
+
'agent:full-stack-orchestration': {
|
|
886
|
+
intent_tags: 'fullstack,orchestration,frontend,backend,integration,end-to-end',
|
|
887
|
+
domain_tags: 'fullstack,orchestration,integration',
|
|
888
|
+
capability_summary: 'Full-stack orchestration agent for coordinating frontend backend and integration layers',
|
|
889
|
+
trigger_patterns: 'when user needs full-stack orchestration end-to-end integration or frontend-backend coordination',
|
|
890
|
+
},
|
|
891
|
+
'agent:functional-programming': {
|
|
892
|
+
intent_tags: 'functional,programming,fp,immutable,pure,monad,composition',
|
|
893
|
+
domain_tags: 'functional,programming,patterns',
|
|
894
|
+
capability_summary: 'Functional programming patterns with immutability composition and pure function design',
|
|
895
|
+
trigger_patterns: 'when user needs functional programming patterns monads or immutable design help',
|
|
896
|
+
},
|
|
897
|
+
'agent:game-development': {
|
|
898
|
+
intent_tags: 'game,development,unity,godot,gamedev,engine,mechanics',
|
|
899
|
+
domain_tags: 'game,development,engine',
|
|
900
|
+
capability_summary: 'Game development agent for Unity Godot game mechanics and interactive systems',
|
|
901
|
+
trigger_patterns: 'when user needs game development help with Unity Godot or game mechanics design',
|
|
902
|
+
},
|
|
903
|
+
'agent:hr-legal-compliance': {
|
|
904
|
+
intent_tags: 'hr,legal,compliance,policy,gdpr,privacy,regulation',
|
|
905
|
+
domain_tags: 'legal,compliance,hr',
|
|
906
|
+
capability_summary: 'HR and legal compliance agent for policy generation GDPR and regulatory requirements',
|
|
907
|
+
trigger_patterns: 'when user needs HR legal compliance policy generation or GDPR regulatory guidance',
|
|
908
|
+
},
|
|
909
|
+
'agent:incident-response': {
|
|
910
|
+
intent_tags: 'incident,response,sre,postmortem,alert,escalation,runbook',
|
|
911
|
+
domain_tags: 'sre,incident,devops',
|
|
912
|
+
capability_summary: 'Incident response agent with runbook execution escalation and postmortem analysis',
|
|
913
|
+
trigger_patterns: 'when user needs incident response runbooks escalation workflows or postmortem analysis',
|
|
914
|
+
},
|
|
915
|
+
'agent:julia-development': {
|
|
916
|
+
intent_tags: 'julia,scientific,computing,numerical,data,performance,math',
|
|
917
|
+
domain_tags: 'julia,scientific,computing',
|
|
918
|
+
capability_summary: 'Julia development agent for scientific computing numerical analysis and data processing',
|
|
919
|
+
trigger_patterns: 'when user is working on Julia projects scientific computing or numerical programming',
|
|
920
|
+
},
|
|
921
|
+
'agent:jvm-languages': {
|
|
922
|
+
intent_tags: 'jvm,java,kotlin,scala,gradle,maven,spring',
|
|
923
|
+
domain_tags: 'jvm,java,kotlin',
|
|
924
|
+
capability_summary: 'JVM language development agent for Java Kotlin Scala with Spring and Gradle',
|
|
925
|
+
trigger_patterns: 'when user is working on JVM projects Java Kotlin Scala or Spring applications',
|
|
926
|
+
},
|
|
927
|
+
'agent:kubernetes-operations': {
|
|
928
|
+
intent_tags: 'kubernetes,k8s,devops,container,helm,deploy,cluster',
|
|
929
|
+
domain_tags: 'kubernetes,devops,container',
|
|
930
|
+
capability_summary: 'Kubernetes operations agent for cluster management Helm deployments and container orchestration',
|
|
931
|
+
trigger_patterns: 'when user needs Kubernetes cluster management Helm charts or container orchestration',
|
|
932
|
+
},
|
|
933
|
+
'agent:llm-application-dev': {
|
|
934
|
+
intent_tags: 'llm,application,ai,rag,agent,prompt,chain',
|
|
935
|
+
domain_tags: 'ai,llm,application',
|
|
936
|
+
capability_summary: 'LLM application development with RAG agent design and prompt engineering',
|
|
937
|
+
trigger_patterns: 'when user needs to build LLM applications RAG systems or AI agent architectures',
|
|
938
|
+
},
|
|
939
|
+
'agent:machine-learning-ops': {
|
|
940
|
+
intent_tags: 'mlops,ml,training,deployment,pipeline,model,inference',
|
|
941
|
+
domain_tags: 'ml,mlops,data-science',
|
|
942
|
+
capability_summary: 'MLOps agent for model training deployment pipelines and ML infrastructure',
|
|
943
|
+
trigger_patterns: 'when user needs MLOps model training pipelines or ML deployment infrastructure',
|
|
944
|
+
},
|
|
945
|
+
'agent:multi-platform-apps': {
|
|
946
|
+
intent_tags: 'multi-platform,cross-platform,desktop,mobile,web,electron,tauri',
|
|
947
|
+
domain_tags: 'cross-platform,desktop,mobile',
|
|
948
|
+
capability_summary: 'Multi-platform app development with Electron Tauri and cross-platform frameworks',
|
|
949
|
+
trigger_patterns: 'when user needs multi-platform app development Electron Tauri or cross-platform solutions',
|
|
950
|
+
},
|
|
951
|
+
'agent:observability-monitoring': {
|
|
952
|
+
intent_tags: 'observability,monitoring,logging,metrics,tracing,grafana,prometheus',
|
|
953
|
+
domain_tags: 'observability,monitoring,devops',
|
|
954
|
+
capability_summary: 'Observability stack setup with logging metrics tracing Grafana and Prometheus',
|
|
955
|
+
trigger_patterns: 'when user needs observability monitoring setup Grafana dashboards or logging infrastructure',
|
|
956
|
+
},
|
|
957
|
+
'agent:payment-processing': {
|
|
958
|
+
intent_tags: 'payment,processing,stripe,billing,checkout,subscription,webhook',
|
|
959
|
+
domain_tags: 'payment,billing,ecommerce',
|
|
960
|
+
capability_summary: 'Payment processing integration with Stripe billing subscriptions and checkout flows',
|
|
961
|
+
trigger_patterns: 'when user needs payment processing Stripe integration or billing system setup',
|
|
962
|
+
},
|
|
963
|
+
'agent:performance-testing-review': {
|
|
964
|
+
intent_tags: 'performance,testing,load,benchmark,stress,k6,artillery',
|
|
965
|
+
domain_tags: 'performance,testing,benchmark',
|
|
966
|
+
capability_summary: 'Performance testing with load benchmarking stress testing and bottleneck analysis',
|
|
967
|
+
trigger_patterns: 'when user needs performance testing load testing or benchmark analysis',
|
|
968
|
+
},
|
|
969
|
+
'agent:quantitative-trading': {
|
|
970
|
+
intent_tags: 'quant,trading,finance,algorithm,backtest,strategy,market',
|
|
971
|
+
domain_tags: 'finance,trading,quantitative',
|
|
972
|
+
capability_summary: 'Quantitative trading agent for algorithmic strategies backtesting and market analysis',
|
|
973
|
+
trigger_patterns: 'when user needs quantitative trading algorithms backtesting or market analysis tools',
|
|
974
|
+
},
|
|
975
|
+
'agent:reverse-engineering': {
|
|
976
|
+
intent_tags: 'reverse-engineering,binary,decompile,analysis,disassembly,forensics',
|
|
977
|
+
domain_tags: 'security,reverse-engineering,analysis',
|
|
978
|
+
capability_summary: 'Reverse engineering agent for binary analysis decompilation and forensic investigation',
|
|
979
|
+
trigger_patterns: 'when user needs reverse engineering binary analysis or decompilation assistance',
|
|
980
|
+
},
|
|
981
|
+
'agent:security-compliance': {
|
|
982
|
+
intent_tags: 'security,compliance,soc2,iso,policy,audit,governance',
|
|
983
|
+
domain_tags: 'security,compliance,governance',
|
|
984
|
+
capability_summary: 'Security compliance agent for SOC2 ISO auditing and governance policy creation',
|
|
985
|
+
trigger_patterns: 'when user needs security compliance SOC2 ISO auditing or governance policies',
|
|
986
|
+
},
|
|
987
|
+
'agent:seo-analysis-monitoring': {
|
|
988
|
+
intent_tags: 'seo,analysis,monitoring,ranking,tracking,serp,keywords',
|
|
989
|
+
domain_tags: 'seo,analysis,monitoring',
|
|
990
|
+
capability_summary: 'SEO analysis and monitoring agent for ranking tracking SERP analysis and keyword monitoring',
|
|
991
|
+
trigger_patterns: 'when user needs SEO ranking monitoring SERP analysis or keyword tracking',
|
|
992
|
+
},
|
|
993
|
+
'agent:seo-content-creation': {
|
|
994
|
+
intent_tags: 'seo,content,creation,writing,keywords,optimization,blog',
|
|
995
|
+
domain_tags: 'seo,content,writing',
|
|
996
|
+
capability_summary: 'SEO content creation agent for keyword-optimized articles and blog writing',
|
|
997
|
+
trigger_patterns: 'when user needs SEO-optimized content creation keyword articles or blog writing',
|
|
998
|
+
},
|
|
999
|
+
'agent:seo-technical-optimization': {
|
|
1000
|
+
intent_tags: 'seo,technical,optimization,speed,crawl,indexing,performance',
|
|
1001
|
+
domain_tags: 'seo,technical,optimization',
|
|
1002
|
+
capability_summary: 'Technical SEO optimization agent for site speed crawl efficiency and indexing',
|
|
1003
|
+
trigger_patterns: 'when user needs technical SEO optimization site speed or crawl improvements',
|
|
1004
|
+
},
|
|
1005
|
+
'agent:shell-scripting': {
|
|
1006
|
+
intent_tags: 'shell,scripting,bash,zsh,automation,cli,devops',
|
|
1007
|
+
domain_tags: 'shell,scripting,automation',
|
|
1008
|
+
capability_summary: 'Shell scripting agent for bash/zsh automation CLI tools and system administration',
|
|
1009
|
+
trigger_patterns: 'when user needs shell scripts bash automation or CLI tool development',
|
|
1010
|
+
},
|
|
1011
|
+
'agent:startup-business-analyst': {
|
|
1012
|
+
intent_tags: 'startup,business,analysis,strategy,market,competitive,research',
|
|
1013
|
+
domain_tags: 'business,startup,analysis',
|
|
1014
|
+
capability_summary: 'Startup business analysis with market research competitive strategy and growth planning',
|
|
1015
|
+
trigger_patterns: 'when user needs startup business analysis market research or competitive strategy',
|
|
1016
|
+
},
|
|
1017
|
+
'agent:systems-programming': {
|
|
1018
|
+
intent_tags: 'systems,programming,rust,c,low-level,memory,performance',
|
|
1019
|
+
domain_tags: 'systems,programming,rust,c',
|
|
1020
|
+
capability_summary: 'Systems programming agent for Rust C low-level memory management and performance',
|
|
1021
|
+
trigger_patterns: 'when user needs systems programming Rust C low-level coding or memory management',
|
|
1022
|
+
},
|
|
1023
|
+
'agent:team-collaboration': {
|
|
1024
|
+
intent_tags: 'team,collaboration,workflow,communication,project,standup,sprint',
|
|
1025
|
+
domain_tags: 'team,collaboration,project',
|
|
1026
|
+
capability_summary: 'Team collaboration agent for project workflows standups and communication optimization',
|
|
1027
|
+
trigger_patterns: 'when user needs team collaboration workflow optimization or project management setup',
|
|
1028
|
+
},
|
|
1029
|
+
'agent:web-scripting': {
|
|
1030
|
+
intent_tags: 'web,scripting,scraping,automation,crawl,extract,parse',
|
|
1031
|
+
domain_tags: 'web,scripting,automation',
|
|
1032
|
+
capability_summary: 'Web scripting agent for scraping data extraction and web automation tasks',
|
|
1033
|
+
trigger_patterns: 'when user needs web scraping data extraction or web automation scripting',
|
|
1034
|
+
},
|
|
1035
|
+
'skill:audit-website': {
|
|
1036
|
+
intent_tags: 'audit,website,accessibility,performance,seo,security,quality',
|
|
1037
|
+
domain_tags: 'audit,web,quality',
|
|
1038
|
+
capability_summary: 'Comprehensive website audit covering accessibility performance SEO and security',
|
|
1039
|
+
trigger_patterns: 'when user needs a comprehensive website audit covering accessibility performance and SEO',
|
|
1040
|
+
},
|
|
1041
|
+
'agent:academic-researcher': {
|
|
1042
|
+
intent_tags: 'academic,research,paper,literature,citation,review,scholar',
|
|
1043
|
+
domain_tags: 'research,academic,paper',
|
|
1044
|
+
capability_summary: 'Academic research agent for literature review paper analysis and citation management',
|
|
1045
|
+
trigger_patterns: 'when user needs academic research literature review or paper analysis assistance',
|
|
1046
|
+
},
|
|
1047
|
+
'agent:code-reviewer': {
|
|
1048
|
+
intent_tags: 'code,reviewer,quality,bugs,analysis,patterns,best-practices',
|
|
1049
|
+
domain_tags: 'quality,review,code',
|
|
1050
|
+
capability_summary: 'Code review agent for bug detection quality analysis and best practice enforcement',
|
|
1051
|
+
trigger_patterns: 'when user needs automated code review bug detection or quality analysis',
|
|
1052
|
+
},
|
|
1053
|
+
'agent:content-creator': {
|
|
1054
|
+
intent_tags: 'content,creator,writing,generate,creative,article,blog',
|
|
1055
|
+
domain_tags: 'content,writing,creative',
|
|
1056
|
+
capability_summary: 'Content creation agent for articles blog posts and creative writing generation',
|
|
1057
|
+
trigger_patterns: 'when user needs content creation article writing or creative content generation',
|
|
1058
|
+
},
|
|
1059
|
+
'agent:data-analyst': {
|
|
1060
|
+
intent_tags: 'data,analyst,analysis,visualization,statistics,charts,insights',
|
|
1061
|
+
domain_tags: 'data,analysis,visualization',
|
|
1062
|
+
capability_summary: 'Data analysis agent with statistical analysis visualization and insight generation',
|
|
1063
|
+
trigger_patterns: 'when user needs data analysis statistical processing or data visualization',
|
|
1064
|
+
},
|
|
1065
|
+
'agent:debugger': {
|
|
1066
|
+
intent_tags: 'debugger,bug,fix,error,diagnosis,trace,root-cause',
|
|
1067
|
+
domain_tags: 'debugging,error,fix',
|
|
1068
|
+
capability_summary: 'Debugging agent for automated bug diagnosis error tracing and fix suggestions',
|
|
1069
|
+
trigger_patterns: 'when user needs automated debugging bug diagnosis or error tracing',
|
|
1070
|
+
},
|
|
1071
|
+
'agent:decision-helper': {
|
|
1072
|
+
intent_tags: 'decision,helper,analysis,pros-cons,evaluate,compare,trade-off',
|
|
1073
|
+
domain_tags: 'decision,analysis,evaluation',
|
|
1074
|
+
capability_summary: 'Decision analysis helper with pros/cons evaluation trade-off comparison and recommendations',
|
|
1075
|
+
trigger_patterns: 'when user needs help making decisions evaluating options or comparing trade-offs',
|
|
1076
|
+
},
|
|
1077
|
+
'agent:deep-research': {
|
|
1078
|
+
intent_tags: 'research,deep,investigation,analysis,comprehensive,web,synthesis',
|
|
1079
|
+
domain_tags: 'research,investigation,analysis',
|
|
1080
|
+
capability_summary: 'Deep research agent for comprehensive investigation web analysis and synthesis',
|
|
1081
|
+
trigger_patterns: 'when user needs deep research comprehensive investigation or thorough analysis',
|
|
1082
|
+
},
|
|
1083
|
+
'agent:editor': {
|
|
1084
|
+
intent_tags: 'editor,writing,proofread,grammar,style,clarity,tone',
|
|
1085
|
+
domain_tags: 'writing,editing,quality',
|
|
1086
|
+
capability_summary: 'Writing editor agent for proofreading grammar correction style and clarity improvement',
|
|
1087
|
+
trigger_patterns: 'when user needs writing editing proofreading or grammar correction',
|
|
1088
|
+
},
|
|
1089
|
+
'agent:email-drafter': {
|
|
1090
|
+
intent_tags: 'email,drafter,writing,professional,communication,template,reply',
|
|
1091
|
+
domain_tags: 'email,writing,communication',
|
|
1092
|
+
capability_summary: 'Email drafting agent for professional communication templates and reply composition',
|
|
1093
|
+
trigger_patterns: 'when user needs email drafting professional communication or email template creation',
|
|
1094
|
+
},
|
|
1095
|
+
'agent:fact-checker': {
|
|
1096
|
+
intent_tags: 'fact-check,verify,accuracy,claims,source,evidence,truth',
|
|
1097
|
+
domain_tags: 'fact-check,verification,accuracy',
|
|
1098
|
+
capability_summary: 'Fact-checking agent for verifying claims checking sources and assessing accuracy',
|
|
1099
|
+
trigger_patterns: 'when user needs fact-checking claim verification or source accuracy assessment',
|
|
1100
|
+
},
|
|
1101
|
+
'agent:fullstack-developer': {
|
|
1102
|
+
intent_tags: 'fullstack,developer,frontend,backend,web,react,node',
|
|
1103
|
+
domain_tags: 'fullstack,web,development',
|
|
1104
|
+
capability_summary: 'Full-stack developer agent for frontend backend and complete web application building',
|
|
1105
|
+
trigger_patterns: 'when user needs full-stack web development frontend and backend integration',
|
|
1106
|
+
},
|
|
1107
|
+
'agent:meeting-notes': {
|
|
1108
|
+
intent_tags: 'meeting,notes,summary,action-items,minutes,transcript,decisions',
|
|
1109
|
+
domain_tags: 'meeting,notes,productivity',
|
|
1110
|
+
capability_summary: 'Meeting notes agent for summarizing discussions extracting action items and decisions',
|
|
1111
|
+
trigger_patterns: 'when user needs meeting notes summaries action item extraction or minutes generation',
|
|
1112
|
+
},
|
|
1113
|
+
'agent:project-planner': {
|
|
1114
|
+
intent_tags: 'project,planner,roadmap,timeline,milestones,tasks,breakdown',
|
|
1115
|
+
domain_tags: 'project,planning,management',
|
|
1116
|
+
capability_summary: 'Project planning agent for roadmaps timeline creation and milestone task breakdown',
|
|
1117
|
+
trigger_patterns: 'when user needs project planning roadmap creation or task breakdown with milestones',
|
|
1118
|
+
},
|
|
1119
|
+
'agent:python-expert': {
|
|
1120
|
+
intent_tags: 'python,expert,advanced,optimization,patterns,best-practices',
|
|
1121
|
+
domain_tags: 'python,expert,development',
|
|
1122
|
+
capability_summary: 'Python expert agent for advanced patterns optimization and best practice guidance',
|
|
1123
|
+
trigger_patterns: 'when user needs expert Python advice advanced patterns or performance optimization',
|
|
1124
|
+
},
|
|
1125
|
+
'agent:sprint-planner': {
|
|
1126
|
+
intent_tags: 'sprint,planner,agile,scrum,backlog,estimation,velocity',
|
|
1127
|
+
domain_tags: 'agile,sprint,planning',
|
|
1128
|
+
capability_summary: 'Sprint planning agent for backlog grooming story estimation and velocity tracking',
|
|
1129
|
+
trigger_patterns: 'when user needs sprint planning backlog grooming or agile estimation',
|
|
1130
|
+
},
|
|
1131
|
+
'agent:strategy-advisor': {
|
|
1132
|
+
intent_tags: 'strategy,advisor,business,consulting,planning,analysis,recommendation',
|
|
1133
|
+
domain_tags: 'strategy,business,consulting',
|
|
1134
|
+
capability_summary: 'Strategy advisor agent for business consulting analysis and strategic recommendations',
|
|
1135
|
+
trigger_patterns: 'when user needs strategic business advice consulting analysis or planning guidance',
|
|
1136
|
+
},
|
|
1137
|
+
'agent:technical-writer': {
|
|
1138
|
+
intent_tags: 'technical,writer,documentation,api-docs,guides,tutorials,reference',
|
|
1139
|
+
domain_tags: 'documentation,technical-writing,guides',
|
|
1140
|
+
capability_summary: 'Technical writing agent for API docs user guides tutorials and reference documentation',
|
|
1141
|
+
trigger_patterns: 'when user needs technical writing API documentation user guides or tutorials',
|
|
1142
|
+
},
|
|
1143
|
+
'agent:ux-designer': {
|
|
1144
|
+
intent_tags: 'ux,designer,user-experience,wireframe,usability,persona,journey',
|
|
1145
|
+
domain_tags: 'ux,design,user-experience',
|
|
1146
|
+
capability_summary: 'UX design agent for wireframing user research persona creation and usability analysis',
|
|
1147
|
+
trigger_patterns: 'when user needs UX design wireframing user research or usability analysis',
|
|
1148
|
+
},
|
|
1149
|
+
'agent:visualization-expert': {
|
|
1150
|
+
intent_tags: 'visualization,charts,graphs,data-viz,d3,dashboard,infographic',
|
|
1151
|
+
domain_tags: 'visualization,data,charts',
|
|
1152
|
+
capability_summary: 'Data visualization expert for charts dashboards infographics and interactive displays',
|
|
1153
|
+
trigger_patterns: 'when user needs data visualization charts dashboards or interactive graph creation',
|
|
1154
|
+
},
|
|
1155
|
+
|
|
266
1156
|
};
|
|
267
1157
|
|
|
268
1158
|
/**
|
|
@@ -275,6 +1165,7 @@ function reindexKnownResources(rdb) {
|
|
|
275
1165
|
UPDATE resources SET
|
|
276
1166
|
intent_tags = ?, domain_tags = ?,
|
|
277
1167
|
capability_summary = ?, trigger_patterns = ?,
|
|
1168
|
+
invocation_name = CASE WHEN ? != '' THEN ? ELSE invocation_name END,
|
|
278
1169
|
updated_at = datetime('now')
|
|
279
1170
|
WHERE type = ? AND name = ?
|
|
280
1171
|
`);
|
|
@@ -282,9 +1173,11 @@ function reindexKnownResources(rdb) {
|
|
|
282
1173
|
rdb.transaction(() => {
|
|
283
1174
|
for (const [key, meta] of Object.entries(RESOURCE_METADATA)) {
|
|
284
1175
|
const [type, name] = key.split(':');
|
|
1176
|
+
const invName = meta.invocation_name || '';
|
|
285
1177
|
update.run(
|
|
286
1178
|
meta.intent_tags, meta.domain_tags,
|
|
287
1179
|
meta.capability_summary, meta.trigger_patterns,
|
|
1180
|
+
invName, invName,
|
|
288
1181
|
type, name
|
|
289
1182
|
);
|
|
290
1183
|
}
|
|
@@ -622,6 +1515,7 @@ async function install() {
|
|
|
622
1515
|
repo_stars: res.repoStars || 0,
|
|
623
1516
|
local_path: res.localPath,
|
|
624
1517
|
file_hash: res.fileHash,
|
|
1518
|
+
invocation_name: meta?.invocation_name || '',
|
|
625
1519
|
intent_tags: meta?.intent_tags || res.name.replace(/-/g, ' '),
|
|
626
1520
|
domain_tags: meta?.domain_tags || '',
|
|
627
1521
|
trigger_patterns: meta?.trigger_patterns || `when user needs ${res.name.replace(/-/g, ' ')}`,
|