Skip to content

Commit c9d003a

Browse files
jakeefrclaude
andcommitted
docs: add plugin install to Quick Start, update plugin Note
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f9c8248 commit c9d003a

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ prism dashboard
7171
prism 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

264272
Claude 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

0 commit comments

Comments
 (0)