-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.json
More file actions
926 lines (926 loc) · 32.4 KB
/
Copy pathindex.json
File metadata and controls
926 lines (926 loc) · 32.4 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
{
"$schema": "./schema.json",
"updated": "2026-07-27T14:30:00.000Z",
"skills": [
{
"slug": "task-decomposer",
"name": "Task Decomposer",
"description": "Decompose complex requests into structured, AI-friendly task sequences. Optimizes context window usage and manages multi-session workflows.",
"repo": "rolecraft-sh/skills",
"author": "rolecraft-sh",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "coverage-guard",
"name": "Coverage Guard",
"description": "Enforces 100% test coverage for any JavaScript/TypeScript project. Works with Vitest, Jest, and other test runners.",
"repo": "rolecraft-sh/skills",
"author": "rolecraft-sh",
"category": "testing",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "flaky-test-detector",
"name": "Flaky Test Detector",
"description": "Detect, analyze, and fix flaky tests across any test runner. Use when tests intermittently fail in CI, tests pass locally but fail on CI, tests fail non-deterministically, or need to stabilize a flaky test suite.",
"repo": "rolecraft-sh/skills",
"author": "rolecraft-sh",
"category": "testing",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "incremental-implementation",
"name": "Incremental Implementation",
"description": "Delivers changes incrementally in thin vertical slices. Implement one piece, test it, verify it, then expand. Avoid implementing an entire feature in one pass.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "test-driven-development",
"name": "Test-Driven Development",
"description": "Red-Green-Refactor, test pyramid (80/15/5), test sizes, DAMP over DRY, Beyonce Rule, browser testing. Use when implementing logic, fixing bugs, or changing behavior.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "testing",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "context-engineering",
"name": "Context Engineering",
"description": "Feed agents the right information at the right time. Rules files, context packing, MCP integrations. Use when starting a session, switching tasks, or when output quality drops.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "code-review-and-quality",
"name": "Code Review & Quality",
"description": "Five-axis review, change sizing (~100 lines), severity labels (Nit/Optional/FYI), review speed norms, splitting strategies. Use before merging any change.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "code-review",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "security-and-hardening",
"name": "Security & Hardening",
"description": "OWASP Top 10 prevention, auth patterns, secrets management, dependency auditing, three-tier boundary system. Use when handling user input, auth, data storage, or external integrations.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "security",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "git-workflow-and-versioning",
"name": "Git Workflow & Versioning",
"description": "Trunk-based development, atomic commits, change sizing (~100 lines), the commit-as-save-point pattern. Use when making any code change.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "ci-cd-and-automation",
"name": "CI/CD & Automation",
"description": "Shift Left, Faster is Safer, feature flags, quality gate pipelines, failure feedback loops. Use when setting up or modifying build and deploy pipelines.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "devops",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "performance-optimization",
"name": "Performance Optimization",
"description": "Measure-first approach. Core Web Vitals targets, profiling workflows, bundle analysis, anti-pattern detection. Use when performance requirements exist or you suspect regressions.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "debugging-and-error-recovery",
"name": "Debugging & Error Recovery",
"description": "Five-step triage: reproduce, localize, reduce, fix, guard. Stop-the-line rule, safe fallbacks. Use when tests fail, builds break, or behavior is unexpected.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "frontend-ui-engineering",
"name": "Frontend UI Engineering",
"description": "Component architecture, design systems, state management, responsive design, WCAG 2.1 AA accessibility. Use when building or modifying user-facing interfaces.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "frontend",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "api-and-interface-design",
"name": "API & Interface Design",
"description": "Contract-first design, Hyrum's Law, One-Version Rule, error semantics, boundary validation. Use when designing APIs, module boundaries, or public interfaces.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "design",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "source-driven-development",
"name": "Source-Driven Development",
"description": "Ground every framework decision in official documentation. Verify, cite sources, flag what's unverified. Use when you want authoritative, source-cited code for any framework or library.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "doubt-driven-development",
"name": "Doubt-Driven Development",
"description": "Adversarial fresh-context review of every non-trivial decision in-flight. CLAIM -> EXTRACT -> DOUBT -> RECONCILE -> STOP. Use when stakes are high or working in unfamiliar code.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "methodology",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "code-simplification",
"name": "Code Simplification",
"description": "Chesterton's Fence, Rule of 500, reduce complexity while preserving exact behavior. Use when code works but is harder to read or maintain than it should be.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "deprecation-and-migration",
"name": "Deprecation & Migration",
"description": "Code-as-liability mindset, compulsory vs advisory deprecation, migration patterns, zombie code removal. Use when removing old systems, migrating users, or sunsetting features.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "maintenance",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "browser-testing-with-devtools",
"name": "Browser Testing with DevTools",
"description": "Chrome DevTools MCP for live runtime data. DOM inspection, console logs, network traces, performance profiling. Use when building or debugging anything that runs in a browser.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "testing",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "react-best-practices",
"name": "React Best Practices",
"description": "React and Next.js performance optimization guidelines. Use when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "frontend",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "web-design-guidelines",
"name": "Web Design Guidelines",
"description": "Review UI code for Web Interface Guidelines compliance. Use when asked to review UI, check accessibility, audit design, review UX, or check a site against best practices.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "ui-ux",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "vercel-optimize",
"name": "Vercel Optimize",
"description": "Vercel cost and performance optimization on deployed projects. Collect metrics, investigate metric-backed candidates, produce ranked recommendations. Works with Next.js, SvelteKit, Nuxt, Astro.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "frontend",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "composition-patterns",
"name": "React Composition Patterns",
"description": "React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "frontend",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "writing-guidelines",
"name": "Writing Guidelines",
"description": "Review docs and prose for Writing Guidelines compliance. Use when asked to review documentation, check writing style, audit prose, or review docs voice and tone.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "content",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "react-native-skills",
"name": "React Native Skills",
"description": "React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "mobile",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "react-view-transitions",
"name": "React View Transitions",
"description": "Guide for implementing smooth, native-feeling animations using React's View Transition API. Use when adding page transitions, animating route changes, or creating shared element animations.",
"repo": "rolecraft-sh/skills",
"author": "vercel-labs",
"category": "frontend",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "grill-me",
"name": "Grill Me",
"description": "A relentless interview to sharpen a plan or design. Use when you need to stress-test a proposal, identify blind spots, or refine requirements through adversarial questioning.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "code-review",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "grill-with-docs",
"name": "Grill with Docs",
"description": "Grill a plan or design with documentation-backed scrutiny. Use when you want requirements stress-tested against existing documentation, API references, or technical specifications.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "code-review",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "tdd",
"name": "TDD",
"description": "Test-driven development: red -> green -> refactor. Use when building features or fixing bugs test-first, or when wanting integration tests.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "testing",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "git-housekeeping",
"name": "git-housekeeping",
"description": "Clean up local git branches, detect stale branches, manage stashes, and lint commit messages. Use when the user says 'cleanup branches', 'tidy git', 'remove merged branches', 'git housekeeping', 'stale branches', or wants to clean up local git state.",
"repo": "rolecraft-sh/skills",
"author": "rolecraft-sh",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"category": "development"
},
{
"slug": "caveman-output",
"name": "caveman-output",
"description": "Compress AI responses to bare essentials \u2014 no greetings, praise, or fluff. Just code, facts, and bullet points. Use when the user says 'caveman mode', 'short answer', 'no fluff', 'just the code', 'TL;DR', 'brevity', or 'be concise'.",
"repo": "rolecraft-sh/skills",
"author": "rolecraft-sh",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"category": "development"
},
{
"slug": "codebase-design",
"name": "codebase-design",
"description": "Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "design",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "diagnosing-bugs",
"name": "diagnosing-bugs",
"description": "Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "documentation-and-adrs",
"name": "documentation-and-adrs",
"description": "Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "domain-modeling",
"name": "domain-modeling",
"description": "Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "handoff",
"name": "handoff",
"description": "Compact the current conversation into a handoff document for another agent to pick up.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "methodology",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "idea-refine",
"name": "idea-refine",
"description": "Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on \"ideate\", \"refine this idea\", or \"stress-test my plan\".",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "methodology",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "implement",
"name": "implement",
"description": "Implement a piece of work based on a spec or set of tickets.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "interview-me",
"name": "interview-me",
"description": "Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified (\"build me X\" without \"for whom\" or \"why now\"), when the user explicitly invokes (\"interview me\", \"grill me\", \"are we sure?\", \"stress-test my thinking\"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "methodology",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "observability-and-instrumentation",
"name": "observability-and-instrumentation",
"description": "Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "devops",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "planning-and-task-breakdown",
"name": "planning-and-task-breakdown",
"description": "Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "prototype",
"name": "prototype",
"description": "Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "research",
"name": "research",
"description": "Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "resolving-merge-conflicts",
"name": "resolving-merge-conflicts",
"description": "Use when you need to resolve an in-progress git merge/rebase conflict.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "shipping-and-launch",
"name": "shipping-and-launch",
"description": "Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "devops",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "spec-driven-development",
"name": "spec-driven-development",
"description": "Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.",
"repo": "rolecraft-sh/skills",
"author": "addyosmani",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "teach",
"name": "teach",
"description": "Teach the user a new skill or concept, within this workspace.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "to-spec",
"name": "to-spec",
"description": "Turn the current conversation into a spec and publish it to the project issue tracker \u2014 no interview, just synthesis of what you've already discussed.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "to-tickets",
"name": "to-tickets",
"description": "Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker \u2014 edges as text in one file per ticket locally, or native blocking links on a real tracker.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "triage",
"name": "triage",
"description": "Move issues and external PRs through a state machine of triage roles \u2014 categorise, verify, grill if needed, and write agent-ready briefs.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "development",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "wayfinder",
"name": "wayfinder",
"description": "Plan a huge chunk of work \u2014 more than one agent session can hold \u2014 as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "methodology",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "writing-great-skills",
"name": "writing-great-skills",
"description": "Reference for writing and editing skills well \u2014 the vocabulary and principles that make a skill predictable.",
"repo": "rolecraft-sh/skills",
"author": "mattpocock",
"category": "content",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 3
},
{
"slug": "security-review",
"name": "security-review",
"description": "Security code review for vulnerabilities. Use when asked to \"security review\", \"find vulnerabilities\", \"check for security issues\", \"audit security\", \"OWASP review\", or review code for injection, X...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "security",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "gha-security-review",
"name": "gha-security-review",
"description": "GitHub Actions security review for workflow exploitation vulnerabilities. Use when asked to \"review GitHub Actions\", \"audit workflows\", \"check CI security\", \"GHA security\", \"workflow security revie...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "security",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "skill-scanner",
"name": "skill-scanner",
"description": "Scan agent skills for security issues. Use when asked to \"scan a skill\",",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "security",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "find-bugs",
"name": "find-bugs",
"description": "Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "security",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "blog-writing-guide",
"name": "blog-writing-guide",
"description": "Write, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar. Use this skill whenever someone asks to write a blog pos...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "content",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "document-api-endpoint",
"name": "document-api-endpoint",
"description": "Document and type a Sentry API endpoint. Write or fix @extend_schema decorators, specify response TypedDicts, type request parameters, correct type drift between the declared schema and the runtime...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "content",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "replay-ux-research",
"name": "replay-ux-research",
"description": "Analyze Sentry session replays to surface UX patterns, pain points, and user journeys for a given product area. Use when asked to \"show me how users use\", \"day in the life\", \"UX research\", \"replay ...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "ui-ux",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "code-simplifier",
"name": "code-simplifier",
"description": "Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to \"simplify code\", \"clean up code\", \"refactor for clarity\", \"improve re...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "maintenance",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "presentation-creator",
"name": "presentation-creator",
"description": "Create data-driven presentation slides using React, Vite, and Recharts with Sentry branding. Use when asked to \"create a presentation\", \"build slides\", \"make a deck\", \"create a data presentation\", ...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "design",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "claude-settings-audit",
"name": "claude-settings-audit",
"description": "Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to al...",
"repo": "getsentry/skills",
"author": "getsentry",
"category": "devops",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "frontend-design",
"name": "frontend-design",
"description": "Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated de...",
"repo": "anthropics/skills",
"author": "anthropics",
"category": "design",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "brand-guidelines",
"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 formatt...",
"repo": "anthropics/skills",
"author": "anthropics",
"category": "design",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "theme-factory",
"name": "theme-factory",
"description": "Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifac...",
"repo": "anthropics/skills",
"author": "anthropics",
"category": "design",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
},
{
"slug": "doc-coauthoring",
"name": "doc-coauthoring",
"description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This ...",
"repo": "anthropics/skills",
"author": "anthropics",
"category": "content",
"versions": [
"v1.0.0"
],
"latest": "v1.0.0",
"installs": 0,
"stars": 0
}
]
}