100xprism 2.3.1 → 2.3.3

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 |
@@ -83,6 +83,26 @@ Every `/commit` and `/push` runs a 5-point gate — tests, security, build, Dock
83
83
 
84
84
  ---
85
85
 
86
+ ## Token & value economics
87
+
88
+ For a while, the goal was singular: make spec-driven, agentic development as **autonomous** as possible — let the agent plan, build, gate, and ship with less and less human steering.
89
+
90
+ That part is mostly working. The harder, more important question is the one that comes next: **what is all this autonomy costing, and what is it worth?** Every agent run spends real money in tokens. So the question is no longer *can it ship* — it's *how much did we spend, and how much value did we add — to a business, or to humanity.*
91
+
92
+ This is a first, deliberately humble attempt to **measure both — and to make it visible to everyone**, because watching it isn't one person's job. **It's everybody's responsibility.**
93
+
94
+ ```bash
95
+ 100x-tokens # token economics — what every session, across every repo, is costing
96
+ 100x-value # value economics — what actually shipped for that spend
97
+ ```
98
+
99
+ - **`100x-tokens`** — one offline, machine-wide dashboard at a single URL: the input/output/cache split, a startup-bloat meter, an *estimated* code-vs-logs-vs-output composition, and $ cost — by project, model, and day.
100
+ - **`100x-value`** — tokens measure *cost*; this measures *value*: the features actually shipped for that spend, read side by side.
101
+
102
+ Full guide: [docs/token-optimization.md](docs/token-optimization.md).
103
+
104
+ ---
105
+
86
106
  ## Slash commands
87
107
 
88
108
  The following 26 slash commands are available. Run them inside Claude Code. In Codex, use the generated repo skill by name instead, for example `$gate`, `$commit`, or `/skills`.
@@ -186,7 +206,7 @@ Modules with `tier: core` (26) inline into single-file tools; `tier: on-demand`
186
206
 
187
207
  <div align="center">
188
208
 
189
- Built by [Rajit Saha](https://www.linkedin.com/in/rajsaha/) · 20+ years in enterprise data at Udemy, Experian, LendingClub, VMware, Yahoo
209
+ Built by [Rajit Saha](https://www.linkedin.com/in/rajsaha/) · 23 years in enterprise data at Udemy, Experian, LendingClub, VMware, Yahoo
190
210
 
191
211
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/rajsaha/)
192
212
  [![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.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "100xprism",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
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