forked from sickn33/antigravity-awesome-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills_index.json
More file actions
6419 lines (6419 loc) · 312 KB
/
skills_index.json
File metadata and controls
6419 lines (6419 loc) · 312 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": "2d-games",
"path": "skills/game-development/2d-games",
"category": "game-development",
"name": "2d-games",
"description": "2D game development principles. Sprites, tilemaps, physics, camera.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "3d-games",
"path": "skills/game-development/3d-games",
"category": "game-development",
"name": "3d-games",
"description": "3D game development principles. Rendering, shaders, physics, cameras.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "3d-web-experience",
"path": "skills/3d-web-experience",
"category": "uncategorized",
"name": "3d-web-experience",
"description": "Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "ab-test-setup",
"path": "skills/ab-test-setup",
"category": "uncategorized",
"name": "ab-test-setup",
"description": "Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "accessibility-compliance-accessibility-audit",
"path": "skills/accessibility-compliance-accessibility-audit",
"category": "uncategorized",
"name": "accessibility-compliance-accessibility-audit",
"description": "You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "active-directory-attacks",
"path": "skills/active-directory-attacks",
"category": "uncategorized",
"name": "Active Directory Attacks",
"description": "This skill should be used when the user asks to \"attack Active Directory\", \"exploit AD\", \"Kerberoasting\", \"DCSync\", \"pass-the-hash\", \"BloodHound enumeration\", \"Golden Ticket\", \"Silver Ticket\", \"AS-REP roasting\", \"NTLM relay\", or needs guidance on Windows domain penetration testing.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "activecampaign-automation",
"path": "skills/activecampaign-automation",
"category": "uncategorized",
"name": "activecampaign-automation",
"description": "Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "address-github-comments",
"path": "skills/address-github-comments",
"category": "uncategorized",
"name": "address-github-comments",
"description": "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "agent-evaluation",
"path": "skills/agent-evaluation",
"category": "uncategorized",
"name": "agent-evaluation",
"description": "Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring\u2014where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "agent-manager-skill",
"path": "skills/agent-manager-skill",
"category": "uncategorized",
"name": "agent-manager-skill",
"description": "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "agent-memory-mcp",
"path": "skills/agent-memory-mcp",
"category": "uncategorized",
"name": "agent-memory-mcp",
"description": "A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).",
"risk": "unknown",
"source": "unknown"
},
{
"id": "agent-memory-systems",
"path": "skills/agent-memory-systems",
"category": "uncategorized",
"name": "agent-memory-systems",
"description": "Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "agent-orchestration-improve-agent",
"path": "skills/agent-orchestration-improve-agent",
"category": "uncategorized",
"name": "agent-orchestration-improve-agent",
"description": "Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "agent-orchestration-multi-agent-optimize",
"path": "skills/agent-orchestration-multi-agent-optimize",
"category": "uncategorized",
"name": "agent-orchestration-multi-agent-optimize",
"description": "Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "agent-tool-builder",
"path": "skills/agent-tool-builder",
"category": "uncategorized",
"name": "agent-tool-builder",
"description": "Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "ai-agents-architect",
"path": "skills/ai-agents-architect",
"category": "uncategorized",
"name": "ai-agents-architect",
"description": "Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool use, function calling.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "ai-engineer",
"path": "skills/ai-engineer",
"category": "uncategorized",
"name": "ai-engineer",
"description": "Build production-ready LLM applications, advanced RAG systems, and intelligent agents. Implements vector search, multimodal AI, agent orchestration, and enterprise AI integrations. Use PROACTIVELY for LLM features, chatbots, AI agents, or AI-powered applications.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "ai-product",
"path": "skills/ai-product",
"category": "uncategorized",
"name": "ai-product",
"description": "Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when: keywords, file_patterns, code_patterns.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "ai-wrapper-product",
"path": "skills/ai-wrapper-product",
"category": "uncategorized",
"name": "ai-wrapper-product",
"description": "Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Use when: AI wrapper, GPT product, AI tool, wrap AI, AI SaaS.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "airflow-dag-patterns",
"path": "skills/airflow-dag-patterns",
"category": "uncategorized",
"name": "airflow-dag-patterns",
"description": "Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "airtable-automation",
"path": "skills/airtable-automation",
"category": "uncategorized",
"name": "airtable-automation",
"description": "Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "algolia-search",
"path": "skills/algolia-search",
"category": "uncategorized",
"name": "algolia-search",
"description": "Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "algorithmic-art",
"path": "skills/algorithmic-art",
"category": "uncategorized",
"name": "algorithmic-art",
"description": "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "amplitude-automation",
"path": "skills/amplitude-automation",
"category": "uncategorized",
"name": "amplitude-automation",
"description": "Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "analytics-tracking",
"path": "skills/analytics-tracking",
"category": "uncategorized",
"name": "analytics-tracking",
"description": "Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. Use when the user wants to set up, fix, or evaluate analytics tracking (GA4, GTM, product analytics, events, conversions, UTMs). This skill focuses on measurement strategy, signal quality, and validation\u2014 not just firing events.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "angular",
"path": "skills/angular",
"category": "uncategorized",
"name": "angular",
"description": "Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns. Use PROACTIVELY for Angular development, component architecture, state management, performance optimization, and migration to modern patterns.",
"risk": "safe",
"source": "self"
},
{
"id": "angular-best-practices",
"path": "skills/angular-best-practices",
"category": "uncategorized",
"name": "angular-best-practices",
"description": "Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.",
"risk": "safe",
"source": "self"
},
{
"id": "angular-migration",
"path": "skills/angular-migration",
"category": "uncategorized",
"name": "angular-migration",
"description": "Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "angular-state-management",
"path": "skills/angular-state-management",
"category": "uncategorized",
"name": "angular-state-management",
"description": "Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.",
"risk": "safe",
"source": "self"
},
{
"id": "angular-ui-patterns",
"path": "skills/angular-ui-patterns",
"category": "uncategorized",
"name": "angular-ui-patterns",
"description": "Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.",
"risk": "safe",
"source": "self"
},
{
"id": "anti-reversing-techniques",
"path": "skills/anti-reversing-techniques",
"category": "uncategorized",
"name": "anti-reversing-techniques",
"description": "Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or understanding software protection mechanisms.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-fuzzing-bug-bounty",
"path": "skills/api-fuzzing-bug-bounty",
"category": "uncategorized",
"name": "API Fuzzing for Bug Bounty",
"description": "This skill should be used when the user asks to \"test API security\", \"fuzz APIs\", \"find IDOR vulnerabilities\", \"test REST API\", \"test GraphQL\", \"API penetration testing\", \"bug bounty API testing\", or needs guidance on API security assessment techniques.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-design-principles",
"path": "skills/api-design-principles",
"category": "uncategorized",
"name": "api-design-principles",
"description": "Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-documentation-generator",
"path": "skills/api-documentation-generator",
"category": "uncategorized",
"name": "api-documentation-generator",
"description": "Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-documenter",
"path": "skills/api-documenter",
"category": "uncategorized",
"name": "api-documenter",
"description": "Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-patterns",
"path": "skills/api-patterns",
"category": "uncategorized",
"name": "api-patterns",
"description": "API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-security-best-practices",
"path": "skills/api-security-best-practices",
"category": "uncategorized",
"name": "api-security-best-practices",
"description": "Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities",
"risk": "unknown",
"source": "unknown"
},
{
"id": "api-testing-observability-api-mock",
"path": "skills/api-testing-observability-api-mock",
"category": "uncategorized",
"name": "api-testing-observability-api-mock",
"description": "You are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavior and enable parallel development.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "app-builder",
"path": "skills/app-builder",
"category": "uncategorized",
"name": "app-builder",
"description": "Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "app-store-optimization",
"path": "skills/app-store-optimization",
"category": "uncategorized",
"name": "app-store-optimization",
"description": "Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store",
"risk": "unknown",
"source": "unknown"
},
{
"id": "application-performance-performance-optimization",
"path": "skills/application-performance-performance-optimization",
"category": "uncategorized",
"name": "application-performance-performance-optimization",
"description": "Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "architect-review",
"path": "skills/architect-review",
"category": "uncategorized",
"name": "architect-review",
"description": "Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "architecture",
"path": "skills/architecture",
"category": "uncategorized",
"name": "architecture",
"description": "Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "architecture-decision-records",
"path": "skills/architecture-decision-records",
"category": "uncategorized",
"name": "architecture-decision-records",
"description": "Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "architecture-patterns",
"path": "skills/architecture-patterns",
"category": "uncategorized",
"name": "architecture-patterns",
"description": "Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "arm-cortex-expert",
"path": "skills/arm-cortex-expert",
"category": "uncategorized",
"name": "arm-cortex-expert",
"description": "Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and peripheral drivers.\n",
"risk": "unknown",
"source": "unknown"
},
{
"id": "asana-automation",
"path": "skills/asana-automation",
"category": "uncategorized",
"name": "asana-automation",
"description": "Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "async-python-patterns",
"path": "skills/async-python-patterns",
"category": "uncategorized",
"name": "async-python-patterns",
"description": "Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "attack-tree-construction",
"path": "skills/attack-tree-construction",
"category": "uncategorized",
"name": "attack-tree-construction",
"description": "Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "audio-transcriber",
"path": "skills/audio-transcriber",
"category": "uncategorized",
"name": "audio-transcriber",
"description": "Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration",
"risk": "safe",
"source": "unknown"
},
{
"id": "auth-implementation-patterns",
"path": "skills/auth-implementation-patterns",
"category": "uncategorized",
"name": "auth-implementation-patterns",
"description": "Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "automate-whatsapp",
"path": "skills/automate-whatsapp",
"category": "uncategorized",
"name": "automate-whatsapp",
"description": "Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automating WhatsApp conversations and event handling.",
"risk": "safe",
"source": "https://github.com/gokapso/agent-skills/tree/master/skills/automate-whatsapp"
},
{
"id": "autonomous-agent-patterns",
"path": "skills/autonomous-agent-patterns",
"category": "uncategorized",
"name": "autonomous-agent-patterns",
"description": "Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "autonomous-agents",
"path": "skills/autonomous-agents",
"category": "uncategorized",
"name": "autonomous-agents",
"description": "Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "avalonia-layout-zafiro",
"path": "skills/avalonia-layout-zafiro",
"category": "uncategorized",
"name": "avalonia-layout-zafiro",
"description": "Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "avalonia-viewmodels-zafiro",
"path": "skills/avalonia-viewmodels-zafiro",
"category": "uncategorized",
"name": "avalonia-viewmodels-zafiro",
"description": "Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "avalonia-zafiro-development",
"path": "skills/avalonia-zafiro-development",
"category": "uncategorized",
"name": "avalonia-zafiro-development",
"description": "Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "aws-penetration-testing",
"path": "skills/aws-penetration-testing",
"category": "uncategorized",
"name": "AWS Penetration Testing",
"description": "This skill should be used when the user asks to \"pentest AWS\", \"test AWS security\", \"enumerate IAM\", \"exploit cloud infrastructure\", \"AWS privilege escalation\", \"S3 bucket testing\", \"metadata SSRF\", \"Lambda exploitation\", or needs guidance on Amazon Web Services security assessment.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "aws-serverless",
"path": "skills/aws-serverless",
"category": "uncategorized",
"name": "aws-serverless",
"description": "Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "aws-skills",
"path": "skills/aws-skills",
"category": "uncategorized",
"name": "aws-skills",
"description": "AWS development with infrastructure automation and cloud architecture patterns",
"risk": "safe",
"source": "https://github.com/zxkane/aws-skills"
},
{
"id": "azure-functions",
"path": "skills/azure-functions",
"category": "uncategorized",
"name": "azure-functions",
"description": "Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "backend-architect",
"path": "skills/backend-architect",
"category": "uncategorized",
"name": "backend-architect",
"description": "Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "backend-dev-guidelines",
"path": "skills/backend-dev-guidelines",
"category": "uncategorized",
"name": "backend-dev-guidelines",
"description": "Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "backend-development-feature-development",
"path": "skills/backend-development-feature-development",
"category": "uncategorized",
"name": "backend-development-feature-development",
"description": "Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "cc-skill-backend-patterns",
"path": "skills/cc-skill-backend-patterns",
"category": "uncategorized",
"name": "backend-patterns",
"description": "Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "backend-security-coder",
"path": "skills/backend-security-coder",
"category": "uncategorized",
"name": "backend-security-coder",
"description": "Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "backtesting-frameworks",
"path": "skills/backtesting-frameworks",
"category": "uncategorized",
"name": "backtesting-frameworks",
"description": "Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bamboohr-automation",
"path": "skills/bamboohr-automation",
"category": "uncategorized",
"name": "bamboohr-automation",
"description": "Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, dependents, employee updates. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "basecamp-automation",
"path": "skills/basecamp-automation",
"category": "uncategorized",
"name": "basecamp-automation",
"description": "Automate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bash-defensive-patterns",
"path": "skills/bash-defensive-patterns",
"category": "uncategorized",
"name": "bash-defensive-patterns",
"description": "Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bash-linux",
"path": "skills/bash-linux",
"category": "uncategorized",
"name": "bash-linux",
"description": "Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bash-pro",
"path": "skills/bash-pro",
"category": "uncategorized",
"name": "bash-pro",
"description": "Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities. Expert in safe, portable, and testable shell scripts.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bats-testing-patterns",
"path": "skills/bats-testing-patterns",
"category": "uncategorized",
"name": "bats-testing-patterns",
"description": "Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bazel-build-optimization",
"path": "skills/bazel-build-optimization",
"category": "uncategorized",
"name": "bazel-build-optimization",
"description": "Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "beautiful-prose",
"path": "skills/beautiful-prose",
"category": "uncategorized",
"name": "beautiful-prose",
"description": "Hard-edged writing style contract for timeless, forceful English prose without AI tics",
"risk": "safe",
"source": "https://github.com/SHADOWPR0/beautiful_prose"
},
{
"id": "behavioral-modes",
"path": "skills/behavioral-modes",
"category": "uncategorized",
"name": "behavioral-modes",
"description": "AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "billing-automation",
"path": "skills/billing-automation",
"category": "uncategorized",
"name": "billing-automation",
"description": "Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "binary-analysis-patterns",
"path": "skills/binary-analysis-patterns",
"category": "uncategorized",
"name": "binary-analysis-patterns",
"description": "Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "bitbucket-automation",
"path": "skills/bitbucket-automation",
"category": "uncategorized",
"name": "bitbucket-automation",
"description": "Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "blockchain-developer",
"path": "skills/blockchain-developer",
"category": "uncategorized",
"name": "blockchain-developer",
"description": "Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. Use PROACTIVELY for smart contracts, Web3 apps, DeFi protocols, or blockchain infrastructure.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "blockrun",
"path": "skills/blockrun",
"category": "uncategorized",
"name": "blockrun",
"description": "Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models (\"blockrun\", \"use grok\", \"use gpt\", \"dall-e\", \"deepseek\")",
"risk": "unknown",
"source": "unknown"
},
{
"id": "box-automation",
"path": "skills/box-automation",
"category": "uncategorized",
"name": "box-automation",
"description": "Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (Composio). Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "brainstorming",
"path": "skills/brainstorming",
"category": "uncategorized",
"name": "brainstorming",
"description": "Use this skill before any creative or constructive work (features, components, architecture, behavior changes, or functionality). This skill transforms vague ideas into validated designs through disciplined, incremental reasoning and collaboration.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "brand-guidelines-anthropic",
"path": "skills/brand-guidelines-anthropic",
"category": "uncategorized",
"name": "brand-guidelines",
"description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "brand-guidelines-community",
"path": "skills/brand-guidelines-community",
"category": "uncategorized",
"name": "brand-guidelines",
"description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "brevo-automation",
"path": "skills/brevo-automation",
"category": "uncategorized",
"name": "brevo-automation",
"description": "Automate Brevo (Sendinblue) tasks via Rube MCP (Composio): manage email campaigns, create/edit templates, track senders, and monitor campaign performance. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "broken-authentication",
"path": "skills/broken-authentication",
"category": "uncategorized",
"name": "Broken Authentication Testing",
"description": "This skill should be used when the user asks to \"test for broken authentication vulnerabilities\", \"assess session management security\", \"perform credential stuffing tests\", \"evaluate password policies\", \"test for session fixation\", or \"identify authentication bypass flaws\". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "browser-automation",
"path": "skills/browser-automation",
"category": "uncategorized",
"name": "browser-automation",
"description": "Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the better choice in 202",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "browser-extension-builder",
"path": "skills/browser-extension-builder",
"category": "uncategorized",
"name": "browser-extension-builder",
"description": "Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "bullmq-specialist",
"path": "skills/bullmq-specialist",
"category": "uncategorized",
"name": "bullmq-specialist",
"description": "BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.",
"risk": "unknown",
"source": "vibeship-spawner-skills (Apache 2.0)"
},
{
"id": "bun-development",
"path": "skills/bun-development",
"category": "uncategorized",
"name": "bun-development",
"description": "Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "burp-suite-testing",
"path": "skills/burp-suite-testing",
"category": "uncategorized",
"name": "Burp Suite Web Application Testing",
"description": "This skill should be used when the user asks to \"intercept HTTP traffic\", \"modify web requests\", \"use Burp Suite for testing\", \"perform web vulnerability scanning\", \"test with Burp Repeater\", \"analyze HTTP history\", or \"configure proxy for web testing\". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "business-analyst",
"path": "skills/business-analyst",
"category": "uncategorized",
"name": "business-analyst",
"description": "Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. Use PROACTIVELY for business intelligence or strategic analysis.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "busybox-on-windows",
"path": "skills/busybox-on-windows",
"category": "uncategorized",
"name": "busybox-on-windows",
"description": "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "c-pro",
"path": "skills/c-pro",
"category": "uncategorized",
"name": "c-pro",
"description": "Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code. Use PROACTIVELY for C optimization, memory issues, or system programming.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "c4-architecture-c4-architecture",
"path": "skills/c4-architecture-c4-architecture",
"category": "uncategorized",
"name": "c4-architecture-c4-architecture",
"description": "Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "c4-code",
"path": "skills/c4-code",
"category": "uncategorized",
"name": "c4-code",
"description": "Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "c4-component",
"path": "skills/c4-component",
"category": "uncategorized",
"name": "c4-component",
"description": "Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. Creates component diagrams and documentation. Use when synthesizing code-level documentation into logical components.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "c4-container",
"path": "skills/c4-container",
"category": "uncategorized",
"name": "c4-container",
"description": "Expert C4 Container-level documentation specialist. Synthesizes Component-level documentation into Container-level architecture, mapping components to deployment units, documenting container interfaces as APIs, and creating container diagrams. Use when synthesizing components into deployment containers and documenting system deployment architecture.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "c4-context",
"path": "skills/c4-context",
"category": "uncategorized",
"name": "c4-context",
"description": "Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies. Synthesizes container and component documentation with system documentation to create comprehensive context-level architecture. Use when creating the highest-level C4 system context documentation.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "cal-com-automation",
"path": "skills/cal-com-automation",
"category": "uncategorized",
"name": "cal-com-automation",
"description": "Automate Cal.com tasks via Rube MCP (Composio): manage bookings, check availability, configure webhooks, and handle teams. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "calendly-automation",
"path": "skills/calendly-automation",
"category": "uncategorized",
"name": "calendly-automation",
"description": "Automate Calendly scheduling, event management, invitee tracking, availability checks, and organization administration via Rube MCP (Composio). Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "canva-automation",
"path": "skills/canva-automation",
"category": "uncategorized",
"name": "canva-automation",
"description": "Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "canvas-design",
"path": "skills/canvas-design",
"category": "uncategorized",
"name": "canvas-design",
"description": "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "cc-skill-continuous-learning",
"path": "skills/cc-skill-continuous-learning",
"category": "uncategorized",
"name": "cc-skill-continuous-learning",
"description": "Development skill from everything-claude-code",
"risk": "unknown",
"source": "unknown"
},
{
"id": "cc-skill-project-guidelines-example",
"path": "skills/cc-skill-project-guidelines-example",
"category": "uncategorized",
"name": "cc-skill-project-guidelines-example",
"description": "Project Guidelines Skill (Example)",
"risk": "unknown",
"source": "unknown"
},
{
"id": "cc-skill-strategic-compact",
"path": "skills/cc-skill-strategic-compact",
"category": "uncategorized",
"name": "cc-skill-strategic-compact",
"description": "Development skill from everything-claude-code",
"risk": "unknown",
"source": "unknown"
},
{
"id": "changelog-automation",
"path": "skills/changelog-automation",
"category": "uncategorized",
"name": "changelog-automation",
"description": "Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "cicd-automation-workflow-automate",
"path": "skills/cicd-automation-workflow-automate",
"category": "uncategorized",
"name": "cicd-automation-workflow-automate",
"description": "You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "circleci-automation",
"path": "skills/circleci-automation",
"category": "uncategorized",
"name": "circleci-automation",
"description": "Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Always search tools first for current schemas.",
"risk": "unknown",
"source": "unknown"
},
{
"id": "clarity-gate",
"path": "skills/clarity-gate",
"category": "uncategorized",
"name": "clarity-gate",
"description": "Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow",
"risk": "safe",
"source": "https://github.com/frmoretto/clarity-gate"
},