@citedy/game-sounds 1.1.2 → 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.
Files changed (57) hide show
  1. package/.claude-plugin/plugin.json +3 -3
  2. package/README.md +22 -3
  3. package/package.json +5 -2
  4. package/sounds/counter-strike/error/headshot.mp3 +0 -0
  5. package/sounds/counter-strike/session-start/go-go-go.mp3 +0 -0
  6. package/sounds/counter-strike/task-acknowledge/enemy-spotted.mp3 +0 -0
  7. package/sounds/counter-strike/task-acknowledge/fire-in-the-hole.mp3 +0 -0
  8. package/sounds/counter-strike/task-complete/bomb-planted.mp3 +0 -0
  9. package/sounds/counter-strike/task-complete/counter-terrorists-win.mp3 +0 -0
  10. package/sounds/counter-strike/task-complete/terrorists-win.mp3 +0 -0
  11. package/sounds/gta/error/busted.mp3 +0 -0
  12. package/sounds/gta/error/wasted.mp3 +0 -0
  13. package/sounds/gta/permission/franklin-ringtone.mp3 +0 -0
  14. package/sounds/gta/session-start/phone-ring.mp3 +0 -0
  15. package/sounds/gta/task-acknowledge/police-radio.mp3 +0 -0
  16. package/sounds/gta/task-complete/mission-passed-2.mp3 +0 -0
  17. package/sounds/gta/task-complete/mission-passed.mp3 +0 -0
  18. package/sounds/metal-gear-solid/error/alert.mp3 +0 -0
  19. package/sounds/metal-gear-solid/error/snake-snake.mp3 +0 -0
  20. package/sounds/metal-gear-solid/permission/alert-2.mp3 +0 -0
  21. package/sounds/metal-gear-solid/session-start/kept-you-waiting.mp3 +0 -0
  22. package/sounds/metal-gear-solid/task-acknowledge/codec-call.mp3 +0 -0
  23. package/sounds/mortal-kombat/error/raiden-wins.mp3 +0 -0
  24. package/sounds/mortal-kombat/session-start/fight.mp3 +0 -0
  25. package/sounds/mortal-kombat/session-start/round-1-fight.mp3 +0 -0
  26. package/sounds/mortal-kombat/task-acknowledge/get-over-here.mp3 +0 -0
  27. package/sounds/mortal-kombat/task-acknowledge/toasty.mp3 +0 -0
  28. package/sounds/mortal-kombat/task-complete/fatality.mp3 +0 -0
  29. package/sounds/mortal-kombat/task-complete/finish-him.mp3 +0 -0
  30. package/sounds/mortal-kombat/task-complete/flawless-victory.mp3 +0 -0
  31. package/sounds/pac-man/error/death.mp3 +0 -0
  32. package/sounds/pac-man/session-start/game-start.mp3 +0 -0
  33. package/sounds/pac-man/task-acknowledge/waka-waka.mp3 +0 -0
  34. package/sounds/pac-man/task-complete/ghost-eat.mp3 +0 -0
  35. package/sounds/pac-man/task-complete/power-pellet.mp3 +0 -0
  36. package/sounds/sonic/error/game-over.mp3 +0 -0
  37. package/sounds/sonic/session-start/ring-collect.mp3 +0 -0
  38. package/sounds/sonic/task-acknowledge/jump.mp3 +0 -0
  39. package/sounds/sonic/task-acknowledge/spin-dash.mp3 +0 -0
  40. package/sounds/sonic/task-complete/extra-life.mp3 +0 -0
  41. package/sounds/street-fighter/session-start/round-one-fight.mp3 +0 -0
  42. package/sounds/street-fighter/task-acknowledge/hadouken.mp3 +0 -0
  43. package/sounds/street-fighter/task-acknowledge/shoryuken.mp3 +0 -0
  44. package/sounds/street-fighter/task-complete/ko.mp3 +0 -0
  45. package/sounds/street-fighter/task-complete/perfect.mp3 +0 -0
  46. package/sounds/street-fighter/task-complete/you-win-perfect.mp3 +0 -0
  47. package/sounds/unreal-tournament/error/dominating.mp3 +0 -0
  48. package/sounds/unreal-tournament/error/unstoppable.mp3 +0 -0
  49. package/sounds/unreal-tournament/permission/ultra-kill.mp3 +0 -0
  50. package/sounds/unreal-tournament/session-start/first-blood.mp3 +0 -0
  51. package/sounds/unreal-tournament/task-acknowledge/double-kill.mp3 +0 -0
  52. package/sounds/unreal-tournament/task-acknowledge/headshot.mp3 +0 -0
  53. package/sounds/unreal-tournament/task-acknowledge/multi-kill.mp3 +0 -0
  54. package/sounds/unreal-tournament/task-complete/godlike.mp3 +0 -0
  55. package/sounds/unreal-tournament/task-complete/holy-shit.mp3 +0 -0
  56. package/sounds/unreal-tournament/task-complete/killing-spree.mp3 +0 -0
  57. package/sounds/unreal-tournament/task-complete/monster-kill.mp3 +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
- "name": "@citedy/game-sounds",
3
- "version": "1.1.1",
4
- "description": "Game sound effects for Claude Code \u2014 Warcraft, StarCraft, Diablo & more. Work work!",
2
+ "name": "game-sounds",
3
+ "version": "1.2.0",
4
+ "description": "127 game sound effects for Claude Code \u2014 12 packs: Warcraft, StarCraft, Diablo, C&C, Mortal Kombat, Street Fighter, Counter-Strike, Metal Gear Solid & more!",
5
5
  "author": {
6
6
  "name": "Citedy",
7
7
  "email": "hello@citedy.com"
package/README.md CHANGED
@@ -6,11 +6,22 @@ Game sound effects for [Claude Code](https://docs.anthropic.com/en/docs/claude-c
6
6
 
7
7
  ## Install
8
8
 
9
+ ### Option A: Inside Claude Code (easiest)
10
+
11
+ 1. Type `/plugin` in Claude Code
12
+ 2. Enter `citedy/claude-plugins` as marketplace source
13
+ 3. Select **game-sounds** and install
14
+ 4. Restart Claude Code
15
+
16
+ ### Option B: Terminal CLI
17
+
9
18
  ```bash
10
- claude plugin marketplace add Citedy/claude-plugins
19
+ claude plugin marketplace add citedy/claude-plugins
11
20
  claude plugin install game-sounds@citedy
12
21
  ```
13
22
 
23
+ Then restart Claude Code.
24
+
14
25
  <details>
15
26
  <summary>Alternative install methods</summary>
16
27
 
@@ -25,7 +36,7 @@ claude --plugin-dir $(npm root -g)/@citedy/game-sounds
25
36
 
26
37
  </details>
27
38
 
28
- ## Sound Packs (6 packs, 91 sounds)
39
+ ## Sound Packs (14 packs, 145 sounds)
29
40
 
30
41
  | Pack | Sounds | Highlights |
31
42
  |------|--------|------------|
@@ -33,8 +44,16 @@ claude --plugin-dir $(npm root -g)/@citedy/game-sounds
33
44
  | **starcraft** | 21 | "Affirmative", "Battlecruiser operational", "Negative" |
34
45
  | **command-conquer** | 15 | "Construction complete", "Unit ready", "Mission accomplished" |
35
46
  | **diablo** | 12 | "Stay awhile and listen", "Fresh meat!", legendary drop |
47
+ | **unreal-tournament** | 11 | "Headshot!", "M-M-M-Monster Kill!", "Godlike!", "Holy Shit!" |
36
48
  | **zelda** | 11 | Secret found jingle, "Hey listen!", chest open, item get |
37
49
  | **mario** | 10 | "Let's-a go!", "Yahoo!", "Mamma mia", game over |
50
+ | **mortal-kombat** | 8 | "Finish Him!", "Get Over Here!", "Fatality", "Toasty!" |
51
+ | **counter-strike** | 7 | "Terrorists Win", "Bomb planted", "Go go go", "Enemy spotted" |
52
+ | **gta** | 7 | "Wasted", "Mission Passed", "Busted", police radio |
53
+ | **street-fighter** | 6 | "Hadouken!", "Shoryuken!", "Perfect", "KO" |
54
+ | **metal-gear-solid** | 5 | Alert sound (❗), "Snake? SNAAAKE!", codec call |
55
+ | **sonic** | 5 | Ring collect, spin dash, extra life, game over |
56
+ | **pac-man** | 5 | Waka waka, game start, ghost eat, death |
38
57
 
39
58
  ## Switch Packs
40
59
 
@@ -54,7 +73,7 @@ The `game-sounds` CLI is available globally when installed via npm (`npm i -g`).
54
73
  For marketplace installs, add to PATH:
55
74
 
56
75
  ```bash
57
- export PATH="$HOME/.claude/plugins/cache/citedy/game-sounds/1.1.0/scripts:$PATH"
76
+ export PATH="$HOME/.claude/plugins/cache/citedy/game-sounds/1.1.2/scripts:$PATH"
58
77
  ```
59
78
 
60
79
  **From Claude Code:** use `/game-sounds pack starcraft`
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@citedy/game-sounds",
3
- "version": "1.1.2",
4
- "description": "Game sound effects for Claude Code — Warcraft, StarCraft & more. Work work! 🔨",
3
+ "version": "1.3.0",
4
+ "description": "127 game sound effects for Claude Code — 12 packs: Warcraft, StarCraft, Mortal Kombat, Street Fighter, Counter-Strike, Metal Gear Solid & more!",
5
5
  "keywords": [
6
6
  "claude-code",
7
7
  "claude-code-plugin",
8
8
  "game-sounds",
9
9
  "warcraft",
10
+ "mortal-kombat",
11
+ "counter-strike",
12
+ "street-fighter",
10
13
  "sound-effects",
11
14
  "developer-experience"
12
15
  ],
Binary file
Binary file
Binary file
Binary file