# Skills Update

> Update locked agent skills from skills-lock.json one at a time. Use when the user asks to update, refresh, or sync project skills via npx skills update.

- Skill: `louisbrulenaudet/skills-update-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add louisbrulenaudet/skills-update-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/louisbrulenaudet/skills-update-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: louisbrulenaudet (https://skillmd.com/u/louisbrulenaudet)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/louisbrulenaudet/skills-update-2

---


# Skills Update

Safe per-skill refresh for externally installed skills. Invocation is **explicit only** - do not update skills unless the user requests it.

## Workflow

1. Follow the canonical workflow in [`.agents/skills/skills-update/SKILL.md`](../../../.agents/skills/skills-update/SKILL.md).
2. Prefer the helper script when updating all locked skills:

   ```bash
   bash .agents/skills/skills-update/scripts/update-locked-skills.sh
   ```

3. For a single skill, run one command:

   ```bash
   npx skills update <skill-name>
   ```

4. Report using the output format from the shared skill.

## Hard stops

- Never run bare `npx skills update` without skill names.
- Never run `npx skills add <source>` without `--skill <name>`.
- Never run `npx skills add` unless explicitly requested (new skill or legacy refresh).
- Do not update project-local skills not listed in `skills-lock.json`.

