-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraycast-snippets.json
98 lines (97 loc) · 2.53 KB
/
raycast-snippets.json
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
[
{
"keyword": "@under",
"name": "i dont understand",
"text": "i don't understand"
},
{
"name": "first principles",
"text": "explain from first principles",
"keyword": "@first"
},
{
"text": "conventional commits",
"name": "conventional commits",
"keyword": "@cv"
},
{
"name": "then ill choose and you'll implement",
"text": "then ill choose and you'll implement",
"keyword": "@ways"
},
{
"name": "readit",
"keyword": "@readit",
"text": "read it carefully and then i'll ask you to help with improving it"
},
{
"text": "look at the code and suggest a couple of strategies to modify it in order to implement the desired behavior. then ill choose one of your options and youll implement it",
"name": "suggest2",
"keyword": "@suggest2"
},
{
"keyword": "@preview",
"name": "preview",
"text": "preview the way you think about implementing this then if i approve you'll implement it"
},
{
"text": "suggest a couple of strategies and ill choose one ",
"keyword": "@suggest1",
"name": "suggest1"
},
{
"text": "suggest git commit according to conventional commits\n\n\n",
"keyword": "@cf",
"name": "conventional commit full"
},
{
"name": "plan",
"keyword": "@plan",
"text": "explain how you are planning to do it first. then if i confirm we will continue.\n"
},
{
"name": "suggest3",
"text": "suggest a couple of strategies how to do it and ill choose one\n",
"keyword": "@suggest3"
},
{
"keyword": "@cc",
"text": "suggest git commit according to conventional commits",
"name": "conventional commits full"
},
{
"name": "show the filename in copyable block",
"text": "show the filename in copyable block",
"keyword": "@copyable"
},
{
"keyword": "@struct",
"name": "provide a command for creating the file structure",
"text": "provide a command for creating the file structure\n"
},
{
"keyword": "@imagine",
"text": "but dont use the 'imagine' thing",
"name": "imagine"
},
{
"keyword": "@modi",
"text": "dont make any unnecessary modifications",
"name": "modi"
},
{
"keyword": "@empty",
"name": "empty files",
"text": "provide command for creating the empty files"
},
{
"keyword": "@cl",
"text": "suggest one line git commit according to conventional commits",
"name": "conventional commits one line"
},
{
"name": "make it more detailed",
"keyword": "@det",
"text": "make it more detailed"
}
]