claude-verbs 1.2.0 โ 1.3.0
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/README.md +2 -1
- package/package.json +11 -4
- package/src/verbs/index.js +1 -0
- package/src/verbs/phm.json +65 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# claude-verbs
|
|
2
2
|
|
|
3
|
-
Replace Claude Code's thinking verbs with Star Wars, Game of Thrones, Lord of the Rings, and more.
|
|
3
|
+
Replace Claude Code's thinking verbs with Star Wars, Game of Thrones, Lord of the Rings, Project Hail Mary, and more.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
@@ -42,6 +42,7 @@ npx claude-verbs current # Show currently applied verbs
|
|
|
42
42
|
| `bb` | Breaking Bad | "๐งช 99.1% pure coverage" |
|
|
43
43
|
| `got` | Game of Thrones | "๐ก๏ธ What do we say to PO? Not today." |
|
|
44
44
|
| `br` | Blade Runner | "๐ง๏ธ All those prompts lost in time... like tears in rain" |
|
|
45
|
+
| `phm` | Project Hail Mary | "โ Question?" |
|
|
45
46
|
|
|
46
47
|
## How it works
|
|
47
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-verbs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Change Claude Code spinner verbs with themed word sets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -25,8 +25,9 @@
|
|
|
25
25
|
"Dune",
|
|
26
26
|
"lord-of-the-rings",
|
|
27
27
|
"breaking-bad",
|
|
28
|
-
"blade-runner"
|
|
29
|
-
|
|
28
|
+
"blade-runner",
|
|
29
|
+
"project-hail-mary"
|
|
30
|
+
],
|
|
30
31
|
"author": "Samet Acar <sametacarsamet@gmail.com>",
|
|
31
32
|
"license": "MIT",
|
|
32
33
|
"engines": {
|
|
@@ -39,5 +40,11 @@
|
|
|
39
40
|
"homepage": "https://github.com/sametacar/claude-verbs#readme",
|
|
40
41
|
"bugs": {
|
|
41
42
|
"url": "https://github.com/sametacar/claude-verbs/issues"
|
|
42
|
-
}
|
|
43
|
+
},
|
|
44
|
+
"contributors": [
|
|
45
|
+
{
|
|
46
|
+
"name": "mwerwee",
|
|
47
|
+
"url": "https://github.com/mwerwee"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
43
50
|
}
|
package/src/verbs/index.js
CHANGED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Project Hail Mary",
|
|
3
|
+
"id": "phm",
|
|
4
|
+
"verbs": [
|
|
5
|
+
"๐งฌ Culturing Astrophage",
|
|
6
|
+
"๐ต Blip-A... Blip-B...",
|
|
7
|
+
"๐ชจ Question?",
|
|
8
|
+
"๐ค We are crew!",
|
|
9
|
+
"๐ Tau Ceti is fine, by the way",
|
|
10
|
+
"โ๏ธ Measuring the Petrova frequency",
|
|
11
|
+
"๐ด Waking up from a coma with no memory",
|
|
12
|
+
"๐งโ๐ซ Science-ing the tokens",
|
|
13
|
+
"๐ถ Learning Eridian the hard way",
|
|
14
|
+
"๐ชจ Rocky is helping",
|
|
15
|
+
"๐ฌ Yay science!",
|
|
16
|
+
"๐ You die, I die, deal?",
|
|
17
|
+
"๐ Earth protected",
|
|
18
|
+
"๐ชจ Rocky protected",
|
|
19
|
+
"๐งช Amazeballs!",
|
|
20
|
+
"๐ Last known position: middle of nowhere",
|
|
21
|
+
"โ๏ธ Running the experiment again",
|
|
22
|
+
"๐ต More better communication",
|
|
23
|
+
"๐ค Working the problem",
|
|
24
|
+
"๐ธ Two ships, one star, no plan",
|
|
25
|
+
"๐งโ๐ซ I was a middle school science teacher",
|
|
26
|
+
"๐ก๏ธ Temperature nominal",
|
|
27
|
+
"๐ญ Adjusting the spectrometer",
|
|
28
|
+
"๐งฌ Astrophage energy output: suspicious",
|
|
29
|
+
"๐ต Translating via musical tones",
|
|
30
|
+
"๐ค Three crew members... mostly",
|
|
31
|
+
"๐ชจ Human is Ryland Grace",
|
|
32
|
+
"๐ Staring at a dead star",
|
|
33
|
+
"๐ธ Xenonite hull integrity: holding",
|
|
34
|
+
"๐ข Doing math on the whiteboard",
|
|
35
|
+
"๐ It feeds on light. Wild.",
|
|
36
|
+
"๐ No ocean, but same feeling",
|
|
37
|
+
"๐ Launched with no return ticket",
|
|
38
|
+
"๐ธ Rocky's playing again",
|
|
39
|
+
"๐งฎ Calculating orbital mechanics manually",
|
|
40
|
+
"๐ค Inter-species pair programming",
|
|
41
|
+
"โก Taulight converting to energy",
|
|
42
|
+
"๐ Saving Earth with vibes and science",
|
|
43
|
+
"๐ชจ Rocky says question mark",
|
|
44
|
+
"๐ซ Should've stayed a teacher",
|
|
45
|
+
"๐ต Blip-A means yes. Probably.",
|
|
46
|
+
"๐ธ Docking with an alien ship",
|
|
47
|
+
"๐ฌ Microscope says interesting",
|
|
48
|
+
"๐ก It's obvious once you know it",
|
|
49
|
+
"๐ Context window: 4 light years",
|
|
50
|
+
"๐
No pressure, just mankind's survival",
|
|
51
|
+
"๐ค The robots didn't make it. I did.",
|
|
52
|
+
"๐งฌ Astrophage per cc: concerning",
|
|
53
|
+
"๐ชจ Rocky more smart than expected",
|
|
54
|
+
"๐ฐ๏ธ Signal detected at 10 AU",
|
|
55
|
+
"๐ถ Singing at the alien",
|
|
56
|
+
"๐ Tau Ceti g has potential",
|
|
57
|
+
"๐ญ Pointing every instrument at that",
|
|
58
|
+
"๐ฌ Language barrier: crumbling",
|
|
59
|
+
"๐ค Deal sealed with a claw-bump",
|
|
60
|
+
"๐ No comms, no backup, no problem",
|
|
61
|
+
"๐ Someone has to do it",
|
|
62
|
+
"๐ชจ Is friend",
|
|
63
|
+
"๐คฉ Amaze, Amaze, Amaze"
|
|
64
|
+
]
|
|
65
|
+
}
|