claude-verbs 0.1.0 โ 0.2.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 +5 -3
- package/package.json +2 -2
- package/src/verbs/bb.json +90 -0
- package/src/verbs/dune.json +5 -5
- package/src/verbs/index.js +2 -0
- package/src/verbs/lotr.json +2 -2
- package/src/verbs/matrix.json +94 -0
- package/src/verbs/sw.json +2 -2
package/README.md
CHANGED
|
@@ -25,9 +25,11 @@ npx claude-verbs current # Show currently applied verbs
|
|
|
25
25
|
|
|
26
26
|
| id | name | sample |
|
|
27
27
|
|----|------|--------|
|
|
28
|
-
| `lotr` | Lord of the Rings | "
|
|
29
|
-
| `sw` | Star Wars | "May the tokens be with you" |
|
|
30
|
-
| `dune` | Dune | "Tokens must flow" |
|
|
28
|
+
| `lotr` | Lord of the Rings | "๐ง Consulting the elves" |
|
|
29
|
+
| `sw` | Star Wars | "โจ May the tokens be with you" |
|
|
30
|
+
| `dune` | Dune | "๐๏ธ Tokens must flow" |
|
|
31
|
+
| `matrix` | Matrix | "๐ง Downloading kung fu" |
|
|
32
|
+
| `bb` | Breaking Bad & Better Call Saul | "๐งช 99.1% pure coverage" |
|
|
31
33
|
|
|
32
34
|
## How it works
|
|
33
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-verbs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Change Claude Code spinner verbs with themed word sets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/sametacar/claude-verbs.git"
|
|
28
|
+
"url": "git+https://github.com/sametacar/claude-verbs.git"
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/sametacar/claude-verbs#readme",
|
|
31
31
|
"bugs": {
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Breaking Bad & Better Call Saul",
|
|
3
|
+
"id": "bb",
|
|
4
|
+
"verbs": [
|
|
5
|
+
"๐งช Cooking clean code",
|
|
6
|
+
"๐ Blue meth passing all tests",
|
|
7
|
+
"๐ฉ Becoming Heisenberg",
|
|
8
|
+
"๐ค I am the one who codes",
|
|
9
|
+
"๐ Setting up the dev environment",
|
|
10
|
+
"๐ Deploying to Los Pollos Hermanos",
|
|
11
|
+
"๐งน Laundering the codebase",
|
|
12
|
+
"๐ Running the car wash pipeline",
|
|
13
|
+
"๐ Better call Saul",
|
|
14
|
+
"๐คต Slippin' Jimmy fixing production",
|
|
15
|
+
"๐ Filing a motion to dismiss the bug",
|
|
16
|
+
"๐๏ธ Arguing in the Sandpiper case",
|
|
17
|
+
"๐ผ Kim Wexler reviewing the PR",
|
|
18
|
+
"๐ก Chuck detecting electromagnetic anomalies",
|
|
19
|
+
"๐ฌ Saying yeah, science!",
|
|
20
|
+
"๐ฐ Money laundering the technical debt",
|
|
21
|
+
"๐ง Tread lightly",
|
|
22
|
+
"๐ฏ Staying out of your territory",
|
|
23
|
+
"๐ค Say my name... it's in the git log",
|
|
24
|
+
"๐ง No more half measures",
|
|
25
|
+
"๐ซ Mike handling the situation",
|
|
26
|
+
"๐ฎ Nacho fixing the package",
|
|
27
|
+
"๐ Lalo reviewing your commit at 3am",
|
|
28
|
+
"๐ Gus running the kitchen",
|
|
29
|
+
"๐คต Putting on the colorful suit",
|
|
30
|
+
"๐ Running the nail salon office",
|
|
31
|
+
"๐ I did it for the tokens",
|
|
32
|
+
"๐จ DEA scanning the dependencies",
|
|
33
|
+
"๐งช 99.1% pure coverage",
|
|
34
|
+
"๐๏ธ Burying secrets in the desert",
|
|
35
|
+
"๐ง Mike surveying the situation",
|
|
36
|
+
"๐ Dissolving the legacy code",
|
|
37
|
+
"๐บ Watching the ricin test fail",
|
|
38
|
+
"๐๏ธ Todd being enthusiastically wrong",
|
|
39
|
+
"๐ You're not in danger, I'm the danger",
|
|
40
|
+
"๐ Ding ding ding",
|
|
41
|
+
"๐ No fly zone over production",
|
|
42
|
+
"๐ค Pollos Hermanos onboarding",
|
|
43
|
+
"๐๏ธ Gene Takavic hiding in Omaha",
|
|
44
|
+
"๐งน Vacuuming the Vacuum guy's shop",
|
|
45
|
+
"๐ฌ Breaking the fourth wall",
|
|
46
|
+
"๐งฏ Extinguishing the consequences",
|
|
47
|
+
"๐ง Calculating like Gus",
|
|
48
|
+
"๐ฌ Jesse, we need to talk about the tests",
|
|
49
|
+
"๐ช Cutting the dependencies",
|
|
50
|
+
"๐ Keeping it in the house",
|
|
51
|
+
"๐ Crystal blue architecture",
|
|
52
|
+
"๐ฌ Testing the product",
|
|
53
|
+
"๐ฐ Counting the money",
|
|
54
|
+
"๐ Frying the chicken",
|
|
55
|
+
"๐ Washing the car",
|
|
56
|
+
"๐งป Chuck's space blanket blocking the WiFi",
|
|
57
|
+
"๐ Badger and Skinny Pete pair programming",
|
|
58
|
+
"๐ Protecting Howard's hair at all costs",
|
|
59
|
+
"๐ Throwing a pizza on the repo roof",
|
|
60
|
+
"๐ต Lying on the codebase like Huell",
|
|
61
|
+
"๐งช Building the superlab",
|
|
62
|
+
"๐ Barbecuing chicken with Gustavo",
|
|
63
|
+
"๐ Perfecting the Pollos recipe",
|
|
64
|
+
"๐ฅฝ Choosing the right tube for cooking",
|
|
65
|
+
"๐๏ธ Overengineering the lab",
|
|
66
|
+
"๐บ Having one too many beers with Werner",
|
|
67
|
+
"๐ฉ๐ช Engineering with German precision",
|
|
68
|
+
"๐ Being blamed for everything like Howard",
|
|
69
|
+
"๐บ Filming Saul's commercial",
|
|
70
|
+
"๐ Partying with Jesse",
|
|
71
|
+
"โ Yo!",
|
|
72
|
+
"๐ Bitching...",
|
|
73
|
+
"๐คช Tight, tight, tight. Yeah",
|
|
74
|
+
"๐ฅ Drinking with Don Eladio (carefully)",
|
|
75
|
+
"๐ Taking a dip with Don Eladio",
|
|
76
|
+
"๐ฅฃ Eating breakfast with Flynn",
|
|
77
|
+
"๐ Consulting Saul",
|
|
78
|
+
"๐ Calling Saul",
|
|
79
|
+
"๐คฉ Admiring Walter's commitment",
|
|
80
|
+
"๐จโ๐ซ Learning chemistry from Walt",
|
|
81
|
+
"๐ฅ Eating pistachios with Mike",
|
|
82
|
+
"๐ถ Walking with Mike in silence",
|
|
83
|
+
"๐ Running from Lalo",
|
|
84
|
+
"๐ฅฃ Flynn eating breakfast again",
|
|
85
|
+
"๐น Skinny Pete playing piano in prod",
|
|
86
|
+
"๐ณ Bowling with Howard",
|
|
87
|
+
"โ Brewing artisanal coffee with Gale",
|
|
88
|
+
"๐ถ The twins just stared at the codebase"
|
|
89
|
+
]
|
|
90
|
+
}
|
package/src/verbs/dune.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"id": "dune",
|
|
4
4
|
"verbs": [
|
|
5
5
|
"๐๏ธ Tokens must flow",
|
|
6
|
-
"
|
|
6
|
+
"๐ Accidentally summoning a sandworm",
|
|
7
7
|
"๐งฌ Planning like Bene Gesserit",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"๐ Sandworm-sized bug detected",
|
|
9
|
+
"๐ง Plans within plans within plans",
|
|
10
10
|
"๐ง Undefined is the mind-killer",
|
|
11
11
|
"๐ต Eyes turning blue (too much context)",
|
|
12
12
|
"๐ฌ Becoming the solution by accident",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"๐ฎ Kwisatz Haderach loading",
|
|
18
18
|
"โจ He who controls the tokens controls the universe",
|
|
19
19
|
"๐๏ธ Sandwalking to the office",
|
|
20
|
-
"
|
|
20
|
+
"๐ตโ๐ซ Stack overflow in ancestral memory",
|
|
21
21
|
"๐งฌ Mutating the Golden Path at runtime",
|
|
22
22
|
"๐ Branching timelines like a Git multiverse",
|
|
23
23
|
"๐ Replacing AI with human CPU",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"๐ฆ Harkonnen-ing the codebase",
|
|
33
33
|
"๐ง Just calculating, not conquering",
|
|
34
34
|
"๐ก๏ธ Please remove the Gom Jabbar",
|
|
35
|
-
"
|
|
35
|
+
"๐ It's a bug, not a Worm!",
|
|
36
36
|
"๐ฎ foresawing merge conflicts",
|
|
37
37
|
"๐ง Human enough for the test",
|
|
38
38
|
"๐ง Other-Memory-loading the docs",
|
package/src/verbs/index.js
CHANGED
package/src/verbs/lotr.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"๐ฅ Forging with Sauron",
|
|
41
41
|
"๐ Vibing in Rivendell",
|
|
42
42
|
"๐ฏ Delivering the Thรฉoden speech",
|
|
43
|
-
"
|
|
43
|
+
"๐ง Upgrading Gandalf to White",
|
|
44
44
|
"๐ก Lighting the beacons",
|
|
45
45
|
"๐ Negotiating with the dead",
|
|
46
46
|
"๐ Catching raw fish with Gollum",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"๐ฐ Helm's Deep: holding the last tokens",
|
|
57
57
|
"๐ All we have to decide is what to do with the propmts we are given",
|
|
58
58
|
"๐พ I can't dream for you, but I can write the code you Mr. Frodo",
|
|
59
|
-
"
|
|
59
|
+
"๐ช Sam wouldn't abandon this prompt",
|
|
60
60
|
"๐พ Not the hero, just the assistant",
|
|
61
61
|
"๐พ Potatoes, boil them, mash them, stick them in a pipeline",
|
|
62
62
|
"๐ Ring-corrupting the system prompt",
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Matrix",
|
|
3
|
+
"id": "matrix",
|
|
4
|
+
"verbs": [
|
|
5
|
+
"๐ Taking the red pill dependency",
|
|
6
|
+
"๐ Staying on the blue pill branch",
|
|
7
|
+
"๐ Following the white rabbit to production",
|
|
8
|
+
"๐ฅ There is no spoon (or semicolon)",
|
|
9
|
+
"๐ข Reading the code rain",
|
|
10
|
+
"๐ Waiting for the phone to ring",
|
|
11
|
+
"๐ด๏ธ Agent Smith-ing every process",
|
|
12
|
+
"๐๏ธ The Matrix has your tokens",
|
|
13
|
+
"๐ฅ I know kung fu (just pushed to prod)",
|
|
14
|
+
"๐ Denying being The One",
|
|
15
|
+
"๐ค Sentinels detected in node_modules",
|
|
16
|
+
"๐๏ธ Consulting the Architect",
|
|
17
|
+
"๐ฎ Oracle-predicting the build failure",
|
|
18
|
+
"๐ช Taking the Oracle's cookie",
|
|
19
|
+
"๐ฑ Dรฉjร vu in the codebase",
|
|
20
|
+
"๐ต๏ธ Mr. Anderson, you have a PR review",
|
|
21
|
+
"๐ญ Choice is an illusion, like deadlines",
|
|
22
|
+
"๐ Operator! I need an exit!",
|
|
23
|
+
"๐ซ Dodge this",
|
|
24
|
+
"๐ง Plugging directly into the docs",
|
|
25
|
+
"๐ Glitch in the Matrix detected",
|
|
26
|
+
"๐ Unplugging from legacy systems",
|
|
27
|
+
"๐ Running from the agents",
|
|
28
|
+
"๐ค Evading Agent Smith",
|
|
29
|
+
"๐ถ๏ธ Becoming the anomaly",
|
|
30
|
+
"๐งฎ You are the Architect",
|
|
31
|
+
"๐ข Counting ones and zeros manually",
|
|
32
|
+
"๐ฏ Targeted by Agent Smith again",
|
|
33
|
+
"๐ค Merging with the Source",
|
|
34
|
+
"๐ฅ Overloading the system",
|
|
35
|
+
"๐ด๏ธ Being copied by Agent Smith",
|
|
36
|
+
"๐ป Jacking into production",
|
|
37
|
+
"๐ Waking up in a pod",
|
|
38
|
+
"๐ Humans as batteries, tokens as fuel",
|
|
39
|
+
"๐ด Still plugged into the context window",
|
|
40
|
+
"๐ฌ No one can be told what the bug is",
|
|
41
|
+
"๐
Refusing the simulation",
|
|
42
|
+
"๐ Resetting the simulation",
|
|
43
|
+
"๐ฆ Shipping the red pill as a feature",
|
|
44
|
+
"๐คฏ Mind uploading to the cloud",
|
|
45
|
+
"๐ Everything that has a beginning has a stack trace",
|
|
46
|
+
"๐ฎ I can only show you the door, you open the PR",
|
|
47
|
+
"๐ Rebooting the Matrix",
|
|
48
|
+
"๐ธ Sentinels attacking the monorepo",
|
|
49
|
+
"๐ง Free your mind, free your linter",
|
|
50
|
+
"๐ข There is no real world, only runtime",
|
|
51
|
+
"๐ White rabbit went into an infinite loop",
|
|
52
|
+
"๐๏ธ Welcome to the desert of the real codebase",
|
|
53
|
+
"๐๏ธ Seeing the Matrix for what it is: JavaScript",
|
|
54
|
+
"๐ญ Playing Neo in the sequel nobody asked for",
|
|
55
|
+
"๐ Locked out of the construct",
|
|
56
|
+
"๐ Both pills were placebos",
|
|
57
|
+
"๐ง Morpheus fixing the simulation with duct tape",
|
|
58
|
+
"๐ก Broadcasting to Zion on port 8080",
|
|
59
|
+
"๐ถ๏ธ Bending the simulation",
|
|
60
|
+
"๐งฌ Rewriting the rules at runtime",
|
|
61
|
+
"๐ Freed from the loop at last",
|
|
62
|
+
"๐ค I am inevitable... the deprecation warning",
|
|
63
|
+
"๐ Neo dies. Neo lives. Neo dies again. CI/CD pipeline",
|
|
64
|
+
"๐ค Why Mr. Anderson, why?",
|
|
65
|
+
"โฌ๏ธ Hmm, upgrades",
|
|
66
|
+
"๐ฅฉ I know this steak doesn't exist",
|
|
67
|
+
"โ What is real?",
|
|
68
|
+
"๐ฑ It's what happens when they change something",
|
|
69
|
+
"โก Waking up Neo",
|
|
70
|
+
"๐ข Decoding the green rain",
|
|
71
|
+
"๐ฅ Meโฆ meโฆ meโฆ Me too.",
|
|
72
|
+
"๐ฎ Seeking the Oracle",
|
|
73
|
+
"๐ฌ I love candy",
|
|
74
|
+
"๐ค Helping Morpheus",
|
|
75
|
+
"๐ Looking for Neo",
|
|
76
|
+
"๐ค You're stillโฆ only human",
|
|
77
|
+
"๐ Looking for exit",
|
|
78
|
+
"๐ Dodging bullets",
|
|
79
|
+
"โ๏ธ Learning to fly",
|
|
80
|
+
"๐ง Bending spoons",
|
|
81
|
+
"๐ Answering the call",
|
|
82
|
+
"โ Stopping bullets",
|
|
83
|
+
"๐ฅ Training in the construct",
|
|
84
|
+
"๐ Unlocking the construct",
|
|
85
|
+
"๐ Connecting to the Source",
|
|
86
|
+
"๐ธ Hiding from sentinels",
|
|
87
|
+
"๐ด Dreaming of Zion",
|
|
88
|
+
"๐ป Hacking the mainframe",
|
|
89
|
+
"๐ง Downloading kung fu",
|
|
90
|
+
"๐ Fighting Agents",
|
|
91
|
+
"๐ Glitching through the simulation",
|
|
92
|
+
"๐ก Locating the exit"
|
|
93
|
+
]
|
|
94
|
+
}
|
package/src/verbs/sw.json
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"โ๏ธ Moisture farming on Tatooine",
|
|
6
6
|
"๐ Joining the dark side",
|
|
7
7
|
"๐ด Sensing a disturbance in the Force",
|
|
8
|
-
"
|
|
8
|
+
"๐ค Force-choking remotely",
|
|
9
9
|
"๐ Giving medals (except Chewie)",
|
|
10
10
|
"๐ฏ Shooting first",
|
|
11
11
|
"โ๏ธโ๏ธ Staring at twin suns",
|
|
12
12
|
"๐ฏ Targeting a 2-meter exhaust port",
|
|
13
13
|
"๐๏ธ Hating sand",
|
|
14
14
|
"๐๏ธ Taking the high ground",
|
|
15
|
-
"
|
|
15
|
+
"๐ฑ It's a trap!",
|
|
16
16
|
"๐ป Planning to become a Force ghost",
|
|
17
17
|
"๐ฏ Stormtroopers missing... like always",
|
|
18
18
|
"โจ May the tokens be with you",
|