File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ prism dashboard
7171prism watch
7272```
7373
74+ ```
75+ # Or install as a Claude Code plugin
76+ /plugin marketplace add jakeefr/prism
77+ /plugin install prism@prism
78+ /reload-plugins
79+ ```
80+ Then just ask Claude: "analyze my Claude Code sessions"
81+
7482---
7583
7684## What you'll see
@@ -263,10 +271,11 @@ Just ask:
263271
264272Claude will run ` prism analyze ` and interpret the results.
265273
266- > ** Note:** PRISM still needs to be installed via pip to work:
274+ > ** Note:** PRISM needs to be installed via pip to work:
267275> ` pip install prism-cc `
268- > The plugin teaches Claude Code how to invoke it —
269- > pip provides the actual tool.
276+ > If pip isn't installed, Claude Code will detect this
277+ > and walk you through the installation automatically
278+ > before running the analysis.
270279
271280---
272281
You can’t perform that action at this time.
0 commit comments