Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{
"name": "lumen",
"source": {
"source": "github",
"repo": "ory/lumen"
"source": "url",
"url": "https://github.com/ory/lumen.git"
}
}
]
Expand Down
6 changes: 4 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ Add an entry to the `plugins` array in `.claude-plugin/marketplace.json`:
{
"name": "your-plugin",
"source": {
"source": "github",
"repo": "ory/your-plugin"
"source": "url",
"url": "https://github.com/ory/your-plugin.git"
}
}
```

Use `"source": "url"` with a full HTTPS URL. The `"source": "github"` shorthand is not supported by the Claude Code plugin installer and will cause SSH authentication failures for users without GitHub SSH keys configured.

The plugin repository must contain a `.claude-plugin/plugin.json` with the full plugin metadata.
Loading