mirror of
https://github.com/amElnagdy/guard-skills.git
synced 2026-09-14 20:27:01 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user