100xprism 2.3.1 → 2.3.2

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 CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  **One source of truth.** 66 modules generate native config for **Claude Code · Cursor · Codex · Windsurf · Copilot · Gemini · Antigravity**. Quality gates run on every commit.
14
14
 
15
- <img src="assets/100xprism-hero.svg" alt="100xPrism — one config, every AI coding tool · 13 plugins, 26 slash commands, 40 auto-trigger skills" width="100%" />
15
+ <img src="assets/100xprism-hero.svg" alt="100xPrism — one config, every AI coding tool · 14 plugins, 26 slash commands, 40 auto-trigger skills" width="100%" />
16
16
 
17
17
  </div>
18
18
 
@@ -75,7 +75,7 @@ Every `/commit` and `/push` runs a 5-point gate — tests, security, build, Dock
75
75
  | | |
76
76
  |---|---|
77
77
  | **66 modules** | 26 slash commands + 40 auto-trigger skills — see [full reference below](#slash-commands) |
78
- | **13 Claude Code plugins** | superpowers, playwright, github, hookify, claude-mem, understand-anything, ui-ux-pro-max, and more |
78
+ | **14 Claude Code plugins** | superpowers, playwright, github, hookify, claude-mem, understand-anything, ui-ux-pro-max, motion-framer, and more |
79
79
  | **7 database engines** | Postgres, Cloud SQL, Snowflake, Databricks, Athena, Presto, Oracle — one `/db` interface |
80
80
  | **27 SaaS CLIs** | `/connect` installs + authenticates GitHub, AWS, Stripe, Supabase, and more from `.env` |
81
81
  | **4 project templates** | node-fullstack · node-frontend · python-api · docker-compose |
@@ -186,7 +186,7 @@ Modules with `tier: core` (26) inline into single-file tools; `tier: on-demand`
186
186
 
187
187
  <div align="center">
188
188
 
189
- Built by [Rajit Saha](https://www.linkedin.com/in/rajsaha/) · 20+ years in enterprise data at Udemy, Experian, LendingClub, VMware, Yahoo
189
+ Built by [Rajit Saha](https://www.linkedin.com/in/rajsaha/) · 23 years in enterprise data at Udemy, Experian, LendingClub, VMware, Yahoo
190
190
 
191
191
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/rajsaha/)
192
192
  [![GitHub](https://img.shields.io/badge/GitHub-Follow-black?style=for-the-badge&logo=github)](https://github.com/rajitsaha)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.3.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "100xprism",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "66 cross-tool modules (workflows + skills). Quality gates on every commit. Works with Claude Code, Cursor, Codex, Windsurf, Antigravity, Copilot, Gemini.",
5
5
  "scripts": {
6
6
  "test": "node --test",
@@ -12,7 +12,8 @@
12
12
  "claude-mem@thedotmack",
13
13
  "understand-anything@understand-anything",
14
14
  "ui-ux-pro-max@ui-ux-pro-max-skill",
15
- "chrome-devtools-mcp@claude-plugins-official"
15
+ "chrome-devtools-mcp@claude-plugins-official",
16
+ "motion-framer@claude-design-skillstack"
16
17
  ],
17
18
  "extraKnownMarketplaces": {
18
19
  "claude-code-plugins": {
@@ -38,6 +39,12 @@
38
39
  "source": "github",
39
40
  "repo": "nextlevelbuilder/ui-ux-pro-max-skill"
40
41
  }
42
+ },
43
+ "claude-design-skillstack": {
44
+ "source": {
45
+ "source": "github",
46
+ "repo": "freshtechbro/claudedesignskills"
47
+ }
41
48
  }
42
49
  }
43
50
  }
package/shell/aliases.sh CHANGED
@@ -1,5 +1,5 @@
1
1
  # shellcheck shell=bash
2
- # 100x Dev shortcuts
2
+ # 100xPrism shortcuts
3
3
  # Source this file from ~/.zshrc or ~/.bashrc:
4
4
  # source ~/100xprism/shell/aliases.sh
5
5
 
@@ -15,6 +15,14 @@ alias 100x-update="$HOME/100xprism/update.sh"
15
15
  # shellcheck disable=SC2139
16
16
  alias 100x-check="$HOME/100xprism/update.sh --check-only"
17
17
 
18
+ # Token usage — one machine-wide dashboard (all sessions & repos); auto-opens the
19
+ # URL, and relaunching from any session just opens the already-running one.
20
+ # shellcheck disable=SC2139
21
+ alias 100x-tokens="python3 $HOME/100xprism/scripts/token-dashboard.py"
22
+ # What shipped (value, to read next to token cost) — defaults to the current repo.
23
+ # shellcheck disable=SC2139
24
+ alias 100x-value="python3 $HOME/100xprism/scripts/value-report.py"
25
+
18
26
  # ── Version check ─────────────────────────────────────────────────────────────
19
27
  # On shell startup: read cached update status (no network) + prompt if available.
20
28
  # Then kick off a background cache refresh for next session.
@@ -22,3 +30,9 @@ if [[ -x "$HOME/100xprism/shell/check-update.sh" ]]; then
22
30
  bash "$HOME/100xprism/shell/check-update.sh" --notify
23
31
  ("$HOME/100xprism/shell/check-update.sh" --silent &) 2>/dev/null
24
32
  fi
33
+
34
+ # ── Token-usage line (cache-only, fast; silent until you've run 100x-tokens once) ──
35
+ # Opt out any time: export PRISM_NO_TOKEN_LINE=1
36
+ if [[ -z "${PRISM_NO_TOKEN_LINE:-}" && -f "$HOME/100xprism/scripts/token-dashboard.py" ]]; then
37
+ python3 "$HOME/100xprism/scripts/token-dashboard.py" --oneline 2>/dev/null
38
+ fi