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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ copilot plugin install gitops-kubernetes@devantler-plugins

### Claude Code

The repo includes a `.claude-plugin/marketplace.json` for automatic discovery.
Add the marketplace, then install a plugin β€” run these inside Claude Code:

```text
/plugin marketplace add devantler-tech/plugins
/plugin install gitops-kubernetes@devantler-plugins
```

Browse everything on offer with `/plugin` (**Discover** tab) or list it with `/plugin list`. The bundled [`.claude-plugin/marketplace.json`](.claude-plugin/marketplace.json) is also discovered automatically when this repo is added as a plugin source.

## How it works

Expand Down