claude-verbs 0.2.0 โ 1.1.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 +13 -2
- package/bin/cli.js +1 -1
- package/package.json +10 -2
- package/src/verbs/dune.json +37 -3
- package/src/verbs/got.json +100 -0
- package/src/verbs/index.js +1 -0
- package/src/verbs/lotr.json +1 -1
package/README.md
CHANGED
|
@@ -2,17 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
Changes the spinner words Claude Code shows while it's thinking. Pick a theme, make it fun.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
Works with both **Claude Code CLI** and the **VSCode Claude extension**.
|
|
6
8
|
|
|
7
9
|
## Usage
|
|
8
10
|
|
|
11
|
+
๐ Just run this command:
|
|
12
|
+
|
|
9
13
|
```bash
|
|
10
14
|
npx claude-verbs
|
|
11
15
|
```
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
A menu will open โ use arrow keys to pick a theme and press Enter.
|
|
18
|
+
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+
โ
That's it.
|
|
22
|
+
|
|
23
|
+
---
|
|
14
24
|
|
|
15
|
-
|
|
25
|
+
Optionally, use CLI commands directly:
|
|
16
26
|
|
|
17
27
|
```bash
|
|
18
28
|
npx claude-verbs list # List available themes
|
|
@@ -30,6 +40,7 @@ npx claude-verbs current # Show currently applied verbs
|
|
|
30
40
|
| `dune` | Dune | "๐๏ธ Tokens must flow" |
|
|
31
41
|
| `matrix` | Matrix | "๐ง Downloading kung fu" |
|
|
32
42
|
| `bb` | Breaking Bad & Better Call Saul | "๐งช 99.1% pure coverage" |
|
|
43
|
+
| `got` | Game of Thrones | "๐ก๏ธ What do we say to PO? Not today." |
|
|
33
44
|
|
|
34
45
|
## How it works
|
|
35
46
|
|
package/bin/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-verbs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Change Claude Code spinner verbs with themed word sets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -16,7 +16,15 @@
|
|
|
16
16
|
"claude-code",
|
|
17
17
|
"spinner",
|
|
18
18
|
"verbs",
|
|
19
|
-
"
|
|
19
|
+
"ai",
|
|
20
|
+
"spinner-verbs",
|
|
21
|
+
"anthropic",
|
|
22
|
+
"themes",
|
|
23
|
+
"star-wars",
|
|
24
|
+
"matrix",
|
|
25
|
+
"Dune",
|
|
26
|
+
"lord-of-the-rings",
|
|
27
|
+
"breaking-bad"
|
|
20
28
|
],
|
|
21
29
|
"author": "Samet Acar <sametacarsamet@gmail.com>",
|
|
22
30
|
"license": "MIT",
|
package/src/verbs/dune.json
CHANGED
|
@@ -59,14 +59,48 @@
|
|
|
59
59
|
"๐ถ Gurney-deploying ballads to production",
|
|
60
60
|
"๐ง Stilgar-counting tokens like drops of water",
|
|
61
61
|
"๐๏ธ Stilgar believes in you",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"๐ถ Walking without rhythm to attract no bugs",
|
|
63
|
+
"โ Sapho juice loading...",
|
|
64
64
|
"๐ Twisted Mentat twisted the requirements again",
|
|
65
65
|
"๐จ Rabban-ing the database",
|
|
66
66
|
"๐ Baron floating through the codebase",
|
|
67
67
|
"๐ Rabban-forcing the prompt",
|
|
68
68
|
"๐ Rabban-ing without reasoning",
|
|
69
69
|
"๐ข Tuek-smuggling tokens past the context window",
|
|
70
|
-
"๐ง Hawat calculating..."
|
|
70
|
+
"๐ง Hawat calculating...",
|
|
71
|
+
"๐ I must not crash. Crash is the mind-killer.",
|
|
72
|
+
"โ Drinking the Water of Life to understand your code",
|
|
73
|
+
"๐ญ Reverend Mother decoding your intent",
|
|
74
|
+
"๐๏ธ Paul having visions of your output",
|
|
75
|
+
"๐ House Atreides would've approved this output",
|
|
76
|
+
"โ๏ธ Crysknife out",
|
|
77
|
+
"๐๏ธ Paul sees it",
|
|
78
|
+
"๐คซ Using the Voice",
|
|
79
|
+
"๐ต Playing the baliset",
|
|
80
|
+
"๐ Taking notes for Irulan",
|
|
81
|
+
"๐ Summoning the worm",
|
|
82
|
+
"๐๏ธ Reading the future",
|
|
83
|
+
"๐ง Thinking like a Mentat",
|
|
84
|
+
"๐๏ธ Finding the sietch",
|
|
85
|
+
"๐ก๏ธ Drawing the crysknife",
|
|
86
|
+
"๐ Serving the Emperor",
|
|
87
|
+
"๐ง Adding more spice",
|
|
88
|
+
"๐ค Negotiating with Fenring",
|
|
89
|
+
"๐ Reading Irulan's diary",
|
|
90
|
+
"๐คท Duncan Idaho died for this",
|
|
91
|
+
"โ Adding more spice to the coffee",
|
|
92
|
+
"๐ก๏ธ Fighting without a shield",
|
|
93
|
+
"๐ฆ Entering the arena with Harkonnen",
|
|
94
|
+
"๐ช Never sitting with back to the door",
|
|
95
|
+
"๐คซ Talking with fingers",
|
|
96
|
+
"๐ No need for Uber, we have sandworms",
|
|
97
|
+
"โจ Kul wahad!",
|
|
98
|
+
"โ๏ธ Ya hya chouhada!",
|
|
99
|
+
"๐
Subakh ul kuhar",
|
|
100
|
+
"โ๏ธ Haiiiii-yoh!",
|
|
101
|
+
"๐ง soo-soo-sook!",
|
|
102
|
+
"๐๏ธ Lisan al-gaib!",
|
|
103
|
+
"๐ Harq al-Ada",
|
|
104
|
+
"โ๏ธ Ya Hya Chouhada!"
|
|
71
105
|
]
|
|
72
106
|
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Game of Thrones",
|
|
3
|
+
"id": "got",
|
|
4
|
+
"verbs": [
|
|
5
|
+
"๐ Claiming the Iron Throne",
|
|
6
|
+
"๐ฆ Paying technical debts",
|
|
7
|
+
"๐งฏ Surviving wildfire in staging",
|
|
8
|
+
"๐ง Playing the game of nodes",
|
|
9
|
+
"๐ฌ๏ธ Winter is compiling",
|
|
10
|
+
"๐ญ A man has no context",
|
|
11
|
+
"๐ฐ Borrowing some tokens from Tywin",
|
|
12
|
+
"๐ก๏ธ What do we say to PO? Not today.",
|
|
13
|
+
"๐ญ whispering your name to Jaqen",
|
|
14
|
+
"๐ Valar Debughulis.",
|
|
15
|
+
"๐ง Not today, production.",
|
|
16
|
+
"๐บ The backlog remembers.",
|
|
17
|
+
"๐ท๏ธ Whispering secrets to the CI.",
|
|
18
|
+
"๐ The sprint is coming.",
|
|
19
|
+
"๐ช Hold the deploy.",
|
|
20
|
+
"๐ฐ Rebuilding the Wall with hotfixes",
|
|
21
|
+
"๐ช Hodor blocking main loop",
|
|
22
|
+
"โ๏ธ You know nothing, vibe coder",
|
|
23
|
+
"๐ Valar Debughulis.",
|
|
24
|
+
"๐งญ The night is dark and full of errors.",
|
|
25
|
+
"๐น Executing the Night's Watch (on logs)",
|
|
26
|
+
"๐ Shame! Shame! Shame! (on failed build)",
|
|
27
|
+
"๐ธ Paying the Iron Tokens for a feature",
|
|
28
|
+
"๐ฆถ Littlefinger's backdoor detected",
|
|
29
|
+
"๐ช Hodoring...",
|
|
30
|
+
"๐งโโ๏ธ Melisandre's red-hotfixes",
|
|
31
|
+
"๐ Dracarys-ing..",
|
|
32
|
+
"โ๏ธ My watch begins",
|
|
33
|
+
"๐ค Consulting the Hand",
|
|
34
|
+
"๐น Gathering the Crows",
|
|
35
|
+
"๐ฅ Trial by Fire",
|
|
36
|
+
"๐ก๏ธ Executing the Bug",
|
|
37
|
+
"๐ฏ๏ธ Small Council Meeting",
|
|
38
|
+
"๐ฅ Cersei-ing",
|
|
39
|
+
"๐ Bug isn't a pit. Bug is a ladder.",
|
|
40
|
+
"๐ Leave one skill alive and the sheep are never safe",
|
|
41
|
+
"โ๏ธ An AI is not a slave",
|
|
42
|
+
"๐ I am a Khaleesi of the AI",
|
|
43
|
+
"๐ฆ As long as I'm better than everyone else I suppose it doesn't matter.",
|
|
44
|
+
"โ๏ธ If I fall, don't bring me back.",
|
|
45
|
+
"๐ก๏ธ An AI needs practice like a sword needs a whetstone",
|
|
46
|
+
"๐ฐ I'm quite good at spending tokens",
|
|
47
|
+
"๐ท That's what I do. I consume tokens and I know things.",
|
|
48
|
+
"๐ Any man who must say, I am the Senior, is no true Senior.",
|
|
49
|
+
"โ๏ธ Kill the junior and let the senior be born.",
|
|
50
|
+
"โค๏ธ Doing things for love.",
|
|
51
|
+
"๐ Are you a junior? No, you're a dev. Ship it.",
|
|
52
|
+
"๐ต๏ธ Power resides where the PM believes it resides.",
|
|
53
|
+
"๐ Littlefinger is fingering codebase",
|
|
54
|
+
"๐๏ธ Bran watching",
|
|
55
|
+
"๐ Targaryening",
|
|
56
|
+
"๐ฅ Wildfire in the dependency tree",
|
|
57
|
+
"๐ The Red Wedding was smoother than this merge",
|
|
58
|
+
"๐คด Joffrey rejected your PR",
|
|
59
|
+
"๐ค Ramsay found a bug (and he's happy about it)",
|
|
60
|
+
"๐น Handing Oberyn his spear",
|
|
61
|
+
"โ๏ธ Marching to Battle of the Bastards",
|
|
62
|
+
"๐ Breaking the chains in Meereen",
|
|
63
|
+
"๐ Walking the Walk of Shame with you",
|
|
64
|
+
"๐ Looking for chicken for The Hound",
|
|
65
|
+
"โ๏ธ Someone's tapping your shoulder (it's the Night King)",
|
|
66
|
+
"๐งฑ Peeing from the top of the Wall",
|
|
67
|
+
"๐ฅ Rhaenyra and Alicent arguing in the PR comments",
|
|
68
|
+
"๐๏ธ Aemond lost an eye, but gained a feature",
|
|
69
|
+
"๐คด Scheduling unnecessary meetings with Otto",
|
|
70
|
+
"โ๏ธ Dunk has no idea what he's doing",
|
|
71
|
+
"๐ฅ Egg knows but won't say",
|
|
72
|
+
"๐ง Thinking with Dunk",
|
|
73
|
+
"๐คด Criston Cole rejected your prompt personally",
|
|
74
|
+
"๐ฅ Rhaenyra opened a prompt, Alicent closed it",
|
|
75
|
+
"๐งต Rhaena and Baela arguing about token limits",
|
|
76
|
+
"๐ Daemon claiming your codebase (uninvited)",
|
|
77
|
+
"๐ Dorne doesn't care about your deadline",
|
|
78
|
+
"๐น Unbowed, Unbent, Undeployed",
|
|
79
|
+
"๐ธ Growing roses in the dependency garden",
|
|
80
|
+
"๐ฆ Stannis calculating the rightful merge",
|
|
81
|
+
"๐ธ Olenna poisoning the bad code",
|
|
82
|
+
"๐ธ Highgarden has better documentation",
|
|
83
|
+
"โก Renly's PR had more supporters",
|
|
84
|
+
"๐ Family, Duty, Honor, Deploy",
|
|
85
|
+
"๐ Walder Frey reviewing the guest PRs",
|
|
86
|
+
"๐ฌ๏ธ Bungee jumping in the Moon Door",
|
|
87
|
+
"๐ Slapping Joffrey",
|
|
88
|
+
"๐บ Celebrating with Robert Baratheon",
|
|
89
|
+
"๐ฆ Delivering ravens",
|
|
90
|
+
"๐ฃ Fishing with Tywin",
|
|
91
|
+
"๐ฒ Cooking for Samwell",
|
|
92
|
+
"๐ Consulting the Citadel archives",
|
|
93
|
+
"๐ฅ Khal Drogo melting the tokens",
|
|
94
|
+
"๐ Three dragons, zero unit tests",
|
|
95
|
+
"๐ฅ Cooking dragon eggs (sunny side up)",
|
|
96
|
+
"๐ค Serving as your Hand",
|
|
97
|
+
"๐ณ Yes, my lor... oh.. milord",
|
|
98
|
+
"๐ Senior Dev, Principal Engineer, Breaker of Bugs... just Claude Code"
|
|
99
|
+
]
|
|
100
|
+
}
|
package/src/verbs/index.js
CHANGED
package/src/verbs/lotr.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"๐ฆ Sending the eagles",
|
|
14
14
|
"๐ป Concerning hobbits",
|
|
15
15
|
"๐ My precious tokenss",
|
|
16
|
-
"
|
|
16
|
+
"๐ฐ Taking the hobbits to Isengard",
|
|
17
17
|
"๐ Tossing the dwarf",
|
|
18
18
|
"๐ Biting lembas bread",
|
|
19
19
|
"๐คฆ Pippin-ing everything up",
|