Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The recommended way to use BetterPrompt. Zero configuration required.

### 1. Install the plugin

In your terminal:
In Claude Code:

```bash
claude plugin marketplace add onlycastle/BetterPrompt
claude plugin install betterprompt@betterprompt
```
/plugin marketplace add onlycastle/BetterPrompt
/plugin install betterprompt@betterprompt
```

That's it. The MCP server, analysis skills, and post-session hooks are registered automatically.
Expand Down Expand Up @@ -71,23 +71,18 @@ If `autoAnalyze` is enabled, BetterPrompt can queue an analysis at session end a

### Uninstalling

In your terminal:
In Claude Code:

```bash
claude plugin uninstall betterprompt@betterprompt
```

To also remove local analysis data (results, reports, caches):

```bash
rm -rf ~/.betterprompt
/plugin uninstall betterprompt@betterprompt
/plugin marketplace remove betterprompt
```

Optionally, clean up the marketplace registration:
To also remove local data and cache:

```bash
rm -rf ~/.betterprompt
rm -rf ~/.claude/plugins/cache/betterprompt
rm -rf ~/.claude/plugins/marketplaces/betterprompt
```

## Optional: Dashboard Server
Expand Down
Loading