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
17 changes: 16 additions & 1 deletion doc/user/content/integrations/coding-agent-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,22 @@ Install the Materialize agent skills with a single command:
npx skills add MaterializeInc/agent-skills
```

Once installed, you can update installed skills by running `npx skills update`.
## Upgrade skills

We publish upgrades to the Materialize agent skills weekly, so check back
regularly to pick up the latest documentation and reference material. To upgrade
the skills you already have installed:

```bash
npx skills update MaterializeInc/agent-skills
```

To upgrade every skill installed on your machine, regardless of source, omit the
repository:

```bash
npx skills update
```

## Claude Code plugins

Expand Down
Loading