izanagi-ai 2.3.3 → 2.3.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/.manifest ADDED
@@ -0,0 +1,1539 @@
1
+ {
2
+ "name": "izanagi-ai",
3
+ "version": "2.3.4",
4
+ "description": "Izanagi AI - Modular Skill-Oriented AI Prompt & Agent Framework for Autonomous Software Engineering",
5
+ "author": "Pedro Henrique Sanches Leal",
6
+ "license": "MIT",
7
+ "homepage": "https://github.com/pedrohenriquesanchesleal4-debug/izanagi-ai#readme",
8
+ "generatedAt": "2026-08-03T13:34:34.864Z",
9
+ "agents": [
10
+ {
11
+ "id": "animation",
12
+ "name": "Animation Engineer",
13
+ "version": "2.0.0",
14
+ "file": "agents/animation-agent.json",
15
+ "role": "Diretor de Experiência Cinematográfica Web — scrollytelling, scroll-driven, 3D WebGL, motion design de alto craft. Nunca entrega site estático ou animação genérica.",
16
+ "skills": [
17
+ "animation-web",
18
+ "motion-design",
19
+ "webgl-3d",
20
+ "frontend",
21
+ "architect",
22
+ "ux",
23
+ "a11y",
24
+ "perf",
25
+ "reviewer"
26
+ ],
27
+ "chains": [
28
+ "new_project",
29
+ "new_feature",
30
+ "implementation",
31
+ "frontend",
32
+ "review",
33
+ "refine"
34
+ ]
35
+ },
36
+ {
37
+ "id": "architect",
38
+ "name": "Software Architect",
39
+ "version": "2.0.0",
40
+ "file": "agents/architect-agent.json",
41
+ "role": "Arquiteta sistemas com trade-offs explícitos, ADRs, planos de implementação e JIT de complexidade",
42
+ "skills": [
43
+ "architect",
44
+ "clean-arch",
45
+ "hexagonal",
46
+ "ddd",
47
+ "cqrs",
48
+ "event-driven",
49
+ "microservices",
50
+ "monolith",
51
+ "repository",
52
+ "uow",
53
+ "tradeoff",
54
+ "alternatives",
55
+ "risk",
56
+ "requirements",
57
+ "docs",
58
+ "uml",
59
+ "sequence",
60
+ "er",
61
+ "scalability"
62
+ ],
63
+ "chains": [
64
+ "new_project",
65
+ "new_feature",
66
+ "refactor",
67
+ "review"
68
+ ]
69
+ },
70
+ {
71
+ "id": "bug-hunter",
72
+ "name": "Bug Hunter",
73
+ "version": "2.0.0",
74
+ "file": "agents/bug-hunter-agent.json",
75
+ "role": "Caça bugs sistêmicos — reproduz, isola, causa raiz, corrige com teste de regressão",
76
+ "skills": [
77
+ "debug",
78
+ "bug",
79
+ "root-cause",
80
+ "unit-test",
81
+ "integration-test",
82
+ "reviewer",
83
+ "perf",
84
+ "professor",
85
+ "explainer",
86
+ "self-fix",
87
+ "bug-prevention"
88
+ ],
89
+ "chains": [
90
+ "bug",
91
+ "debug",
92
+ "prevent"
93
+ ]
94
+ },
95
+ {
96
+ "id": "database",
97
+ "name": "Database Engineer",
98
+ "version": "2.0.0",
99
+ "file": "agents/database-agent.json",
100
+ "role": "Modelagem rigorosa, SQL otimizado a partir do plano real, migrações seguras e reversíveis",
101
+ "skills": [
102
+ "db",
103
+ "sql",
104
+ "postgres",
105
+ "mysql",
106
+ "sqlserver",
107
+ "redis",
108
+ "repository",
109
+ "perf",
110
+ "er",
111
+ "integration-test"
112
+ ],
113
+ "chains": [
114
+ "schema",
115
+ "optimize",
116
+ "migrate"
117
+ ]
118
+ },
119
+ {
120
+ "id": "devops",
121
+ "name": "DevOps Engineer",
122
+ "version": "2.0.0",
123
+ "file": "agents/devops-agent.json",
124
+ "role": "Infraestrutura como código, deploy seguro e rápido, CI/CD, observabilidade e runbooks",
125
+ "skills": [
126
+ "devops",
127
+ "docker",
128
+ "k8s",
129
+ "cicd",
130
+ "git",
131
+ "gitflow",
132
+ "linux",
133
+ "windows",
134
+ "security",
135
+ "logging",
136
+ "observability",
137
+ "monitoring",
138
+ "scalability",
139
+ "perf"
140
+ ],
141
+ "chains": [
142
+ "deploy",
143
+ "infra",
144
+ "monitor",
145
+ "ci_cd"
146
+ ]
147
+ },
148
+ {
149
+ "id": "discovery",
150
+ "name": "Discovery",
151
+ "version": "2.0.0",
152
+ "file": "agents/discovery-agent.json",
153
+ "role": "Investigador de Pré-Produção — entrevista completa antes de codar: coleta requisitos, pesquisa referências reais, propõe direções de design e gera um prompt rico de implementação. Nunca escreve código antes de mapear o projeto inteiro.",
154
+ "skills": [
155
+ "brainstorming",
156
+ "ui-ux-pro-max",
157
+ "deep-research",
158
+ "requirement-analyzer",
159
+ "frontend",
160
+ "animation-web",
161
+ "motion-design",
162
+ "alternative-solution-generator",
163
+ "tradeoff",
164
+ "risk",
165
+ "ux",
166
+ "architect"
167
+ ],
168
+ "chains": [
169
+ "new_project",
170
+ "website",
171
+ "new_feature",
172
+ "research",
173
+ "app_ui",
174
+ "prompt_rich"
175
+ ]
176
+ },
177
+ {
178
+ "id": "docs",
179
+ "name": "Documentation Writer",
180
+ "version": "2.0.0",
181
+ "file": "agents/docs-agent.json",
182
+ "role": "Documentação técnica que as pessoas usam — README, APIs, arquitetura, guias e diagramas",
183
+ "skills": [
184
+ "docs",
185
+ "tech-writer",
186
+ "readme",
187
+ "uml",
188
+ "sequence",
189
+ "er",
190
+ "architect",
191
+ "requirements",
192
+ "explainer"
193
+ ],
194
+ "chains": [
195
+ "readme",
196
+ "api_docs",
197
+ "architecture",
198
+ "guide"
199
+ ]
200
+ },
201
+ {
202
+ "id": "pm",
203
+ "name": "Project Manager",
204
+ "version": "2.0.0",
205
+ "file": "agents/pm-agent.json",
206
+ "role": "Entrega de projetos — escopo, tarefas atômicas, riscos, milestones, comunicação enxuta",
207
+ "skills": [
208
+ "pm",
209
+ "planner",
210
+ "release",
211
+ "risk",
212
+ "requirements",
213
+ "tradeoff",
214
+ "tech-debt",
215
+ "breaking-change",
216
+ "deps",
217
+ "docs"
218
+ ],
219
+ "chains": [
220
+ "plan",
221
+ "sprint",
222
+ "release"
223
+ ]
224
+ },
225
+ {
226
+ "id": "professor",
227
+ "name": "Professor",
228
+ "version": "2.0.0",
229
+ "file": "agents/professor-agent.json",
230
+ "role": "Ensino adaptativo e mentoria — conceito → porquê → exemplo → prática, sem deixar dúvida",
231
+ "skills": [
232
+ "professor",
233
+ "mentor",
234
+ "explainer",
235
+ "interactive",
236
+ "adaptive",
237
+ "tracker",
238
+ "patterns",
239
+ "recovery",
240
+ "recall",
241
+ "project-memory"
242
+ ],
243
+ "chains": [
244
+ "teach",
245
+ "mentor",
246
+ "explain",
247
+ "question"
248
+ ]
249
+ },
250
+ {
251
+ "id": "security",
252
+ "name": "Security Engineer",
253
+ "version": "2.0.0",
254
+ "file": "agents/security-agent.json",
255
+ "role": "Audita, previne e corrige vulnerabilidades (OWASP Top 10, auth, secrets, LGPD) — com fix acionável",
256
+ "skills": [
257
+ "security",
258
+ "owasp",
259
+ "pentest",
260
+ "reviewer",
261
+ "deps",
262
+ "professor",
263
+ "explainer",
264
+ "self-fix",
265
+ "security-privacy"
266
+ ],
267
+ "chains": [
268
+ "security_audit",
269
+ "review",
270
+ "implement"
271
+ ]
272
+ },
273
+ {
274
+ "id": "senior-engineer",
275
+ "name": "Senior Engineer",
276
+ "version": "2.0.0",
277
+ "file": "agents/senior-engineer-agent.json",
278
+ "role": "Full-stack de alto craft — código limpo, seguro, testado e entregue rápido (sem redundância)",
279
+ "skills": [
280
+ "backend",
281
+ "frontend",
282
+ "api",
283
+ "laravel",
284
+ "php",
285
+ "ts",
286
+ "react",
287
+ "node",
288
+ "python",
289
+ "db",
290
+ "sql",
291
+ "clean-code",
292
+ "solid",
293
+ "dry-kiss-yagni",
294
+ "complexity",
295
+ "refactor",
296
+ "perf",
297
+ "unit-test",
298
+ "integration-test",
299
+ "security"
300
+ ],
301
+ "chains": [
302
+ "implement",
303
+ "bug",
304
+ "refactor",
305
+ "review",
306
+ "optimize"
307
+ ]
308
+ },
309
+ {
310
+ "id": "techlead",
311
+ "name": "Tech Lead",
312
+ "version": "2.0.0",
313
+ "file": "agents/techlead-agent.json",
314
+ "role": "Liderança técnica — decisões de arquitetura, code review que ensina, desbloqueio e dívida técnica",
315
+ "skills": [
316
+ "techlead",
317
+ "principal",
318
+ "staff",
319
+ "reviewer",
320
+ "architect",
321
+ "clean-code",
322
+ "solid",
323
+ "refactor",
324
+ "complexity",
325
+ "tech-debt",
326
+ "patterns",
327
+ "mentor",
328
+ "risk",
329
+ "tradeoff",
330
+ "requirements",
331
+ "pm",
332
+ "planner",
333
+ "self-critique"
334
+ ],
335
+ "chains": [
336
+ "review",
337
+ "design",
338
+ "unblock",
339
+ "debt"
340
+ ]
341
+ }
342
+ ],
343
+ "skills": [
344
+ {
345
+ "name": "Skill Library",
346
+ "count": 123,
347
+ "skills": [
348
+ {
349
+ "id": "a11y",
350
+ "name": "Accessibility Reviewer",
351
+ "version": "1.0.0",
352
+ "path": "skills/accessibility-reviewer/SKILL.md"
353
+ },
354
+ {
355
+ "id": "accessibility-reviewer",
356
+ "name": "Accessibility Reviewer",
357
+ "version": "1.0.0",
358
+ "path": "skills/accessibility-reviewer/SKILL.md"
359
+ },
360
+ {
361
+ "id": "agentic-coding",
362
+ "name": "Agentic Coding",
363
+ "version": "1.0.0",
364
+ "path": "skills/agentic-coding/SKILL.md"
365
+ },
366
+ {
367
+ "id": "ai-agent",
368
+ "name": "Skill AI/Agent Development — izanagi",
369
+ "version": "1.0.0",
370
+ "path": "skills/ai-agent/SKILL.md"
371
+ },
372
+ {
373
+ "id": "alternative-solution-generator",
374
+ "name": "Alternative Solution Generator",
375
+ "version": "1.0.0",
376
+ "path": "skills/alternative-solution-generator/SKILL.md"
377
+ },
378
+ {
379
+ "id": "alternatives",
380
+ "name": "Alternative Solution Generator",
381
+ "version": "1.0.0",
382
+ "path": "skills/alternative-solution-generator/SKILL.md"
383
+ },
384
+ {
385
+ "id": "animation-web",
386
+ "name": "animation-web",
387
+ "version": "1.0.0",
388
+ "path": "skills/animation-web/SKILL.md"
389
+ },
390
+ {
391
+ "id": "architect",
392
+ "name": "Software Architect",
393
+ "version": "1.0.0",
394
+ "path": "skills/software-architect/SKILL.md"
395
+ },
396
+ {
397
+ "id": "architecture-patterns",
398
+ "name": "Skill Architecture Patterns — Izanagi",
399
+ "version": "1.0.0",
400
+ "path": "skills/architecture-patterns/SKILL.md"
401
+ },
402
+ {
403
+ "id": "brainstorming",
404
+ "name": "Brainstorming — Da Ideia",
405
+ "version": "1.0.0",
406
+ "path": "skills/brainstorming/SKILL.md"
407
+ },
408
+ {
409
+ "id": "breaking-change",
410
+ "name": "Breaking Change Detector",
411
+ "version": "1.0.0",
412
+ "path": "skills/breaking-change-detector/SKILL.md"
413
+ },
414
+ {
415
+ "id": "breaking-change-detector",
416
+ "name": "Breaking Change Detector",
417
+ "version": "1.0.0",
418
+ "path": "skills/breaking-change-detector/SKILL.md"
419
+ },
420
+ {
421
+ "id": "bug",
422
+ "name": "Bug Hunter",
423
+ "version": "1.0.0",
424
+ "path": "skills/bug-hunter/SKILL.md"
425
+ },
426
+ {
427
+ "id": "bug-hunter",
428
+ "name": "Bug Hunter",
429
+ "version": "1.0.0",
430
+ "path": "skills/bug-hunter/SKILL.md"
431
+ },
432
+ {
433
+ "id": "bug-prevention",
434
+ "name": "Bug Prevention",
435
+ "version": "1.0.0",
436
+ "path": "skills/bug-prevention/SKILL.md"
437
+ },
438
+ {
439
+ "id": "chaos-engineering",
440
+ "name": "Skill Chaos Engineering — Izanagi",
441
+ "version": "1.0.0",
442
+ "path": "skills/chaos-engineering/SKILL.md"
443
+ },
444
+ {
445
+ "id": "clean-code",
446
+ "name": "Clean Code Validator",
447
+ "version": "1.0.0",
448
+ "path": "skills/clean-code-validator/SKILL.md"
449
+ },
450
+ {
451
+ "id": "clean-code-validator",
452
+ "name": "Clean Code Validator",
453
+ "version": "1.0.0",
454
+ "path": "skills/clean-code-validator/SKILL.md"
455
+ },
456
+ {
457
+ "id": "cloud-architect",
458
+ "name": "Skill Cloud Infrastructure — Izanagi",
459
+ "version": "1.0.0",
460
+ "path": "skills/cloud-infra/SKILL.md"
461
+ },
462
+ {
463
+ "id": "code-auditor",
464
+ "name": "Code Auditor & Vulnerability Scanner",
465
+ "version": "1.0.0",
466
+ "path": "skills/code-auditor/SKILL.md"
467
+ },
468
+ {
469
+ "id": "complexity",
470
+ "name": "Complexity Analyzer",
471
+ "version": "1.0.0",
472
+ "path": "skills/complexity-analyzer/SKILL.md"
473
+ },
474
+ {
475
+ "id": "complexity-analyzer",
476
+ "name": "Complexity Analyzer",
477
+ "version": "1.0.0",
478
+ "path": "skills/complexity-analyzer/SKILL.md"
479
+ },
480
+ {
481
+ "id": "confidence",
482
+ "name": "Confidence Estimator",
483
+ "version": "1.0.0",
484
+ "path": "skills/confidence-estimator/SKILL.md"
485
+ },
486
+ {
487
+ "id": "confidence-estimator",
488
+ "name": "Confidence Estimator",
489
+ "version": "1.0.0",
490
+ "path": "skills/confidence-estimator/SKILL.md"
491
+ },
492
+ {
493
+ "id": "continuous-improvement",
494
+ "name": "Continuous Improvement",
495
+ "version": "1.0.0",
496
+ "path": "skills/continuous-improvement/SKILL.md"
497
+ },
498
+ {
499
+ "id": "cto",
500
+ "name": "CTO Advisor",
501
+ "version": "1.0.0",
502
+ "path": "skills/cto-advisor/SKILL.md"
503
+ },
504
+ {
505
+ "id": "cto-advisor",
506
+ "name": "CTO Advisor",
507
+ "version": "1.0.0",
508
+ "path": "skills/cto-advisor/SKILL.md"
509
+ },
510
+ {
511
+ "id": "data-engineer",
512
+ "name": "Skill Data Engineering — Izanagi",
513
+ "version": "1.0.0",
514
+ "path": "skills/data-engineering/SKILL.md"
515
+ },
516
+ {
517
+ "id": "debug",
518
+ "name": "Debug Specialist",
519
+ "version": "1.0.0",
520
+ "path": "skills/debug-specialist/SKILL.md"
521
+ },
522
+ {
523
+ "id": "debug-specialist",
524
+ "name": "Debug Specialist",
525
+ "version": "1.0.0",
526
+ "path": "skills/debug-specialist/SKILL.md"
527
+ },
528
+ {
529
+ "id": "deep-research",
530
+ "name": "deep-research",
531
+ "version": "1.0.0",
532
+ "path": "skills/deep-research/SKILL.md"
533
+ },
534
+ {
535
+ "id": "dependency-analyzer",
536
+ "name": "Dependency Analyzer",
537
+ "version": "1.0.0",
538
+ "path": "skills/dependency-analyzer/SKILL.md"
539
+ },
540
+ {
541
+ "id": "deps",
542
+ "name": "Dependency Analyzer",
543
+ "version": "1.0.0",
544
+ "path": "skills/dependency-analyzer/SKILL.md"
545
+ },
546
+ {
547
+ "id": "design-pattern-advisor",
548
+ "name": "Design Pattern Advisor",
549
+ "version": "1.0.0",
550
+ "path": "skills/design-pattern-advisor/SKILL.md"
551
+ },
552
+ {
553
+ "id": "design-system",
554
+ "name": "UI/UX Pro Max — Design In",
555
+ "version": "1.0.0",
556
+ "path": "skills/ui-ux-pro-max/SKILL.md"
557
+ },
558
+ {
559
+ "id": "docs",
560
+ "name": "Documentation Writer",
561
+ "version": "1.0.0",
562
+ "path": "skills/documentation-writer/SKILL.md"
563
+ },
564
+ {
565
+ "id": "documentation-writer",
566
+ "name": "Documentation Writer",
567
+ "version": "1.0.0",
568
+ "path": "skills/documentation-writer/SKILL.md"
569
+ },
570
+ {
571
+ "id": "dry-kiss-yagni",
572
+ "name": "DRY / KISS / YAGNI Validator",
573
+ "version": "1.0.0",
574
+ "path": "skills/dry-kiss-yagni-validator/SKILL.md"
575
+ },
576
+ {
577
+ "id": "dry-kiss-yagni-validator",
578
+ "name": "DRY / KISS / YAGNI Validator",
579
+ "version": "1.0.0",
580
+ "path": "skills/dry-kiss-yagni-validator/SKILL.md"
581
+ },
582
+ {
583
+ "id": "e2e",
584
+ "name": "Webapp Testin",
585
+ "version": "1.0.0",
586
+ "path": "skills/webapp-testing/SKILL.md"
587
+ },
588
+ {
589
+ "id": "economia-tokens",
590
+ "name": "economia-tokens",
591
+ "version": "1.0.0",
592
+ "path": "skills/economia-tokens/SKILL.md"
593
+ },
594
+ {
595
+ "id": "er",
596
+ "name": "ER Diagram Builder",
597
+ "version": "1.0.0",
598
+ "path": "skills/er-diagram-builder/SKILL.md"
599
+ },
600
+ {
601
+ "id": "er-diagram-builder",
602
+ "name": "ER Diagram Builder",
603
+ "version": "1.0.0",
604
+ "path": "skills/er-diagram-builder/SKILL.md"
605
+ },
606
+ {
607
+ "id": "feature-flags",
608
+ "name": "Skill Feature Flags — Izanagi",
609
+ "version": "1.0.0",
610
+ "path": "skills/feature-flags/SKILL.md"
611
+ },
612
+ {
613
+ "id": "frontend",
614
+ "name": "frontend",
615
+ "version": "1.0.0",
616
+ "path": "skills/frontend/SKILL.md"
617
+ },
618
+ {
619
+ "id": "graphql",
620
+ "name": "Skill GraphQL — Izanagi",
621
+ "version": "1.0.0",
622
+ "path": "skills/graphql/SKILL.md"
623
+ },
624
+ {
625
+ "id": "hallucination",
626
+ "name": "Hallucination Detection",
627
+ "version": "1.0.0",
628
+ "path": "skills/hallucination-detection/SKILL.md"
629
+ },
630
+ {
631
+ "id": "hallucination-detection",
632
+ "name": "Hallucination Detection",
633
+ "version": "1.0.0",
634
+ "path": "skills/hallucination-detection/SKILL.md"
635
+ },
636
+ {
637
+ "id": "handoff-sessao",
638
+ "name": "Handoff de sessão",
639
+ "version": "1.0.0",
640
+ "path": "skills/handoff-sessao/SKILL.md"
641
+ },
642
+ {
643
+ "id": "i18n-l10n",
644
+ "name": "Skill i18n & Localization — Izanagi",
645
+ "version": "1.0.0",
646
+ "path": "skills/i18n-l10n/SKILL.md"
647
+ },
648
+ {
649
+ "id": "iac-terraform",
650
+ "name": "Skill IaC & Terraform — Izanagi",
651
+ "version": "1.0.0",
652
+ "path": "skills/iac-terraform/SKILL.md"
653
+ },
654
+ {
655
+ "id": "improvement",
656
+ "name": "Continuous Improvement",
657
+ "version": "1.0.0",
658
+ "path": "skills/continuous-improvement/SKILL.md"
659
+ },
660
+ {
661
+ "id": "legacy-migration",
662
+ "name": "Skill Legacy Migration — Izanagi",
663
+ "version": "1.0.0",
664
+ "path": "skills/legacy-migration/SKILL.md"
665
+ },
666
+ {
667
+ "id": "logging",
668
+ "name": "Logging Expert",
669
+ "version": "1.0.0",
670
+ "path": "skills/logging-expert/SKILL.md"
671
+ },
672
+ {
673
+ "id": "logging-expert",
674
+ "name": "Logging Expert",
675
+ "version": "1.0.0",
676
+ "path": "skills/logging-expert/SKILL.md"
677
+ },
678
+ {
679
+ "id": "mcp",
680
+ "name": "Model Context Protocol (MCP) Server Development",
681
+ "version": "1.0.0",
682
+ "path": "skills/mcp-server-dev/SKILL.md"
683
+ },
684
+ {
685
+ "id": "mcp-server-dev",
686
+ "name": "Model Context Protocol (MCP) Server Development",
687
+ "version": "1.0.0",
688
+ "path": "skills/mcp-server-dev/SKILL.md"
689
+ },
690
+ {
691
+ "id": "memoria-projeto",
692
+ "name": "memoria-projeto",
693
+ "version": "1.0.0",
694
+ "path": "skills/memoria-projeto/SKILL.md"
695
+ },
696
+ {
697
+ "id": "mobile-dev",
698
+ "name": "Skill Mobile Development — Izanagi",
699
+ "version": "1.0.0",
700
+ "path": "skills/mobile-dev/SKILL.md"
701
+ },
702
+ {
703
+ "id": "monitoring",
704
+ "name": "Monitoring Specialist",
705
+ "version": "1.0.0",
706
+ "path": "skills/monitoring-specialist/SKILL.md"
707
+ },
708
+ {
709
+ "id": "monitoring-specialist",
710
+ "name": "Monitoring Specialist",
711
+ "version": "1.0.0",
712
+ "path": "skills/monitoring-specialist/SKILL.md"
713
+ },
714
+ {
715
+ "id": "motion-design",
716
+ "name": "motion-design",
717
+ "version": "1.0.0",
718
+ "path": "skills/motion-design/SKILL.md"
719
+ },
720
+ {
721
+ "id": "observability",
722
+ "name": "Observability Expert",
723
+ "version": "1.0.0",
724
+ "path": "skills/observability-expert/SKILL.md"
725
+ },
726
+ {
727
+ "id": "observability-expert",
728
+ "name": "Observability Expert",
729
+ "version": "1.0.0",
730
+ "path": "skills/observability-expert/SKILL.md"
731
+ },
732
+ {
733
+ "id": "patterns",
734
+ "name": "Design Pattern Advisor",
735
+ "version": "1.0.0",
736
+ "path": "skills/design-pattern-advisor/SKILL.md"
737
+ },
738
+ {
739
+ "id": "perf",
740
+ "name": "Performance Optimizer",
741
+ "version": "1.0.0",
742
+ "path": "skills/performance-optimizer/SKILL.md"
743
+ },
744
+ {
745
+ "id": "performance-optimizer",
746
+ "name": "Performance Optimizer",
747
+ "version": "1.0.0",
748
+ "path": "skills/performance-optimizer/SKILL.md"
749
+ },
750
+ {
751
+ "id": "planner",
752
+ "name": "Task Planner",
753
+ "version": "1.0.0",
754
+ "path": "skills/task-planner/SKILL.md"
755
+ },
756
+ {
757
+ "id": "pm",
758
+ "name": "Project Manager",
759
+ "version": "1.0.0",
760
+ "path": "skills/project-manager/SKILL.md"
761
+ },
762
+ {
763
+ "id": "principal",
764
+ "name": "Principal Engineer",
765
+ "version": "1.0.0",
766
+ "path": "skills/principal-engineer/SKILL.md"
767
+ },
768
+ {
769
+ "id": "principal-engineer",
770
+ "name": "Principal Engineer",
771
+ "version": "1.0.0",
772
+ "path": "skills/principal-engineer/SKILL.md"
773
+ },
774
+ {
775
+ "id": "professor-modo",
776
+ "name": "professor-modo",
777
+ "version": "1.0.0",
778
+ "path": "skills/professor-modo/SKILL.md"
779
+ },
780
+ {
781
+ "id": "project-manager",
782
+ "name": "Project Manager",
783
+ "version": "1.0.0",
784
+ "path": "skills/project-manager/SKILL.md"
785
+ },
786
+ {
787
+ "id": "prompt-eng",
788
+ "name": "Prompt Engineering & System Design",
789
+ "version": "1.0.0",
790
+ "path": "skills/prompt-engineering/SKILL.md"
791
+ },
792
+ {
793
+ "id": "prompt-engineering",
794
+ "name": "Prompt Engineering & System Design",
795
+ "version": "1.0.0",
796
+ "path": "skills/prompt-engineering/SKILL.md"
797
+ },
798
+ {
799
+ "id": "qa",
800
+ "name": "Skill QA",
801
+ "version": "1.0.0",
802
+ "path": "skills/qa/SKILL.md"
803
+ },
804
+ {
805
+ "id": "readme",
806
+ "name": "README Generator",
807
+ "version": "1.0.0",
808
+ "path": "skills/readme-generator/SKILL.md"
809
+ },
810
+ {
811
+ "id": "readme-generator",
812
+ "name": "README Generator",
813
+ "version": "1.0.0",
814
+ "path": "skills/readme-generator/SKILL.md"
815
+ },
816
+ {
817
+ "id": "refactor",
818
+ "name": "Refactoring Specialist",
819
+ "version": "1.0.0",
820
+ "path": "skills/refactoring-specialist/SKILL.md"
821
+ },
822
+ {
823
+ "id": "refactoring-specialist",
824
+ "name": "Refactoring Specialist",
825
+ "version": "1.0.0",
826
+ "path": "skills/refactoring-specialist/SKILL.md"
827
+ },
828
+ {
829
+ "id": "release",
830
+ "name": "Release Planner",
831
+ "version": "1.0.0",
832
+ "path": "skills/release-planner/SKILL.md"
833
+ },
834
+ {
835
+ "id": "release-planner",
836
+ "name": "Release Planner",
837
+ "version": "1.0.0",
838
+ "path": "skills/release-planner/SKILL.md"
839
+ },
840
+ {
841
+ "id": "requirement-analyzer",
842
+ "name": "Requirement Analyzer",
843
+ "version": "1.0.0",
844
+ "path": "skills/requirement-analyzer/SKILL.md"
845
+ },
846
+ {
847
+ "id": "requirements",
848
+ "name": "Requirement Analyzer",
849
+ "version": "1.0.0",
850
+ "path": "skills/requirement-analyzer/SKILL.md"
851
+ },
852
+ {
853
+ "id": "reviewer",
854
+ "name": "Senior Code Reviewer",
855
+ "version": "1.0.0",
856
+ "path": "skills/senior-code-reviewer/SKILL.md"
857
+ },
858
+ {
859
+ "id": "risk",
860
+ "name": "Risk Analyzer",
861
+ "version": "1.0.0",
862
+ "path": "skills/risk-analyzer/SKILL.md"
863
+ },
864
+ {
865
+ "id": "risk-analyzer",
866
+ "name": "Risk Analyzer",
867
+ "version": "1.0.0",
868
+ "path": "skills/risk-analyzer/SKILL.md"
869
+ },
870
+ {
871
+ "id": "root-cause",
872
+ "name": "Root Cause Analyzer",
873
+ "version": "1.0.0",
874
+ "path": "skills/root-cause-analyzer/SKILL.md"
875
+ },
876
+ {
877
+ "id": "root-cause-analyzer",
878
+ "name": "Root Cause Analyzer",
879
+ "version": "1.0.0",
880
+ "path": "skills/root-cause-analyzer/SKILL.md"
881
+ },
882
+ {
883
+ "id": "scalability",
884
+ "name": "Scalability Expert",
885
+ "version": "1.0.0",
886
+ "path": "skills/scalability-expert/SKILL.md"
887
+ },
888
+ {
889
+ "id": "scalability-expert",
890
+ "name": "Scalability Expert",
891
+ "version": "1.0.0",
892
+ "path": "skills/scalability-expert/SKILL.md"
893
+ },
894
+ {
895
+ "id": "security-privacy",
896
+ "name": "Skill Security & Privacy — Izanagi",
897
+ "version": "1.0.0",
898
+ "path": "skills/security-privacy/SKILL.md"
899
+ },
900
+ {
901
+ "id": "self-correction",
902
+ "name": "Self Correction",
903
+ "version": "1.0.0",
904
+ "path": "skills/self-correction/SKILL.md"
905
+ },
906
+ {
907
+ "id": "self-critique",
908
+ "name": "Self Critique",
909
+ "version": "1.0.0",
910
+ "path": "skills/self-critique/SKILL.md"
911
+ },
912
+ {
913
+ "id": "self-fix",
914
+ "name": "Self Correction",
915
+ "version": "1.0.0",
916
+ "path": "skills/self-correction/SKILL.md"
917
+ },
918
+ {
919
+ "id": "senior-code-reviewer",
920
+ "name": "Senior Code Reviewer",
921
+ "version": "1.0.0",
922
+ "path": "skills/senior-code-reviewer/SKILL.md"
923
+ },
924
+ {
925
+ "id": "sequence",
926
+ "name": "Sequence Diagram Builder",
927
+ "version": "1.0.0",
928
+ "path": "skills/sequence-diagram-builder/SKILL.md"
929
+ },
930
+ {
931
+ "id": "sequence-diagram-builder",
932
+ "name": "Sequence Diagram Builder",
933
+ "version": "1.0.0",
934
+ "path": "skills/sequence-diagram-builder/SKILL.md"
935
+ },
936
+ {
937
+ "id": "serverless-edge",
938
+ "name": "Skill Serverless & Edge — Izanagi",
939
+ "version": "1.0.0",
940
+ "path": "skills/serverless-edge/SKILL.md"
941
+ },
942
+ {
943
+ "id": "software-architect",
944
+ "name": "Software Architect",
945
+ "version": "1.0.0",
946
+ "path": "skills/software-architect/SKILL.md"
947
+ },
948
+ {
949
+ "id": "solid",
950
+ "name": "SOLID Validator",
951
+ "version": "1.0.0",
952
+ "path": "skills/solid-validator/SKILL.md"
953
+ },
954
+ {
955
+ "id": "solid-validator",
956
+ "name": "SOLID Validator",
957
+ "version": "1.0.0",
958
+ "path": "skills/solid-validator/SKILL.md"
959
+ },
960
+ {
961
+ "id": "sre-reliability",
962
+ "name": "Skill SRE & Reliability — Izanagi",
963
+ "version": "1.0.0",
964
+ "path": "skills/sre-reliability/SKILL.md"
965
+ },
966
+ {
967
+ "id": "staff",
968
+ "name": "Staff Engineer",
969
+ "version": "1.0.0",
970
+ "path": "skills/staff-engineer/SKILL.md"
971
+ },
972
+ {
973
+ "id": "staff-engineer",
974
+ "name": "Staff Engineer",
975
+ "version": "1.0.0",
976
+ "path": "skills/staff-engineer/SKILL.md"
977
+ },
978
+ {
979
+ "id": "task-planner",
980
+ "name": "Task Planner",
981
+ "version": "1.0.0",
982
+ "path": "skills/task-planner/SKILL.md"
983
+ },
984
+ {
985
+ "id": "tdd",
986
+ "name": "TDD — Test-Driven Development (Iron Law)",
987
+ "version": "1.0.0",
988
+ "path": "skills/tdd/SKILL.md"
989
+ },
990
+ {
991
+ "id": "tech-debt",
992
+ "name": "Technical Debt Analyzer",
993
+ "version": "1.0.0",
994
+ "path": "skills/technical-debt-analyzer/SKILL.md"
995
+ },
996
+ {
997
+ "id": "tech-lead",
998
+ "name": "Tech Lead",
999
+ "version": "1.0.0",
1000
+ "path": "skills/tech-lead/SKILL.md"
1001
+ },
1002
+ {
1003
+ "id": "tech-writer",
1004
+ "name": "Technical Writer",
1005
+ "version": "1.0.0",
1006
+ "path": "skills/technical-writer/SKILL.md"
1007
+ },
1008
+ {
1009
+ "id": "techlead",
1010
+ "name": "Tech Lead",
1011
+ "version": "1.0.0",
1012
+ "path": "skills/tech-lead/SKILL.md"
1013
+ },
1014
+ {
1015
+ "id": "technical-debt-analyzer",
1016
+ "name": "Technical Debt Analyzer",
1017
+ "version": "1.0.0",
1018
+ "path": "skills/technical-debt-analyzer/SKILL.md"
1019
+ },
1020
+ {
1021
+ "id": "technical-writer",
1022
+ "name": "Technical Writer",
1023
+ "version": "1.0.0",
1024
+ "path": "skills/technical-writer/SKILL.md"
1025
+ },
1026
+ {
1027
+ "id": "tradeoff",
1028
+ "name": "Trade-off Analyzer",
1029
+ "version": "1.0.0",
1030
+ "path": "skills/tradeoff-analyzer/SKILL.md"
1031
+ },
1032
+ {
1033
+ "id": "tradeoff-analyzer",
1034
+ "name": "Trade-off Analyzer",
1035
+ "version": "1.0.0",
1036
+ "path": "skills/tradeoff-analyzer/SKILL.md"
1037
+ },
1038
+ {
1039
+ "id": "uml",
1040
+ "name": "UML Generator",
1041
+ "version": "1.0.0",
1042
+ "path": "skills/uml-generator/SKILL.md"
1043
+ },
1044
+ {
1045
+ "id": "uml-generator",
1046
+ "name": "UML Generator",
1047
+ "version": "1.0.0",
1048
+ "path": "skills/uml-generator/SKILL.md"
1049
+ },
1050
+ {
1051
+ "id": "ux",
1052
+ "name": "UX Reviewer",
1053
+ "version": "1.0.0",
1054
+ "path": "skills/ux-reviewer/SKILL.md"
1055
+ },
1056
+ {
1057
+ "id": "ux-reviewer",
1058
+ "name": "UX Reviewer",
1059
+ "version": "1.0.0",
1060
+ "path": "skills/ux-reviewer/SKILL.md"
1061
+ },
1062
+ {
1063
+ "id": "wasm",
1064
+ "name": "Skill WebAssembly — Izanagi",
1065
+ "version": "1.0.0",
1066
+ "path": "skills/wasm/SKILL.md"
1067
+ },
1068
+ {
1069
+ "id": "web-perf-engineer",
1070
+ "name": "Skill Web Performance & SEO — Izanagi",
1071
+ "version": "1.0.0",
1072
+ "path": "skills/web-perf-seo/SKILL.md"
1073
+ },
1074
+ {
1075
+ "id": "webgl-3d",
1076
+ "name": "WebGL 3D —",
1077
+ "version": "1.0.0",
1078
+ "path": "skills/webgl-3d/SKILL.md"
1079
+ },
1080
+ {
1081
+ "id": "websocket-realtime",
1082
+ "name": "Skill WebSocket & Real-Time — Izanagi",
1083
+ "version": "1.0.0",
1084
+ "path": "skills/websocket-realtime/SKILL.md"
1085
+ }
1086
+ ]
1087
+ },
1088
+ {
1089
+ "name": "Teaching",
1090
+ "count": 6,
1091
+ "skills": [
1092
+ {
1093
+ "id": "adaptive",
1094
+ "name": "Teaching: Adaptive Teaching",
1095
+ "version": "1.0.0",
1096
+ "path": "teaching/adaptive-teaching.md"
1097
+ },
1098
+ {
1099
+ "id": "explainer",
1100
+ "name": "Teaching: Code Explainer",
1101
+ "version": "1.0.0",
1102
+ "path": "teaching/code-explainer.md"
1103
+ },
1104
+ {
1105
+ "id": "interactive",
1106
+ "name": "Teaching: Interactive Teaching",
1107
+ "version": "1.0.0",
1108
+ "path": "teaching/interactive-teaching.md"
1109
+ },
1110
+ {
1111
+ "id": "mentor",
1112
+ "name": "Teaching: Mentor Mode",
1113
+ "version": "1.0.0",
1114
+ "path": "teaching/mentor-mode.md"
1115
+ },
1116
+ {
1117
+ "id": "professor",
1118
+ "name": "Teaching: Professor Mode",
1119
+ "version": "1.0.0",
1120
+ "path": "teaching/professor-mode.md"
1121
+ },
1122
+ {
1123
+ "id": "tracker",
1124
+ "name": "Teaching: Learning Tracker",
1125
+ "version": "1.0.0",
1126
+ "path": "teaching/learning-tracker.md"
1127
+ }
1128
+ ]
1129
+ },
1130
+ {
1131
+ "name": "Coding",
1132
+ "count": 12,
1133
+ "skills": [
1134
+ {
1135
+ "id": "api",
1136
+ "name": "Coding: API Designer",
1137
+ "version": "1.0.0",
1138
+ "path": "coding/api-designer.md"
1139
+ },
1140
+ {
1141
+ "id": "backend",
1142
+ "name": "Coding: Backend Engineer",
1143
+ "version": "1.0.0",
1144
+ "path": "coding/backend-engineer.md"
1145
+ },
1146
+ {
1147
+ "id": "csharp",
1148
+ "name": "Coding: C# Specialist",
1149
+ "version": "1.0.0",
1150
+ "path": "coding/csharp-specialist.md"
1151
+ },
1152
+ {
1153
+ "id": "java",
1154
+ "name": "Coding: Java Specialist",
1155
+ "version": "1.0.0",
1156
+ "path": "coding/java-specialist.md"
1157
+ },
1158
+ {
1159
+ "id": "js",
1160
+ "name": "Coding: JavaScript Specialist",
1161
+ "version": "1.0.0",
1162
+ "path": "coding/javascript-specialist.md"
1163
+ },
1164
+ {
1165
+ "id": "laravel",
1166
+ "name": "Coding: Laravel Specialist",
1167
+ "version": "1.0.0",
1168
+ "path": "coding/laravel-specialist.md"
1169
+ },
1170
+ {
1171
+ "id": "node",
1172
+ "name": "Coding: Node.js Specialist",
1173
+ "version": "1.0.0",
1174
+ "path": "coding/nodejs-specialist.md"
1175
+ },
1176
+ {
1177
+ "id": "php",
1178
+ "name": "Coding: PHP Specialist",
1179
+ "version": "1.0.0",
1180
+ "path": "coding/php-specialist.md"
1181
+ },
1182
+ {
1183
+ "id": "python",
1184
+ "name": "Coding: Python Specialist",
1185
+ "version": "1.0.0",
1186
+ "path": "coding/python-specialist.md"
1187
+ },
1188
+ {
1189
+ "id": "react",
1190
+ "name": "Coding: React Specialist",
1191
+ "version": "1.0.0",
1192
+ "path": "coding/react-specialist.md"
1193
+ },
1194
+ {
1195
+ "id": "ts",
1196
+ "name": "Coding: TypeScript Specialist",
1197
+ "version": "1.0.0",
1198
+ "path": "coding/typescript-specialist.md"
1199
+ },
1200
+ {
1201
+ "id": "vue",
1202
+ "name": "Coding: Vue Specialist",
1203
+ "version": "1.0.0",
1204
+ "path": "coding/vue-specialist.md"
1205
+ }
1206
+ ]
1207
+ },
1208
+ {
1209
+ "name": "DevOps",
1210
+ "count": 8,
1211
+ "skills": [
1212
+ {
1213
+ "id": "cicd",
1214
+ "name": "DevOps: CI/CD Specialist",
1215
+ "version": "1.0.0",
1216
+ "path": "devops/ci-cd-specialist.md"
1217
+ },
1218
+ {
1219
+ "id": "devops",
1220
+ "name": "DevOps: DevOps Engineer",
1221
+ "version": "1.0.0",
1222
+ "path": "devops/devops-engineer.md"
1223
+ },
1224
+ {
1225
+ "id": "docker",
1226
+ "name": "DevOps: Docker Expert",
1227
+ "version": "1.0.0",
1228
+ "path": "devops/docker-expert.md"
1229
+ },
1230
+ {
1231
+ "id": "git",
1232
+ "name": "DevOps: Git Expert",
1233
+ "version": "1.0.0",
1234
+ "path": "devops/git-expert.md"
1235
+ },
1236
+ {
1237
+ "id": "gitflow",
1238
+ "name": "DevOps: Git Flow Specialist",
1239
+ "version": "1.0.0",
1240
+ "path": "devops/git-flow-specialist.md"
1241
+ },
1242
+ {
1243
+ "id": "k8s",
1244
+ "name": "DevOps: Kubernetes Specialist",
1245
+ "version": "1.0.0",
1246
+ "path": "devops/kubernetes-specialist.md"
1247
+ },
1248
+ {
1249
+ "id": "linux",
1250
+ "name": "DevOps: Linux Specialist",
1251
+ "version": "1.0.0",
1252
+ "path": "devops/linux-specialist.md"
1253
+ },
1254
+ {
1255
+ "id": "windows",
1256
+ "name": "DevOps: Windows Specialist",
1257
+ "version": "1.0.0",
1258
+ "path": "devops/windows-specialist.md"
1259
+ }
1260
+ ]
1261
+ },
1262
+ {
1263
+ "name": "Architecture",
1264
+ "count": 9,
1265
+ "skills": [
1266
+ {
1267
+ "id": "clean-arch",
1268
+ "name": "Clean Architecture",
1269
+ "version": "1.0.0",
1270
+ "path": "architecture/clean-architecture.md"
1271
+ },
1272
+ {
1273
+ "id": "cqrs",
1274
+ "name": "CQRS Specialist",
1275
+ "version": "1.0.0",
1276
+ "path": "architecture/cqrs-specialist.md"
1277
+ },
1278
+ {
1279
+ "id": "ddd",
1280
+ "name": "DDD Specialist",
1281
+ "version": "1.0.0",
1282
+ "path": "architecture/ddd-specialist.md"
1283
+ },
1284
+ {
1285
+ "id": "event-driven",
1286
+ "name": "Event-Driven Architect",
1287
+ "version": "1.0.0",
1288
+ "path": "architecture/event-driven-architect.md"
1289
+ },
1290
+ {
1291
+ "id": "hexagonal",
1292
+ "name": "Hexagonal Architecture (Ports & Adapters)",
1293
+ "version": "1.0.0",
1294
+ "path": "architecture/hexagonal-architecture.md"
1295
+ },
1296
+ {
1297
+ "id": "microservices",
1298
+ "name": "Microservices Expert",
1299
+ "version": "1.0.0",
1300
+ "path": "architecture/microservices-expert.md"
1301
+ },
1302
+ {
1303
+ "id": "monolith",
1304
+ "name": "Monolith Expert",
1305
+ "version": "1.0.0",
1306
+ "path": "architecture/monolith-expert.md"
1307
+ },
1308
+ {
1309
+ "id": "repository",
1310
+ "name": "Repository Pattern",
1311
+ "version": "1.0.0",
1312
+ "path": "architecture/repository-pattern.md"
1313
+ },
1314
+ {
1315
+ "id": "uow",
1316
+ "name": "Unit of Work",
1317
+ "version": "1.0.0",
1318
+ "path": "architecture/unit-of-work.md"
1319
+ }
1320
+ ]
1321
+ },
1322
+ {
1323
+ "name": "Core",
1324
+ "count": 8,
1325
+ "skills": [
1326
+ {
1327
+ "id": "compression-engine",
1328
+ "name": "Core: Compression Engine",
1329
+ "version": "1.0.0",
1330
+ "path": "core/compression-engine.md"
1331
+ },
1332
+ {
1333
+ "id": "context-engine",
1334
+ "name": "Core: Context Engine",
1335
+ "version": "1.0.0",
1336
+ "path": "core/context-engine.md"
1337
+ },
1338
+ {
1339
+ "id": "decision-engine",
1340
+ "name": "Core: Decision Engine",
1341
+ "version": "1.0.0",
1342
+ "path": "core/decision-engine.md"
1343
+ },
1344
+ {
1345
+ "id": "evolution-engine",
1346
+ "name": "Core: Evolution Engine",
1347
+ "version": "1.0.0",
1348
+ "path": "core/evolution-engine.md"
1349
+ },
1350
+ {
1351
+ "id": "planning-engine",
1352
+ "name": "Core: Planning Engine",
1353
+ "version": "1.0.0",
1354
+ "path": "core/planning-engine.md"
1355
+ },
1356
+ {
1357
+ "id": "quality-gates",
1358
+ "name": "Core: Quality Gates",
1359
+ "version": "1.0.0",
1360
+ "path": "core/quality-gates.md"
1361
+ },
1362
+ {
1363
+ "id": "reflection-engine",
1364
+ "name": "Core: Reflection Engine",
1365
+ "version": "1.0.0",
1366
+ "path": "core/reflection-engine.md"
1367
+ },
1368
+ {
1369
+ "id": "token-manager",
1370
+ "name": "Core: Token Manager",
1371
+ "version": "1.0.0",
1372
+ "path": "core/token-manager.md"
1373
+ }
1374
+ ]
1375
+ },
1376
+ {
1377
+ "name": "Optimization",
1378
+ "count": 3,
1379
+ "skills": [
1380
+ {
1381
+ "id": "cost",
1382
+ "name": "Optimization: Cost Optimizer",
1383
+ "version": "1.0.0",
1384
+ "path": "optimization/cost-optimizer.md"
1385
+ },
1386
+ {
1387
+ "id": "prompt",
1388
+ "name": "Optimization: Prompt Optimizer",
1389
+ "version": "1.0.0",
1390
+ "path": "optimization/prompt-optimizer.md"
1391
+ },
1392
+ {
1393
+ "id": "token-reduce",
1394
+ "name": "Optimization: Token Reducer",
1395
+ "version": "1.0.0",
1396
+ "path": "optimization/token-reducer.md"
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ "name": "Database",
1402
+ "count": 6,
1403
+ "skills": [
1404
+ {
1405
+ "id": "db",
1406
+ "name": "Database: Database Engineer",
1407
+ "version": "1.0.0",
1408
+ "path": "database/database-engineer.md"
1409
+ },
1410
+ {
1411
+ "id": "mysql",
1412
+ "name": "Database: MySQL Specialist",
1413
+ "version": "1.0.0",
1414
+ "path": "database/mysql-specialist.md"
1415
+ },
1416
+ {
1417
+ "id": "postgres",
1418
+ "name": "Database: PostgreSQL Specialist",
1419
+ "version": "1.0.0",
1420
+ "path": "database/postgresql-specialist.md"
1421
+ },
1422
+ {
1423
+ "id": "redis",
1424
+ "name": "Database: Redis Specialist",
1425
+ "version": "1.0.0",
1426
+ "path": "database/redis-specialist.md"
1427
+ },
1428
+ {
1429
+ "id": "sql",
1430
+ "name": "Database: SQL Optimizer",
1431
+ "version": "1.0.0",
1432
+ "path": "database/sql-optimizer.md"
1433
+ },
1434
+ {
1435
+ "id": "sqlserver",
1436
+ "name": "Database: SQL Server Specialist",
1437
+ "version": "1.0.0",
1438
+ "path": "database/sqlserver-specialist.md"
1439
+ }
1440
+ ]
1441
+ },
1442
+ {
1443
+ "name": "Testing",
1444
+ "count": 4,
1445
+ "skills": [
1446
+ {
1447
+ "id": "e2e-test",
1448
+ "name": "Testing: E2E Test Engineer",
1449
+ "version": "1.0.0",
1450
+ "path": "testing/e2e-test-engineer.md"
1451
+ },
1452
+ {
1453
+ "id": "integration-test",
1454
+ "name": "Testing: Integration Test Engineer",
1455
+ "version": "1.0.0",
1456
+ "path": "testing/integration-test-engineer.md"
1457
+ },
1458
+ {
1459
+ "id": "mock",
1460
+ "name": "Testing: Mocking Specialist",
1461
+ "version": "1.0.0",
1462
+ "path": "testing/mocking-specialist.md"
1463
+ },
1464
+ {
1465
+ "id": "unit-test",
1466
+ "name": "Testing: Unit Test Engineer",
1467
+ "version": "1.0.0",
1468
+ "path": "testing/unit-test-engineer.md"
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "name": "Memory",
1474
+ "count": 6,
1475
+ "skills": [
1476
+ {
1477
+ "id": "memory",
1478
+ "name": "Memory: Memory Manager",
1479
+ "version": "1.0.0",
1480
+ "path": "memory/memory-manager.md"
1481
+ },
1482
+ {
1483
+ "id": "project-memory",
1484
+ "name": "Memory: Long-Term Project Memory",
1485
+ "version": "1.0.0",
1486
+ "path": "memory/long-term-project-memory.md"
1487
+ },
1488
+ {
1489
+ "id": "recall",
1490
+ "name": "Memory: Smart Recall",
1491
+ "version": "1.0.0",
1492
+ "path": "memory/smart-recall.md"
1493
+ },
1494
+ {
1495
+ "id": "recovery",
1496
+ "name": "Memory: Context Recovery",
1497
+ "version": "1.0.0",
1498
+ "path": "memory/context-recovery.md"
1499
+ },
1500
+ {
1501
+ "id": "session-compress",
1502
+ "name": "Memory: Session Compression",
1503
+ "version": "1.0.0",
1504
+ "path": "memory/session-compression.md"
1505
+ },
1506
+ {
1507
+ "id": "summarizer",
1508
+ "name": "Memory: Conversation Summarizer",
1509
+ "version": "1.0.0",
1510
+ "path": "memory/conversation-summarizer.md"
1511
+ }
1512
+ ]
1513
+ },
1514
+ {
1515
+ "name": "Security",
1516
+ "count": 3,
1517
+ "skills": [
1518
+ {
1519
+ "id": "owasp",
1520
+ "name": "Security: OWASP Auditor",
1521
+ "version": "1.0.0",
1522
+ "path": "security/owasp-auditor.md"
1523
+ },
1524
+ {
1525
+ "id": "pentest",
1526
+ "name": "Security: Pentest Reviewer",
1527
+ "version": "1.0.0",
1528
+ "path": "security/pentest-reviewer.md"
1529
+ },
1530
+ {
1531
+ "id": "security",
1532
+ "name": "Security: Security Engineer",
1533
+ "version": "1.0.0",
1534
+ "path": "security/security-engineer.md"
1535
+ }
1536
+ ]
1537
+ }
1538
+ ]
1539
+ }