Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 5fde93f

Browse files
committed
docs: Fix marketplace installation paths
- Use owner/repo format instead of github:owner/repo - Update paths from basic-memory/claude-code-plugin to basic-memory-plugins - Remove reference to nested marketplace.json Signed-off-by: phernandez <paul@basicmachines.co>
1 parent c3d6273 commit 5fde93f

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Official Claude Code plugins from [Basic Machines](https://basicmachines.co) for
77
Add the marketplace and install the plugin:
88

99
```bash
10-
/plugin marketplace add github:basicmachines-co/basic-memory-plugins
10+
/plugin marketplace add basicmachines-co/basic-memory-plugins
1111
/plugin install basic-memory@basicmachines
1212
```
1313

basic-memory/PLUGIN.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then add it to your Claude Code MCP configuration.
2121
### Add the Marketplace
2222

2323
```
24-
/plugin marketplace add basicmachines-co/basic-memory/claude-code-plugin
24+
/plugin marketplace add basicmachines-co/basic-memory-plugins
2525
```
2626

2727
### Install the Plugin
@@ -41,8 +41,7 @@ Add to your `.claude/settings.json`:
4141
"basicmachines": {
4242
"source": {
4343
"source": "github",
44-
"repo": "basicmachines-co/basic-memory",
45-
"path": "claude-code-plugin"
44+
"repo": "basicmachines-co/basic-memory-plugins"
4645
}
4746
}
4847
},
@@ -278,10 +277,9 @@ This plugin leverages Basic Memory's MCP tools:
278277
## Plugin Structure
279278

280279
```
281-
claude-code-plugin/
280+
basic-memory/
282281
├── .claude-plugin/
283-
│ ├── plugin.json # Plugin manifest
284-
│ └── marketplace.json # Self-hosted marketplace
282+
│ └── plugin.json # Plugin manifest
285283
├── commands/
286284
│ ├── remember.md # /remember command
287285
│ ├── continue.md # /continue command

basic-memory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipx install basic-memory
2424
### 2. Add the Marketplace
2525

2626
```
27-
/plugin marketplace add basicmachines-co/basic-memory/claude-code-plugin
27+
/plugin marketplace add basicmachines-co/basic-memory-plugins
2828
```
2929

3030
### 3. Install the Plugin

0 commit comments

Comments
 (0)