README: add Updating section

Skills install as a copy, so explain how to refresh them with the Skills CLI
(update/upgrade, --global/--project, or re-running add) after the repo changes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ahmed Mohammed
2026-06-20 23:36:15 +03:00
parent a0cfcb0b8d
commit d04e05d8e1
+11
View File
@@ -46,6 +46,17 @@ npx skills add amElnagdy/guard-skills --global
Works with Claude Code, Codex, Cursor, OpenCode, and other supported agents via the [Skills CLI](https://github.com/vercel-labs/skills).
## Updating
Skills install as a copy, so a new version here does not reach your agent until you update. Refresh them with the Skills CLI:
```bash
npx skills update # all installed skills (alias: upgrade)
npx skills update clean-code-guard
```
Add `--global` for global installs or `--project` for project installs. Re-running `npx skills add amElnagdy/guard-skills` also re-fetches the latest.
## How to use them
Run a guard after your agent produces work: