@rulemetric/skills-registry 0.7.27 → 0.7.29
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/discovered-sources.json +352 -350
- package/package.json +1 -1
package/discovered-sources.json
CHANGED
|
@@ -232,8 +232,8 @@
|
|
|
232
232
|
"patterns": [
|
|
233
233
|
"**/*.md"
|
|
234
234
|
],
|
|
235
|
-
"defaultTool": "
|
|
236
|
-
"defaultCategory": "
|
|
235
|
+
"defaultTool": "openclaw",
|
|
236
|
+
"defaultCategory": "language",
|
|
237
237
|
"license": "MIT"
|
|
238
238
|
},
|
|
239
239
|
{
|
|
@@ -255,20 +255,20 @@
|
|
|
255
255
|
"license": "MIT"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"repo": "
|
|
258
|
+
"repo": "moeru-ai/airi",
|
|
259
259
|
"patterns": [
|
|
260
|
-
"
|
|
260
|
+
"**/*.md"
|
|
261
261
|
],
|
|
262
|
-
"defaultTool": "
|
|
262
|
+
"defaultTool": "openclaw",
|
|
263
263
|
"defaultCategory": "workflow",
|
|
264
264
|
"license": "MIT"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"repo": "
|
|
267
|
+
"repo": "sickn33/agentic-awesome-skills",
|
|
268
268
|
"patterns": [
|
|
269
|
-
"
|
|
269
|
+
"skills/**/*.md"
|
|
270
270
|
],
|
|
271
|
-
"defaultTool": "
|
|
271
|
+
"defaultTool": "claude_code",
|
|
272
272
|
"defaultCategory": "workflow",
|
|
273
273
|
"license": "MIT"
|
|
274
274
|
},
|
|
@@ -292,6 +292,16 @@
|
|
|
292
292
|
"defaultCategory": "workflow",
|
|
293
293
|
"license": "GPL-3.0"
|
|
294
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"repo": "luongnv89/claude-howto",
|
|
297
|
+
"patterns": [
|
|
298
|
+
"agents/**/*.md",
|
|
299
|
+
"**/AGENTS.md"
|
|
300
|
+
],
|
|
301
|
+
"defaultTool": "claude_code",
|
|
302
|
+
"defaultCategory": "workflow",
|
|
303
|
+
"license": "MIT"
|
|
304
|
+
},
|
|
295
305
|
{
|
|
296
306
|
"repo": "Imbad0202/academic-research-skills",
|
|
297
307
|
"patterns": [
|
|
@@ -448,6 +458,15 @@
|
|
|
448
458
|
"defaultCategory": "workflow",
|
|
449
459
|
"license": "NOASSERTION"
|
|
450
460
|
},
|
|
461
|
+
{
|
|
462
|
+
"repo": "Nutlope/hallmark",
|
|
463
|
+
"patterns": [
|
|
464
|
+
"**/*.md"
|
|
465
|
+
],
|
|
466
|
+
"defaultTool": "cursor",
|
|
467
|
+
"defaultCategory": "workflow",
|
|
468
|
+
"license": "MIT"
|
|
469
|
+
},
|
|
451
470
|
{
|
|
452
471
|
"repo": "mksglu/context-mode",
|
|
453
472
|
"patterns": [
|
|
@@ -459,43 +478,34 @@
|
|
|
459
478
|
"license": "NOASSERTION"
|
|
460
479
|
},
|
|
461
480
|
{
|
|
462
|
-
"repo": "
|
|
481
|
+
"repo": "KKKKhazix/khazix-skills",
|
|
463
482
|
"patterns": [
|
|
483
|
+
"skills/**/*.md",
|
|
464
484
|
"agents/**/*.md",
|
|
465
485
|
"**/AGENTS.md"
|
|
466
486
|
],
|
|
467
487
|
"defaultTool": "claude_code",
|
|
468
|
-
"defaultCategory": "
|
|
488
|
+
"defaultCategory": "workflow",
|
|
469
489
|
"license": "MIT"
|
|
470
490
|
},
|
|
471
491
|
{
|
|
472
|
-
"repo": "
|
|
473
|
-
"patterns": [
|
|
474
|
-
"**/*.md"
|
|
475
|
-
],
|
|
476
|
-
"defaultTool": "openclaw",
|
|
477
|
-
"defaultCategory": "language",
|
|
478
|
-
"license": "Apache-2.0"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"repo": "KKKKhazix/khazix-skills",
|
|
492
|
+
"repo": "teng-lin/notebooklm-py",
|
|
482
493
|
"patterns": [
|
|
483
|
-
"skills/**/*.md",
|
|
484
494
|
"agents/**/*.md",
|
|
485
495
|
"**/AGENTS.md"
|
|
486
496
|
],
|
|
487
497
|
"defaultTool": "claude_code",
|
|
488
|
-
"defaultCategory": "
|
|
498
|
+
"defaultCategory": "language",
|
|
489
499
|
"license": "MIT"
|
|
490
500
|
},
|
|
491
501
|
{
|
|
492
|
-
"repo": "
|
|
502
|
+
"repo": "RightNow-AI/openfang",
|
|
493
503
|
"patterns": [
|
|
494
504
|
"**/*.md"
|
|
495
505
|
],
|
|
496
|
-
"defaultTool": "
|
|
497
|
-
"defaultCategory": "
|
|
498
|
-
"license": "
|
|
506
|
+
"defaultTool": "openclaw",
|
|
507
|
+
"defaultCategory": "language",
|
|
508
|
+
"license": "Apache-2.0"
|
|
499
509
|
},
|
|
500
510
|
{
|
|
501
511
|
"repo": "liyupi/ai-guide",
|
|
@@ -554,6 +564,15 @@
|
|
|
554
564
|
"defaultCategory": "workflow",
|
|
555
565
|
"license": "NOASSERTION"
|
|
556
566
|
},
|
|
567
|
+
{
|
|
568
|
+
"repo": "op7418/Humanizer-zh",
|
|
569
|
+
"patterns": [
|
|
570
|
+
"skills/**/*.md"
|
|
571
|
+
],
|
|
572
|
+
"defaultTool": "universal",
|
|
573
|
+
"defaultCategory": "workflow",
|
|
574
|
+
"license": "MIT"
|
|
575
|
+
},
|
|
557
576
|
{
|
|
558
577
|
"repo": "casdoor/casdoor",
|
|
559
578
|
"patterns": [
|
|
@@ -564,11 +583,11 @@
|
|
|
564
583
|
"license": "Apache-2.0"
|
|
565
584
|
},
|
|
566
585
|
{
|
|
567
|
-
"repo": "
|
|
586
|
+
"repo": "wanshuiyin/Auto-claude-code-research-in-sleep",
|
|
568
587
|
"patterns": [
|
|
569
588
|
"skills/**/*.md"
|
|
570
589
|
],
|
|
571
|
-
"defaultTool": "
|
|
590
|
+
"defaultTool": "claude_code",
|
|
572
591
|
"defaultCategory": "workflow",
|
|
573
592
|
"license": "MIT"
|
|
574
593
|
},
|
|
@@ -582,12 +601,13 @@
|
|
|
582
601
|
"license": "MIT"
|
|
583
602
|
},
|
|
584
603
|
{
|
|
585
|
-
"repo": "
|
|
604
|
+
"repo": "NanmiCoder/cc-haha",
|
|
586
605
|
"patterns": [
|
|
587
|
-
"
|
|
606
|
+
"agents/**/*.md",
|
|
607
|
+
"**/AGENTS.md"
|
|
588
608
|
],
|
|
589
609
|
"defaultTool": "claude_code",
|
|
590
|
-
"defaultCategory": "
|
|
610
|
+
"defaultCategory": "framework",
|
|
591
611
|
"license": "MIT"
|
|
592
612
|
},
|
|
593
613
|
{
|
|
@@ -599,6 +619,17 @@
|
|
|
599
619
|
"defaultCategory": "workflow",
|
|
600
620
|
"license": "NOASSERTION"
|
|
601
621
|
},
|
|
622
|
+
{
|
|
623
|
+
"repo": "AgriciDaniel/claude-seo",
|
|
624
|
+
"patterns": [
|
|
625
|
+
"skills/**/*.md",
|
|
626
|
+
"agents/**/*.md",
|
|
627
|
+
"**/AGENTS.md"
|
|
628
|
+
],
|
|
629
|
+
"defaultTool": "claude_code",
|
|
630
|
+
"defaultCategory": "workflow",
|
|
631
|
+
"license": "MIT"
|
|
632
|
+
},
|
|
602
633
|
{
|
|
603
634
|
"repo": "nearai/ironclaw",
|
|
604
635
|
"patterns": [
|
|
@@ -609,13 +640,11 @@
|
|
|
609
640
|
"license": "Apache-2.0"
|
|
610
641
|
},
|
|
611
642
|
{
|
|
612
|
-
"repo": "
|
|
643
|
+
"repo": "virgiliojr94/book-to-skill",
|
|
613
644
|
"patterns": [
|
|
614
|
-
"
|
|
615
|
-
"agents/**/*.md",
|
|
616
|
-
"**/AGENTS.md"
|
|
645
|
+
"**/*.md"
|
|
617
646
|
],
|
|
618
|
-
"defaultTool": "
|
|
647
|
+
"defaultTool": "universal",
|
|
619
648
|
"defaultCategory": "workflow",
|
|
620
649
|
"license": "MIT"
|
|
621
650
|
},
|
|
@@ -638,15 +667,6 @@
|
|
|
638
667
|
"defaultCategory": "workflow",
|
|
639
668
|
"license": "MIT"
|
|
640
669
|
},
|
|
641
|
-
{
|
|
642
|
-
"repo": "virgiliojr94/book-to-skill",
|
|
643
|
-
"patterns": [
|
|
644
|
-
"**/*.md"
|
|
645
|
-
],
|
|
646
|
-
"defaultTool": "universal",
|
|
647
|
-
"defaultCategory": "workflow",
|
|
648
|
-
"license": "MIT"
|
|
649
|
-
},
|
|
650
670
|
{
|
|
651
671
|
"repo": "ykdojo/claude-code-tips",
|
|
652
672
|
"patterns": [
|
|
@@ -665,15 +685,6 @@
|
|
|
665
685
|
"defaultCategory": "workflow",
|
|
666
686
|
"license": "MIT"
|
|
667
687
|
},
|
|
668
|
-
{
|
|
669
|
-
"repo": "zhaoxuya520/reverse-skill",
|
|
670
|
-
"patterns": [
|
|
671
|
-
"**/*.md"
|
|
672
|
-
],
|
|
673
|
-
"defaultTool": "cursor",
|
|
674
|
-
"defaultCategory": "security",
|
|
675
|
-
"license": "MIT"
|
|
676
|
-
},
|
|
677
688
|
{
|
|
678
689
|
"repo": "YouMind-OpenLab/awesome-gpt-image-2",
|
|
679
690
|
"patterns": [
|
|
@@ -763,6 +774,15 @@
|
|
|
763
774
|
"defaultTool": "claude_code",
|
|
764
775
|
"defaultCategory": "testing"
|
|
765
776
|
},
|
|
777
|
+
{
|
|
778
|
+
"repo": "Vincentwei1021/video-shotcraft",
|
|
779
|
+
"patterns": [
|
|
780
|
+
"**/*.md"
|
|
781
|
+
],
|
|
782
|
+
"defaultTool": "claude_code",
|
|
783
|
+
"defaultCategory": "workflow",
|
|
784
|
+
"license": "Apache-2.0"
|
|
785
|
+
},
|
|
766
786
|
{
|
|
767
787
|
"repo": "jeremylongshore/claude-code-plugins-plus-skills",
|
|
768
788
|
"patterns": [
|
|
@@ -794,6 +814,15 @@
|
|
|
794
814
|
"defaultCategory": "workflow",
|
|
795
815
|
"license": "MIT"
|
|
796
816
|
},
|
|
817
|
+
{
|
|
818
|
+
"repo": "zLanqing/codex-claude-academic-skills",
|
|
819
|
+
"patterns": [
|
|
820
|
+
"skills/**/*.md"
|
|
821
|
+
],
|
|
822
|
+
"defaultTool": "universal",
|
|
823
|
+
"defaultCategory": "language",
|
|
824
|
+
"license": "MIT"
|
|
825
|
+
},
|
|
797
826
|
{
|
|
798
827
|
"repo": "ciembor/agent-rules-books",
|
|
799
828
|
"patterns": [
|
|
@@ -806,15 +835,6 @@
|
|
|
806
835
|
"defaultCategory": "architecture",
|
|
807
836
|
"license": "MIT"
|
|
808
837
|
},
|
|
809
|
-
{
|
|
810
|
-
"repo": "zLanqing/codex-claude-academic-skills",
|
|
811
|
-
"patterns": [
|
|
812
|
-
"skills/**/*.md"
|
|
813
|
-
],
|
|
814
|
-
"defaultTool": "universal",
|
|
815
|
-
"defaultCategory": "language",
|
|
816
|
-
"license": "MIT"
|
|
817
|
-
},
|
|
818
838
|
{
|
|
819
839
|
"repo": "mrgoonie/claudekit-skills",
|
|
820
840
|
"patterns": [
|
|
@@ -823,15 +843,6 @@
|
|
|
823
843
|
"defaultTool": "universal",
|
|
824
844
|
"defaultCategory": "workflow"
|
|
825
845
|
},
|
|
826
|
-
{
|
|
827
|
-
"repo": "Vincentwei1021/video-shotcraft",
|
|
828
|
-
"patterns": [
|
|
829
|
-
"**/*.md"
|
|
830
|
-
],
|
|
831
|
-
"defaultTool": "claude_code",
|
|
832
|
-
"defaultCategory": "workflow",
|
|
833
|
-
"license": "Apache-2.0"
|
|
834
|
-
},
|
|
835
846
|
{
|
|
836
847
|
"repo": "JuneYaooo/nihaisha-nishi-tcm",
|
|
837
848
|
"patterns": [
|
|
@@ -915,6 +926,14 @@
|
|
|
915
926
|
"defaultCategory": "workflow",
|
|
916
927
|
"license": "Apache-2.0"
|
|
917
928
|
},
|
|
929
|
+
{
|
|
930
|
+
"repo": "aiwithremy/claude-skills-llm-council",
|
|
931
|
+
"patterns": [
|
|
932
|
+
"skills/**/*.md"
|
|
933
|
+
],
|
|
934
|
+
"defaultTool": "claude_code",
|
|
935
|
+
"defaultCategory": "workflow"
|
|
936
|
+
},
|
|
918
937
|
{
|
|
919
938
|
"repo": "dyoshikawa/rulesync",
|
|
920
939
|
"patterns": [
|
|
@@ -927,15 +946,7 @@
|
|
|
927
946
|
"license": "MIT"
|
|
928
947
|
},
|
|
929
948
|
{
|
|
930
|
-
"repo": "
|
|
931
|
-
"patterns": [
|
|
932
|
-
"skills/**/*.md"
|
|
933
|
-
],
|
|
934
|
-
"defaultTool": "claude_code",
|
|
935
|
-
"defaultCategory": "workflow"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"repo": "caliber-ai-org/ai-setup",
|
|
949
|
+
"repo": "mohitagw15856/pm-claude-skills",
|
|
939
950
|
"patterns": [
|
|
940
951
|
"skills/**/*.md"
|
|
941
952
|
],
|
|
@@ -944,7 +955,7 @@
|
|
|
944
955
|
"license": "MIT"
|
|
945
956
|
},
|
|
946
957
|
{
|
|
947
|
-
"repo": "
|
|
958
|
+
"repo": "caliber-ai-org/ai-setup",
|
|
948
959
|
"patterns": [
|
|
949
960
|
"skills/**/*.md"
|
|
950
961
|
],
|
|
@@ -1099,6 +1110,17 @@
|
|
|
1099
1110
|
"defaultCategory": "security",
|
|
1100
1111
|
"license": "MIT"
|
|
1101
1112
|
},
|
|
1113
|
+
{
|
|
1114
|
+
"repo": "WorldFlowAI/everything-claude-code",
|
|
1115
|
+
"patterns": [
|
|
1116
|
+
"skills/**/*.md",
|
|
1117
|
+
"agents/**/*.md",
|
|
1118
|
+
"**/AGENTS.md",
|
|
1119
|
+
"**/*.md"
|
|
1120
|
+
],
|
|
1121
|
+
"defaultTool": "claude_code",
|
|
1122
|
+
"defaultCategory": "workflow"
|
|
1123
|
+
},
|
|
1102
1124
|
{
|
|
1103
1125
|
"repo": "23blocks-OS/ai-maestro",
|
|
1104
1126
|
"patterns": [
|
|
@@ -1129,6 +1151,17 @@
|
|
|
1129
1151
|
"defaultTool": "cursor",
|
|
1130
1152
|
"defaultCategory": "workflow"
|
|
1131
1153
|
},
|
|
1154
|
+
{
|
|
1155
|
+
"repo": "laolaoshiren/claude-code-skills-zh",
|
|
1156
|
+
"patterns": [
|
|
1157
|
+
"skills/**/*.md",
|
|
1158
|
+
"agents/**/*.md",
|
|
1159
|
+
"**/AGENTS.md"
|
|
1160
|
+
],
|
|
1161
|
+
"defaultTool": "claude_code",
|
|
1162
|
+
"defaultCategory": "workflow",
|
|
1163
|
+
"license": "MIT"
|
|
1164
|
+
},
|
|
1132
1165
|
{
|
|
1133
1166
|
"repo": "decebals/claude-code-java",
|
|
1134
1167
|
"patterns": [
|
|
@@ -1149,17 +1182,6 @@
|
|
|
1149
1182
|
"defaultTool": "universal",
|
|
1150
1183
|
"defaultCategory": "workflow"
|
|
1151
1184
|
},
|
|
1152
|
-
{
|
|
1153
|
-
"repo": "laolaoshiren/claude-code-skills-zh",
|
|
1154
|
-
"patterns": [
|
|
1155
|
-
"skills/**/*.md",
|
|
1156
|
-
"agents/**/*.md",
|
|
1157
|
-
"**/AGENTS.md"
|
|
1158
|
-
],
|
|
1159
|
-
"defaultTool": "claude_code",
|
|
1160
|
-
"defaultCategory": "workflow",
|
|
1161
|
-
"license": "MIT"
|
|
1162
|
-
},
|
|
1163
1185
|
{
|
|
1164
1186
|
"repo": "mhattingpete/claude-skills-marketplace",
|
|
1165
1187
|
"patterns": [
|
|
@@ -1191,14 +1213,12 @@
|
|
|
1191
1213
|
"license": "MIT"
|
|
1192
1214
|
},
|
|
1193
1215
|
{
|
|
1194
|
-
"repo": "
|
|
1216
|
+
"repo": "realrossmanngroup/no_ai_slop_writing_rules",
|
|
1195
1217
|
"patterns": [
|
|
1196
1218
|
"skills/**/*.md",
|
|
1197
|
-
"agents/**/*.md",
|
|
1198
|
-
"**/AGENTS.md",
|
|
1199
1219
|
"**/*.md"
|
|
1200
1220
|
],
|
|
1201
|
-
"defaultTool": "
|
|
1221
|
+
"defaultTool": "universal",
|
|
1202
1222
|
"defaultCategory": "workflow"
|
|
1203
1223
|
},
|
|
1204
1224
|
{
|
|
@@ -1213,33 +1233,24 @@
|
|
|
1213
1233
|
"license": "Apache-2.0"
|
|
1214
1234
|
},
|
|
1215
1235
|
{
|
|
1216
|
-
"repo": "
|
|
1217
|
-
"patterns": [
|
|
1218
|
-
"skills/**/*.md",
|
|
1219
|
-
"**/*.md"
|
|
1220
|
-
],
|
|
1221
|
-
"defaultTool": "universal",
|
|
1222
|
-
"defaultCategory": "workflow"
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"repo": "fjb040911/ai-rules",
|
|
1236
|
+
"repo": "yzhao062/agent-style",
|
|
1226
1237
|
"patterns": [
|
|
1227
1238
|
"agents/**/*.md",
|
|
1228
1239
|
"**/AGENTS.md",
|
|
1229
1240
|
"**/*.md"
|
|
1230
1241
|
],
|
|
1231
1242
|
"defaultTool": "cursor",
|
|
1232
|
-
"defaultCategory": "
|
|
1243
|
+
"defaultCategory": "workflow"
|
|
1233
1244
|
},
|
|
1234
1245
|
{
|
|
1235
|
-
"repo": "
|
|
1246
|
+
"repo": "fjb040911/ai-rules",
|
|
1236
1247
|
"patterns": [
|
|
1237
1248
|
"agents/**/*.md",
|
|
1238
1249
|
"**/AGENTS.md",
|
|
1239
1250
|
"**/*.md"
|
|
1240
1251
|
],
|
|
1241
1252
|
"defaultTool": "cursor",
|
|
1242
|
-
"defaultCategory": "
|
|
1253
|
+
"defaultCategory": "architecture"
|
|
1243
1254
|
},
|
|
1244
1255
|
{
|
|
1245
1256
|
"repo": "rshankras/claude-code-apple-skills",
|
|
@@ -1353,13 +1364,15 @@
|
|
|
1353
1364
|
"license": "MIT"
|
|
1354
1365
|
},
|
|
1355
1366
|
{
|
|
1356
|
-
"repo": "
|
|
1367
|
+
"repo": "borghei/Claude-Skills",
|
|
1357
1368
|
"patterns": [
|
|
1358
1369
|
"skills/**/*.md",
|
|
1359
|
-
"
|
|
1370
|
+
"agents/**/*.md",
|
|
1371
|
+
"**/AGENTS.md"
|
|
1360
1372
|
],
|
|
1361
1373
|
"defaultTool": "claude_code",
|
|
1362
|
-
"defaultCategory": "
|
|
1374
|
+
"defaultCategory": "language",
|
|
1375
|
+
"license": "NOASSERTION"
|
|
1363
1376
|
},
|
|
1364
1377
|
{
|
|
1365
1378
|
"repo": "project-codeguard/rules",
|
|
@@ -1373,24 +1386,13 @@
|
|
|
1373
1386
|
"license": "NOASSERTION"
|
|
1374
1387
|
},
|
|
1375
1388
|
{
|
|
1376
|
-
"repo": "
|
|
1389
|
+
"repo": "cnfjlhj/ai-collab-playbook",
|
|
1377
1390
|
"patterns": [
|
|
1378
1391
|
"skills/**/*.md",
|
|
1379
|
-
"
|
|
1380
|
-
"**/AGENTS.md"
|
|
1381
|
-
],
|
|
1382
|
-
"defaultTool": "claude_code",
|
|
1383
|
-
"defaultCategory": "language",
|
|
1384
|
-
"license": "NOASSERTION"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"repo": "K-Dense-AI/claude-skills-mcp",
|
|
1388
|
-
"patterns": [
|
|
1389
|
-
"skills/**/*.md"
|
|
1392
|
+
"**/*.md"
|
|
1390
1393
|
],
|
|
1391
1394
|
"defaultTool": "claude_code",
|
|
1392
|
-
"defaultCategory": "workflow"
|
|
1393
|
-
"license": "Apache-2.0"
|
|
1395
|
+
"defaultCategory": "workflow"
|
|
1394
1396
|
},
|
|
1395
1397
|
{
|
|
1396
1398
|
"repo": "helloianneo/awesome-claude-code-skills",
|
|
@@ -1404,21 +1406,22 @@
|
|
|
1404
1406
|
"license": "MIT"
|
|
1405
1407
|
},
|
|
1406
1408
|
{
|
|
1407
|
-
"repo": "
|
|
1409
|
+
"repo": "K-Dense-AI/claude-skills-mcp",
|
|
1408
1410
|
"patterns": [
|
|
1409
|
-
"
|
|
1411
|
+
"skills/**/*.md"
|
|
1410
1412
|
],
|
|
1411
|
-
"defaultTool": "
|
|
1412
|
-
"defaultCategory": "
|
|
1413
|
-
"license": "
|
|
1413
|
+
"defaultTool": "claude_code",
|
|
1414
|
+
"defaultCategory": "workflow",
|
|
1415
|
+
"license": "Apache-2.0"
|
|
1414
1416
|
},
|
|
1415
1417
|
{
|
|
1416
|
-
"repo": "
|
|
1418
|
+
"repo": "matank001/cursor-security-rules",
|
|
1417
1419
|
"patterns": [
|
|
1418
1420
|
"**/*.md"
|
|
1419
1421
|
],
|
|
1420
1422
|
"defaultTool": "cursor",
|
|
1421
|
-
"defaultCategory": "
|
|
1423
|
+
"defaultCategory": "security",
|
|
1424
|
+
"license": "MIT"
|
|
1422
1425
|
},
|
|
1423
1426
|
{
|
|
1424
1427
|
"repo": "RealZST/HarnessKit",
|
|
@@ -1430,6 +1433,14 @@
|
|
|
1430
1433
|
"defaultCategory": "workflow",
|
|
1431
1434
|
"license": "Apache-2.0"
|
|
1432
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
"repo": "worryzyy/awesome-cursor-download",
|
|
1438
|
+
"patterns": [
|
|
1439
|
+
"**/*.md"
|
|
1440
|
+
],
|
|
1441
|
+
"defaultTool": "cursor",
|
|
1442
|
+
"defaultCategory": "workflow"
|
|
1443
|
+
},
|
|
1433
1444
|
{
|
|
1434
1445
|
"repo": "leonardomso/rust-skills",
|
|
1435
1446
|
"patterns": [
|
|
@@ -1482,22 +1493,22 @@
|
|
|
1482
1493
|
"license": "MIT"
|
|
1483
1494
|
},
|
|
1484
1495
|
{
|
|
1485
|
-
"repo": "
|
|
1496
|
+
"repo": "JamesShi96/project-butler",
|
|
1486
1497
|
"patterns": [
|
|
1487
1498
|
"**/*.md"
|
|
1488
1499
|
],
|
|
1489
|
-
"defaultTool": "
|
|
1490
|
-
"defaultCategory": "
|
|
1491
|
-
"license": "
|
|
1500
|
+
"defaultTool": "claude_code",
|
|
1501
|
+
"defaultCategory": "workflow",
|
|
1502
|
+
"license": "MIT"
|
|
1492
1503
|
},
|
|
1493
1504
|
{
|
|
1494
|
-
"repo": "
|
|
1505
|
+
"repo": "perrystreetsoftware/Harmonize",
|
|
1495
1506
|
"patterns": [
|
|
1496
1507
|
"**/*.md"
|
|
1497
1508
|
],
|
|
1498
|
-
"defaultTool": "
|
|
1499
|
-
"defaultCategory": "
|
|
1500
|
-
"license": "
|
|
1509
|
+
"defaultTool": "universal",
|
|
1510
|
+
"defaultCategory": "testing",
|
|
1511
|
+
"license": "Apache-2.0"
|
|
1501
1512
|
},
|
|
1502
1513
|
{
|
|
1503
1514
|
"repo": "huanchong-99/SoloDawn",
|
|
@@ -1511,21 +1522,21 @@
|
|
|
1511
1522
|
"license": "NOASSERTION"
|
|
1512
1523
|
},
|
|
1513
1524
|
{
|
|
1514
|
-
"repo": "
|
|
1525
|
+
"repo": "cosai-oasis/project-codeguard",
|
|
1515
1526
|
"patterns": [
|
|
1516
1527
|
"**/*.md"
|
|
1517
1528
|
],
|
|
1518
1529
|
"defaultTool": "universal",
|
|
1519
|
-
"defaultCategory": "
|
|
1530
|
+
"defaultCategory": "security",
|
|
1531
|
+
"license": "NOASSERTION"
|
|
1520
1532
|
},
|
|
1521
1533
|
{
|
|
1522
|
-
"repo": "
|
|
1534
|
+
"repo": "molyswu/hand_detection",
|
|
1523
1535
|
"patterns": [
|
|
1524
1536
|
"**/*.md"
|
|
1525
1537
|
],
|
|
1526
1538
|
"defaultTool": "universal",
|
|
1527
|
-
"defaultCategory": "
|
|
1528
|
-
"license": "NOASSERTION"
|
|
1539
|
+
"defaultCategory": "testing"
|
|
1529
1540
|
},
|
|
1530
1541
|
{
|
|
1531
1542
|
"repo": "niaka3dayo/agent-skills-vrc-udon",
|
|
@@ -1557,21 +1568,21 @@
|
|
|
1557
1568
|
"defaultCategory": "workflow"
|
|
1558
1569
|
},
|
|
1559
1570
|
{
|
|
1560
|
-
"repo": "
|
|
1571
|
+
"repo": "jzOcb/writing-style-skill",
|
|
1561
1572
|
"patterns": [
|
|
1562
1573
|
"**/*.md"
|
|
1563
1574
|
],
|
|
1564
|
-
"defaultTool": "
|
|
1565
|
-
"defaultCategory": "
|
|
1566
|
-
"license": "NOASSERTION"
|
|
1575
|
+
"defaultTool": "openclaw",
|
|
1576
|
+
"defaultCategory": "workflow"
|
|
1567
1577
|
},
|
|
1568
1578
|
{
|
|
1569
|
-
"repo": "
|
|
1579
|
+
"repo": "wiz-sec-public/secure-rules-files",
|
|
1570
1580
|
"patterns": [
|
|
1571
1581
|
"**/*.md"
|
|
1572
1582
|
],
|
|
1573
|
-
"defaultTool": "
|
|
1574
|
-
"defaultCategory": "
|
|
1583
|
+
"defaultTool": "cursor",
|
|
1584
|
+
"defaultCategory": "security",
|
|
1585
|
+
"license": "NOASSERTION"
|
|
1575
1586
|
},
|
|
1576
1587
|
{
|
|
1577
1588
|
"repo": "LessUp/awesome-cursorrules-zh",
|
|
@@ -1585,24 +1596,24 @@
|
|
|
1585
1596
|
"license": "MIT"
|
|
1586
1597
|
},
|
|
1587
1598
|
{
|
|
1588
|
-
"repo": "
|
|
1599
|
+
"repo": "DengShiyingA/harmonyos-ai-skill",
|
|
1589
1600
|
"patterns": [
|
|
1590
|
-
"agents/**/*.md",
|
|
1591
|
-
"**/AGENTS.md",
|
|
1592
1601
|
"**/*.md"
|
|
1593
1602
|
],
|
|
1594
|
-
"defaultTool": "
|
|
1603
|
+
"defaultTool": "claude_code",
|
|
1595
1604
|
"defaultCategory": "workflow",
|
|
1596
|
-
"license": "
|
|
1605
|
+
"license": "MIT"
|
|
1597
1606
|
},
|
|
1598
1607
|
{
|
|
1599
|
-
"repo": "
|
|
1608
|
+
"repo": "Lolner95/AIGX",
|
|
1600
1609
|
"patterns": [
|
|
1610
|
+
"agents/**/*.md",
|
|
1611
|
+
"**/AGENTS.md",
|
|
1601
1612
|
"**/*.md"
|
|
1602
1613
|
],
|
|
1603
|
-
"defaultTool": "
|
|
1614
|
+
"defaultTool": "cursor",
|
|
1604
1615
|
"defaultCategory": "workflow",
|
|
1605
|
-
"license": "
|
|
1616
|
+
"license": "NOASSERTION"
|
|
1606
1617
|
},
|
|
1607
1618
|
{
|
|
1608
1619
|
"repo": "yzhao062/anywhere-agents",
|
|
@@ -1693,6 +1704,17 @@
|
|
|
1693
1704
|
"defaultCategory": "devops",
|
|
1694
1705
|
"license": "MIT"
|
|
1695
1706
|
},
|
|
1707
|
+
{
|
|
1708
|
+
"repo": "Anbeeld/AGENTS.md",
|
|
1709
|
+
"patterns": [
|
|
1710
|
+
"agents/**/*.md",
|
|
1711
|
+
"**/AGENTS.md",
|
|
1712
|
+
"**/*.md"
|
|
1713
|
+
],
|
|
1714
|
+
"defaultTool": "universal",
|
|
1715
|
+
"defaultCategory": "workflow",
|
|
1716
|
+
"license": "MIT"
|
|
1717
|
+
},
|
|
1696
1718
|
{
|
|
1697
1719
|
"repo": "NickCirv/engram",
|
|
1698
1720
|
"patterns": [
|
|
@@ -1703,25 +1725,23 @@
|
|
|
1703
1725
|
"license": "Apache-2.0"
|
|
1704
1726
|
},
|
|
1705
1727
|
{
|
|
1706
|
-
"repo": "
|
|
1728
|
+
"repo": "Goldziher/ai-rulez",
|
|
1707
1729
|
"patterns": [
|
|
1708
1730
|
"agents/**/*.md",
|
|
1709
1731
|
"**/AGENTS.md",
|
|
1710
1732
|
"**/*.md"
|
|
1711
1733
|
],
|
|
1712
|
-
"defaultTool": "
|
|
1734
|
+
"defaultTool": "claude_code",
|
|
1713
1735
|
"defaultCategory": "workflow",
|
|
1714
1736
|
"license": "MIT"
|
|
1715
1737
|
},
|
|
1716
1738
|
{
|
|
1717
|
-
"repo": "
|
|
1739
|
+
"repo": "Jia-Ethan/grok-keysmith",
|
|
1718
1740
|
"patterns": [
|
|
1719
|
-
"agents/**/*.md",
|
|
1720
|
-
"**/AGENTS.md",
|
|
1721
1741
|
"**/*.md"
|
|
1722
1742
|
],
|
|
1723
|
-
"defaultTool": "
|
|
1724
|
-
"defaultCategory": "
|
|
1743
|
+
"defaultTool": "universal",
|
|
1744
|
+
"defaultCategory": "language",
|
|
1725
1745
|
"license": "MIT"
|
|
1726
1746
|
},
|
|
1727
1747
|
{
|
|
@@ -1735,28 +1755,28 @@
|
|
|
1735
1755
|
"license": "MIT"
|
|
1736
1756
|
},
|
|
1737
1757
|
{
|
|
1738
|
-
"repo": "
|
|
1758
|
+
"repo": "xixu-me/prompt-library",
|
|
1739
1759
|
"patterns": [
|
|
1740
1760
|
"**/*.md"
|
|
1741
1761
|
],
|
|
1742
|
-
"defaultTool": "
|
|
1743
|
-
"defaultCategory": "
|
|
1762
|
+
"defaultTool": "universal",
|
|
1763
|
+
"defaultCategory": "workflow",
|
|
1764
|
+
"license": "MIT"
|
|
1744
1765
|
},
|
|
1745
1766
|
{
|
|
1746
|
-
"repo": "
|
|
1767
|
+
"repo": "bit-of-a-shambles/rails_copilot_instructions",
|
|
1747
1768
|
"patterns": [
|
|
1748
1769
|
"**/*.md"
|
|
1749
1770
|
],
|
|
1750
|
-
"defaultTool": "
|
|
1751
|
-
"defaultCategory": "
|
|
1752
|
-
"license": "MIT"
|
|
1771
|
+
"defaultTool": "copilot",
|
|
1772
|
+
"defaultCategory": "framework"
|
|
1753
1773
|
},
|
|
1754
1774
|
{
|
|
1755
|
-
"repo": "
|
|
1775
|
+
"repo": "pr-pm/prpm",
|
|
1756
1776
|
"patterns": [
|
|
1757
1777
|
"**/*.md"
|
|
1758
1778
|
],
|
|
1759
|
-
"defaultTool": "
|
|
1779
|
+
"defaultTool": "claude_code",
|
|
1760
1780
|
"defaultCategory": "workflow",
|
|
1761
1781
|
"license": "MIT"
|
|
1762
1782
|
},
|
|
@@ -1804,15 +1824,6 @@
|
|
|
1804
1824
|
"defaultCategory": "workflow",
|
|
1805
1825
|
"license": "NOASSERTION"
|
|
1806
1826
|
},
|
|
1807
|
-
{
|
|
1808
|
-
"repo": "jaktestowac/awesome-copilot-for-testers",
|
|
1809
|
-
"patterns": [
|
|
1810
|
-
"**/*.md"
|
|
1811
|
-
],
|
|
1812
|
-
"defaultTool": "copilot",
|
|
1813
|
-
"defaultCategory": "testing",
|
|
1814
|
-
"license": "MIT"
|
|
1815
|
-
},
|
|
1816
1827
|
{
|
|
1817
1828
|
"repo": "K-Dense-AI/scientific-agents",
|
|
1818
1829
|
"patterns": [
|
|
@@ -1823,6 +1834,15 @@
|
|
|
1823
1834
|
"defaultCategory": "workflow",
|
|
1824
1835
|
"license": "MIT"
|
|
1825
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"repo": "jaktestowac/awesome-copilot-for-testers",
|
|
1839
|
+
"patterns": [
|
|
1840
|
+
"**/*.md"
|
|
1841
|
+
],
|
|
1842
|
+
"defaultTool": "copilot",
|
|
1843
|
+
"defaultCategory": "testing",
|
|
1844
|
+
"license": "MIT"
|
|
1845
|
+
},
|
|
1826
1846
|
{
|
|
1827
1847
|
"repo": "KbWen/agentic-os",
|
|
1828
1848
|
"patterns": [
|
|
@@ -1889,6 +1909,15 @@
|
|
|
1889
1909
|
"defaultCategory": "devops",
|
|
1890
1910
|
"license": "MIT"
|
|
1891
1911
|
},
|
|
1912
|
+
{
|
|
1913
|
+
"repo": "Khalilzhang0825/steadyagent",
|
|
1914
|
+
"patterns": [
|
|
1915
|
+
"**/*.md"
|
|
1916
|
+
],
|
|
1917
|
+
"defaultTool": "claude_code",
|
|
1918
|
+
"defaultCategory": "workflow",
|
|
1919
|
+
"license": "MIT"
|
|
1920
|
+
},
|
|
1892
1921
|
{
|
|
1893
1922
|
"repo": "benavlabs/vibe-check",
|
|
1894
1923
|
"patterns": [
|
|
@@ -1962,15 +1991,6 @@
|
|
|
1962
1991
|
"defaultCategory": "workflow",
|
|
1963
1992
|
"license": "MIT"
|
|
1964
1993
|
},
|
|
1965
|
-
{
|
|
1966
|
-
"repo": "Khalilzhang0825/steadyagent",
|
|
1967
|
-
"patterns": [
|
|
1968
|
-
"**/*.md"
|
|
1969
|
-
],
|
|
1970
|
-
"defaultTool": "claude_code",
|
|
1971
|
-
"defaultCategory": "workflow",
|
|
1972
|
-
"license": "MIT"
|
|
1973
|
-
},
|
|
1974
1994
|
{
|
|
1975
1995
|
"repo": "ZapDos7/lakera-gandalf",
|
|
1976
1996
|
"patterns": [
|
|
@@ -1997,16 +2017,6 @@
|
|
|
1997
2017
|
"defaultCategory": "workflow",
|
|
1998
2018
|
"license": "MIT"
|
|
1999
2019
|
},
|
|
2000
|
-
{
|
|
2001
|
-
"repo": "0xfnzero/AI-Code-Tutorials",
|
|
2002
|
-
"patterns": [
|
|
2003
|
-
"agents/**/*.md",
|
|
2004
|
-
"**/AGENTS.md"
|
|
2005
|
-
],
|
|
2006
|
-
"defaultTool": "claude_code",
|
|
2007
|
-
"defaultCategory": "workflow",
|
|
2008
|
-
"license": "MIT"
|
|
2009
|
-
},
|
|
2010
2020
|
{
|
|
2011
2021
|
"repo": "bgreenwell/dotagents",
|
|
2012
2022
|
"patterns": [
|
|
@@ -2027,22 +2037,23 @@
|
|
|
2027
2037
|
"defaultCategory": "security"
|
|
2028
2038
|
},
|
|
2029
2039
|
{
|
|
2030
|
-
"repo": "
|
|
2040
|
+
"repo": "0xfnzero/AI-Code-Tutorials",
|
|
2031
2041
|
"patterns": [
|
|
2032
|
-
"
|
|
2042
|
+
"agents/**/*.md",
|
|
2043
|
+
"**/AGENTS.md"
|
|
2033
2044
|
],
|
|
2034
|
-
"defaultTool": "
|
|
2045
|
+
"defaultTool": "claude_code",
|
|
2035
2046
|
"defaultCategory": "workflow",
|
|
2036
|
-
"license": "
|
|
2047
|
+
"license": "MIT"
|
|
2037
2048
|
},
|
|
2038
2049
|
{
|
|
2039
|
-
"repo": "
|
|
2050
|
+
"repo": "gpt-img-2/ai-image-prompt-cookbook",
|
|
2040
2051
|
"patterns": [
|
|
2041
2052
|
"**/*.md"
|
|
2042
2053
|
],
|
|
2043
2054
|
"defaultTool": "universal",
|
|
2044
|
-
"defaultCategory": "
|
|
2045
|
-
"license": "
|
|
2055
|
+
"defaultCategory": "workflow",
|
|
2056
|
+
"license": "NOASSERTION"
|
|
2046
2057
|
},
|
|
2047
2058
|
{
|
|
2048
2059
|
"repo": "nomie7/nano-banana-slides-prompter",
|
|
@@ -2119,6 +2130,15 @@
|
|
|
2119
2130
|
"defaultCategory": "language",
|
|
2120
2131
|
"license": "MIT"
|
|
2121
2132
|
},
|
|
2133
|
+
{
|
|
2134
|
+
"repo": "cobibean/soul-grader-skill",
|
|
2135
|
+
"patterns": [
|
|
2136
|
+
"**/*.md"
|
|
2137
|
+
],
|
|
2138
|
+
"defaultTool": "openclaw",
|
|
2139
|
+
"defaultCategory": "workflow",
|
|
2140
|
+
"license": "MIT"
|
|
2141
|
+
},
|
|
2122
2142
|
{
|
|
2123
2143
|
"repo": "levifig/rails-instructions",
|
|
2124
2144
|
"patterns": [
|
|
@@ -2138,12 +2158,22 @@
|
|
|
2138
2158
|
"license": "MIT"
|
|
2139
2159
|
},
|
|
2140
2160
|
{
|
|
2141
|
-
"repo": "
|
|
2161
|
+
"repo": "Dicklesworthstone/post_compact_reminder",
|
|
2142
2162
|
"patterns": [
|
|
2143
|
-
"
|
|
2163
|
+
"agents/**/*.md",
|
|
2164
|
+
"**/AGENTS.md"
|
|
2144
2165
|
],
|
|
2145
|
-
"defaultTool": "
|
|
2166
|
+
"defaultTool": "universal",
|
|
2146
2167
|
"defaultCategory": "workflow",
|
|
2168
|
+
"license": "NOASSERTION"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"repo": "Laith0003/ux-skill",
|
|
2172
|
+
"patterns": [
|
|
2173
|
+
"**/*.md"
|
|
2174
|
+
],
|
|
2175
|
+
"defaultTool": "claude_code",
|
|
2176
|
+
"defaultCategory": "language",
|
|
2147
2177
|
"license": "MIT"
|
|
2148
2178
|
},
|
|
2149
2179
|
{
|
|
@@ -2169,41 +2199,22 @@
|
|
|
2169
2199
|
"defaultCategory": "workflow"
|
|
2170
2200
|
},
|
|
2171
2201
|
{
|
|
2172
|
-
"repo": "
|
|
2173
|
-
"patterns": [
|
|
2174
|
-
"**/*.md"
|
|
2175
|
-
],
|
|
2176
|
-
"defaultTool": "universal",
|
|
2177
|
-
"defaultCategory": "workflow"
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"repo": "Laith0003/ux-skill",
|
|
2181
|
-
"patterns": [
|
|
2182
|
-
"**/*.md"
|
|
2183
|
-
],
|
|
2184
|
-
"defaultTool": "claude_code",
|
|
2185
|
-
"defaultCategory": "language",
|
|
2186
|
-
"license": "MIT"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"repo": "Dicklesworthstone/post_compact_reminder",
|
|
2202
|
+
"repo": "ajhcs/healthcare-agents",
|
|
2190
2203
|
"patterns": [
|
|
2191
2204
|
"agents/**/*.md",
|
|
2192
2205
|
"**/AGENTS.md"
|
|
2193
2206
|
],
|
|
2194
|
-
"defaultTool": "
|
|
2207
|
+
"defaultTool": "claude_code",
|
|
2195
2208
|
"defaultCategory": "workflow",
|
|
2196
|
-
"license": "
|
|
2209
|
+
"license": "Apache-2.0"
|
|
2197
2210
|
},
|
|
2198
2211
|
{
|
|
2199
|
-
"repo": "
|
|
2212
|
+
"repo": "gdalmau/lakera-gandalf-solutions",
|
|
2200
2213
|
"patterns": [
|
|
2201
|
-
"
|
|
2202
|
-
"**/AGENTS.md"
|
|
2214
|
+
"**/*.md"
|
|
2203
2215
|
],
|
|
2204
|
-
"defaultTool": "
|
|
2205
|
-
"defaultCategory": "workflow"
|
|
2206
|
-
"license": "Apache-2.0"
|
|
2216
|
+
"defaultTool": "universal",
|
|
2217
|
+
"defaultCategory": "workflow"
|
|
2207
2218
|
},
|
|
2208
2219
|
{
|
|
2209
2220
|
"repo": "pydantic/braindump",
|
|
@@ -2237,20 +2248,20 @@
|
|
|
2237
2248
|
"license": "Apache-2.0"
|
|
2238
2249
|
},
|
|
2239
2250
|
{
|
|
2240
|
-
"repo": "
|
|
2251
|
+
"repo": "fatihsolhan/prompts-chat-extension",
|
|
2241
2252
|
"patterns": [
|
|
2242
2253
|
"**/*.md"
|
|
2243
2254
|
],
|
|
2244
2255
|
"defaultTool": "universal",
|
|
2245
|
-
"defaultCategory": "
|
|
2256
|
+
"defaultCategory": "workflow"
|
|
2246
2257
|
},
|
|
2247
2258
|
{
|
|
2248
|
-
"repo": "
|
|
2259
|
+
"repo": "MushroomFleet/LLM-Base-Prompts",
|
|
2249
2260
|
"patterns": [
|
|
2250
2261
|
"**/*.md"
|
|
2251
2262
|
],
|
|
2252
2263
|
"defaultTool": "universal",
|
|
2253
|
-
"defaultCategory": "
|
|
2264
|
+
"defaultCategory": "architecture"
|
|
2254
2265
|
},
|
|
2255
2266
|
{
|
|
2256
2267
|
"repo": "Robotti-io/copilot-security-instructions",
|
|
@@ -2332,6 +2343,15 @@
|
|
|
2332
2343
|
"defaultCategory": "workflow",
|
|
2333
2344
|
"license": "MIT"
|
|
2334
2345
|
},
|
|
2346
|
+
{
|
|
2347
|
+
"repo": "FernandoBolzan/Orquestrador-Maestro",
|
|
2348
|
+
"patterns": [
|
|
2349
|
+
"skills/**/*.md",
|
|
2350
|
+
"**/*.md"
|
|
2351
|
+
],
|
|
2352
|
+
"defaultTool": "claude_code",
|
|
2353
|
+
"defaultCategory": "workflow"
|
|
2354
|
+
},
|
|
2335
2355
|
{
|
|
2336
2356
|
"repo": "spiffy-oss/artguard",
|
|
2337
2357
|
"patterns": [
|
|
@@ -2341,6 +2361,18 @@
|
|
|
2341
2361
|
"defaultCategory": "security",
|
|
2342
2362
|
"license": "MIT"
|
|
2343
2363
|
},
|
|
2364
|
+
{
|
|
2365
|
+
"repo": "moeru-ai/alint",
|
|
2366
|
+
"patterns": [
|
|
2367
|
+
"skills/**/*.md",
|
|
2368
|
+
"agents/**/*.md",
|
|
2369
|
+
"**/AGENTS.md",
|
|
2370
|
+
"**/*.md"
|
|
2371
|
+
],
|
|
2372
|
+
"defaultTool": "universal",
|
|
2373
|
+
"defaultCategory": "workflow",
|
|
2374
|
+
"license": "MIT"
|
|
2375
|
+
},
|
|
2344
2376
|
{
|
|
2345
2377
|
"repo": "erevusobolus/THERION-SYSTEM",
|
|
2346
2378
|
"patterns": [
|
|
@@ -2373,15 +2405,6 @@
|
|
|
2373
2405
|
"defaultCategory": "workflow",
|
|
2374
2406
|
"license": "NOASSERTION"
|
|
2375
2407
|
},
|
|
2376
|
-
{
|
|
2377
|
-
"repo": "FernandoBolzan/Orquestrador-Maestro",
|
|
2378
|
-
"patterns": [
|
|
2379
|
-
"skills/**/*.md",
|
|
2380
|
-
"**/*.md"
|
|
2381
|
-
],
|
|
2382
|
-
"defaultTool": "claude_code",
|
|
2383
|
-
"defaultCategory": "workflow"
|
|
2384
|
-
},
|
|
2385
2408
|
{
|
|
2386
2409
|
"repo": "paulpham157/paul-s-cursor-rules",
|
|
2387
2410
|
"patterns": [
|
|
@@ -2432,8 +2455,10 @@
|
|
|
2432
2455
|
"defaultCategory": "workflow"
|
|
2433
2456
|
},
|
|
2434
2457
|
{
|
|
2435
|
-
"repo": "
|
|
2458
|
+
"repo": "Qwertic/cursorrules",
|
|
2436
2459
|
"patterns": [
|
|
2460
|
+
"**/*.cursorrules",
|
|
2461
|
+
"**/*.mdc",
|
|
2437
2462
|
"**/*.md"
|
|
2438
2463
|
],
|
|
2439
2464
|
"defaultTool": "cursor",
|
|
@@ -2441,10 +2466,8 @@
|
|
|
2441
2466
|
"license": "MIT"
|
|
2442
2467
|
},
|
|
2443
2468
|
{
|
|
2444
|
-
"repo": "
|
|
2469
|
+
"repo": "TheSethRose/DevRules",
|
|
2445
2470
|
"patterns": [
|
|
2446
|
-
"**/*.cursorrules",
|
|
2447
|
-
"**/*.mdc",
|
|
2448
2471
|
"**/*.md"
|
|
2449
2472
|
],
|
|
2450
2473
|
"defaultTool": "cursor",
|
|
@@ -2494,73 +2517,69 @@
|
|
|
2494
2517
|
"defaultCategory": "devops"
|
|
2495
2518
|
},
|
|
2496
2519
|
{
|
|
2497
|
-
"repo": "
|
|
2520
|
+
"repo": "uttam-gelot/payo",
|
|
2498
2521
|
"patterns": [
|
|
2499
2522
|
"**/*.cursorrules",
|
|
2500
2523
|
"**/*.mdc",
|
|
2524
|
+
"skills/**/*.md",
|
|
2501
2525
|
"agents/**/*.md",
|
|
2502
2526
|
"**/AGENTS.md",
|
|
2503
2527
|
"**/*.md"
|
|
2504
2528
|
],
|
|
2505
|
-
"defaultTool": "
|
|
2506
|
-
"defaultCategory": "workflow",
|
|
2507
|
-
"license": "MIT"
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"repo": "mubbi/copilot-instructions",
|
|
2511
|
-
"patterns": [
|
|
2512
|
-
"**/*.md"
|
|
2513
|
-
],
|
|
2514
|
-
"defaultTool": "copilot",
|
|
2529
|
+
"defaultTool": "claude_code",
|
|
2515
2530
|
"defaultCategory": "workflow",
|
|
2516
2531
|
"license": "MIT"
|
|
2517
2532
|
},
|
|
2518
2533
|
{
|
|
2519
|
-
"repo": "
|
|
2534
|
+
"repo": "Kabi10/cursor-rules",
|
|
2520
2535
|
"patterns": [
|
|
2536
|
+
"**/*.cursorrules",
|
|
2537
|
+
"**/*.mdc",
|
|
2521
2538
|
"agents/**/*.md",
|
|
2522
2539
|
"**/AGENTS.md",
|
|
2523
2540
|
"**/*.md"
|
|
2524
2541
|
],
|
|
2525
|
-
"defaultTool": "
|
|
2526
|
-
"defaultCategory": "
|
|
2542
|
+
"defaultTool": "cursor",
|
|
2543
|
+
"defaultCategory": "workflow",
|
|
2527
2544
|
"license": "MIT"
|
|
2528
2545
|
},
|
|
2529
2546
|
{
|
|
2530
|
-
"repo": "
|
|
2547
|
+
"repo": "mubbi/copilot-instructions",
|
|
2531
2548
|
"patterns": [
|
|
2532
2549
|
"**/*.md"
|
|
2533
2550
|
],
|
|
2534
|
-
"defaultTool": "
|
|
2551
|
+
"defaultTool": "copilot",
|
|
2535
2552
|
"defaultCategory": "workflow",
|
|
2536
2553
|
"license": "MIT"
|
|
2537
2554
|
},
|
|
2538
2555
|
{
|
|
2539
|
-
"repo": "
|
|
2556
|
+
"repo": "designparser/designparser-mcp",
|
|
2540
2557
|
"patterns": [
|
|
2541
2558
|
"**/*.md"
|
|
2542
2559
|
],
|
|
2543
|
-
"defaultTool": "
|
|
2560
|
+
"defaultTool": "cursor",
|
|
2544
2561
|
"defaultCategory": "workflow",
|
|
2545
2562
|
"license": "NOASSERTION"
|
|
2546
2563
|
},
|
|
2547
2564
|
{
|
|
2548
|
-
"repo": "
|
|
2565
|
+
"repo": "fockus/skill-memory-bank",
|
|
2549
2566
|
"patterns": [
|
|
2567
|
+
"agents/**/*.md",
|
|
2568
|
+
"**/AGENTS.md",
|
|
2550
2569
|
"**/*.md"
|
|
2551
2570
|
],
|
|
2552
|
-
"defaultTool": "
|
|
2553
|
-
"defaultCategory": "
|
|
2554
|
-
"license": "
|
|
2571
|
+
"defaultTool": "claude_code",
|
|
2572
|
+
"defaultCategory": "testing",
|
|
2573
|
+
"license": "MIT"
|
|
2555
2574
|
},
|
|
2556
2575
|
{
|
|
2557
|
-
"repo": "
|
|
2576
|
+
"repo": "FBakkensen/github_copilot_instructions",
|
|
2558
2577
|
"patterns": [
|
|
2559
2578
|
"**/*.md"
|
|
2560
2579
|
],
|
|
2561
|
-
"defaultTool": "
|
|
2562
|
-
"defaultCategory": "
|
|
2563
|
-
"license": "
|
|
2580
|
+
"defaultTool": "copilot",
|
|
2581
|
+
"defaultCategory": "workflow",
|
|
2582
|
+
"license": "NOASSERTION"
|
|
2564
2583
|
},
|
|
2565
2584
|
{
|
|
2566
2585
|
"repo": "clawsouls/soulspec",
|
|
@@ -2589,6 +2608,15 @@
|
|
|
2589
2608
|
"defaultTool": "windsurf",
|
|
2590
2609
|
"defaultCategory": "workflow"
|
|
2591
2610
|
},
|
|
2611
|
+
{
|
|
2612
|
+
"repo": "rahimdev4/app-store-audit-skill",
|
|
2613
|
+
"patterns": [
|
|
2614
|
+
"**/*.md"
|
|
2615
|
+
],
|
|
2616
|
+
"defaultTool": "cursor",
|
|
2617
|
+
"defaultCategory": "framework",
|
|
2618
|
+
"license": "MIT"
|
|
2619
|
+
},
|
|
2592
2620
|
{
|
|
2593
2621
|
"repo": "nirholas/auto-kill-terminal",
|
|
2594
2622
|
"patterns": [
|
|
@@ -2611,6 +2639,15 @@
|
|
|
2611
2639
|
"defaultCategory": "testing",
|
|
2612
2640
|
"license": "MIT"
|
|
2613
2641
|
},
|
|
2642
|
+
{
|
|
2643
|
+
"repo": "syf2211/ruledoctor",
|
|
2644
|
+
"patterns": [
|
|
2645
|
+
"**/*.md"
|
|
2646
|
+
],
|
|
2647
|
+
"defaultTool": "claude_code",
|
|
2648
|
+
"defaultCategory": "workflow",
|
|
2649
|
+
"license": "MIT"
|
|
2650
|
+
},
|
|
2614
2651
|
{
|
|
2615
2652
|
"repo": "Zerik99/godot-copilot-instructions",
|
|
2616
2653
|
"patterns": [
|
|
@@ -2659,15 +2696,15 @@
|
|
|
2659
2696
|
"license": "MIT"
|
|
2660
2697
|
},
|
|
2661
2698
|
{
|
|
2662
|
-
"repo": "
|
|
2699
|
+
"repo": "cline/clinerules",
|
|
2663
2700
|
"patterns": [
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2701
|
+
"skills/**/*.md",
|
|
2702
|
+
"agents/**/*.md",
|
|
2703
|
+
"**/AGENTS.md",
|
|
2666
2704
|
"**/*.md"
|
|
2667
2705
|
],
|
|
2668
|
-
"defaultTool": "
|
|
2669
|
-
"defaultCategory": "
|
|
2670
|
-
"license": "MIT"
|
|
2706
|
+
"defaultTool": "cline",
|
|
2707
|
+
"defaultCategory": "workflow"
|
|
2671
2708
|
},
|
|
2672
2709
|
{
|
|
2673
2710
|
"repo": "BitRaptors/Archie",
|
|
@@ -2716,15 +2753,15 @@
|
|
|
2716
2753
|
"license": "MIT"
|
|
2717
2754
|
},
|
|
2718
2755
|
{
|
|
2719
|
-
"repo": "
|
|
2756
|
+
"repo": "survivorforge/cursor-rules",
|
|
2720
2757
|
"patterns": [
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2723
|
-
"**/AGENTS.md",
|
|
2758
|
+
"**/*.cursorrules",
|
|
2759
|
+
"**/*.mdc",
|
|
2724
2760
|
"**/*.md"
|
|
2725
2761
|
],
|
|
2726
|
-
"defaultTool": "
|
|
2727
|
-
"defaultCategory": "
|
|
2762
|
+
"defaultTool": "claude_code",
|
|
2763
|
+
"defaultCategory": "framework",
|
|
2764
|
+
"license": "MIT"
|
|
2728
2765
|
},
|
|
2729
2766
|
{
|
|
2730
2767
|
"repo": "CsabaKovacs/rulesmith",
|
|
@@ -2737,15 +2774,6 @@
|
|
|
2737
2774
|
"defaultCategory": "workflow",
|
|
2738
2775
|
"license": "Apache-2.0"
|
|
2739
2776
|
},
|
|
2740
|
-
{
|
|
2741
|
-
"repo": "marv1nnnnn/mouse",
|
|
2742
|
-
"patterns": [
|
|
2743
|
-
"**/*.md"
|
|
2744
|
-
],
|
|
2745
|
-
"defaultTool": "cursor",
|
|
2746
|
-
"defaultCategory": "workflow",
|
|
2747
|
-
"license": "MIT"
|
|
2748
|
-
},
|
|
2749
2777
|
{
|
|
2750
2778
|
"repo": "regenrek/cursorrules-vs-code-extensions",
|
|
2751
2779
|
"patterns": [
|
|
@@ -2776,15 +2804,6 @@
|
|
|
2776
2804
|
"defaultTool": "copilot",
|
|
2777
2805
|
"defaultCategory": "workflow"
|
|
2778
2806
|
},
|
|
2779
|
-
{
|
|
2780
|
-
"repo": "temporal-community/ai-ide-rules",
|
|
2781
|
-
"patterns": [
|
|
2782
|
-
"**/*.md"
|
|
2783
|
-
],
|
|
2784
|
-
"defaultTool": "cursor",
|
|
2785
|
-
"defaultCategory": "workflow",
|
|
2786
|
-
"license": "MIT"
|
|
2787
|
-
},
|
|
2788
2807
|
{
|
|
2789
2808
|
"repo": "Angular-Material-Dev/angular-material-ai-rules",
|
|
2790
2809
|
"patterns": [
|
|
@@ -2837,20 +2856,6 @@
|
|
|
2837
2856
|
"defaultCategory": "workflow",
|
|
2838
2857
|
"license": "MIT"
|
|
2839
2858
|
},
|
|
2840
|
-
{
|
|
2841
|
-
"repo": "uttam-gelot/payo",
|
|
2842
|
-
"patterns": [
|
|
2843
|
-
"**/*.cursorrules",
|
|
2844
|
-
"**/*.mdc",
|
|
2845
|
-
"skills/**/*.md",
|
|
2846
|
-
"agents/**/*.md",
|
|
2847
|
-
"**/AGENTS.md",
|
|
2848
|
-
"**/*.md"
|
|
2849
|
-
],
|
|
2850
|
-
"defaultTool": "claude_code",
|
|
2851
|
-
"defaultCategory": "workflow",
|
|
2852
|
-
"license": "MIT"
|
|
2853
|
-
},
|
|
2854
2859
|
{
|
|
2855
2860
|
"repo": "caioribeiroclw-pixel/pluribus",
|
|
2856
2861
|
"patterns": [
|
|
@@ -2880,6 +2885,15 @@
|
|
|
2880
2885
|
"defaultCategory": "workflow",
|
|
2881
2886
|
"license": "MIT"
|
|
2882
2887
|
},
|
|
2888
|
+
{
|
|
2889
|
+
"repo": "imphillip/SoulTavern",
|
|
2890
|
+
"patterns": [
|
|
2891
|
+
"**/*.md"
|
|
2892
|
+
],
|
|
2893
|
+
"defaultTool": "openclaw",
|
|
2894
|
+
"defaultCategory": "language",
|
|
2895
|
+
"license": "MIT"
|
|
2896
|
+
},
|
|
2883
2897
|
{
|
|
2884
2898
|
"repo": "usrrname/cursorrules",
|
|
2885
2899
|
"patterns": [
|
|
@@ -2943,18 +2957,6 @@
|
|
|
2943
2957
|
"defaultCategory": "workflow",
|
|
2944
2958
|
"license": "MIT"
|
|
2945
2959
|
},
|
|
2946
|
-
{
|
|
2947
|
-
"repo": "moeru-ai/alint",
|
|
2948
|
-
"patterns": [
|
|
2949
|
-
"skills/**/*.md",
|
|
2950
|
-
"agents/**/*.md",
|
|
2951
|
-
"**/AGENTS.md",
|
|
2952
|
-
"**/*.md"
|
|
2953
|
-
],
|
|
2954
|
-
"defaultTool": "universal",
|
|
2955
|
-
"defaultCategory": "workflow",
|
|
2956
|
-
"license": "MIT"
|
|
2957
|
-
},
|
|
2958
2960
|
{
|
|
2959
2961
|
"repo": "SimonSkoda13/Copilot-commit-message-instructions",
|
|
2960
2962
|
"patterns": [
|
|
@@ -2981,15 +2983,6 @@
|
|
|
2981
2983
|
"defaultCategory": "workflow",
|
|
2982
2984
|
"license": "NOASSERTION"
|
|
2983
2985
|
},
|
|
2984
|
-
{
|
|
2985
|
-
"repo": "imphillip/SoulTavern",
|
|
2986
|
-
"patterns": [
|
|
2987
|
-
"**/*.md"
|
|
2988
|
-
],
|
|
2989
|
-
"defaultTool": "openclaw",
|
|
2990
|
-
"defaultCategory": "language",
|
|
2991
|
-
"license": "MIT"
|
|
2992
|
-
},
|
|
2993
2986
|
{
|
|
2994
2987
|
"repo": "clawsouls/soulclaw",
|
|
2995
2988
|
"patterns": [
|
|
@@ -3209,6 +3202,15 @@
|
|
|
3209
3202
|
"defaultCategory": "workflow",
|
|
3210
3203
|
"license": "MIT"
|
|
3211
3204
|
},
|
|
3205
|
+
{
|
|
3206
|
+
"repo": "AntonioTF5/awesome-soul-files",
|
|
3207
|
+
"patterns": [
|
|
3208
|
+
"agents/**/*.md",
|
|
3209
|
+
"**/AGENTS.md"
|
|
3210
|
+
],
|
|
3211
|
+
"defaultTool": "openclaw",
|
|
3212
|
+
"defaultCategory": "workflow"
|
|
3213
|
+
},
|
|
3212
3214
|
{
|
|
3213
3215
|
"repo": "sandoreclegane/covenant.md",
|
|
3214
3216
|
"patterns": [
|