ai-agent-skills-updatelisted
Install: claude install-skill whobat/AI-Agent-skills
# AI-Agent-skills Update
Updates every skill **originating from the [AI-Agent-skills repo](https://github.com/whobat/AI-Agent-skills)**
that is installed on this machine to the latest published version. Skills from other sources
(plugins, other repos, hand-written skills) are never touched — the installer only considers
folders whose name matches a skill in this repo. Installs **nothing new** — only refreshes
what is already there. A `config.json` inside a skill folder is preserved.
## How to run
**Primary (no clone needed — fetches the latest repo automatically):**
```bash
npx -y github:whobat/AI-Agent-skills --update --agent all --yes
```
- `--agent all` covers Claude Code (`~/.claude/skills`), Codex (`~/.agents/skills`) and
OpenCode (`~/.config/opencode/skills`) in one run. Use `--agent claude` etc. to limit it.
- Drop `--yes` if the user wants to confirm the update list first (the installer then shows
`name: old -> new` and asks).
- Requires **Node.js 18+**.
**Fallback (no Node):** from a local clone of the repo (run `git pull` first — the comparison
is against the clone):
```powershell
./install.ps1 -Agent all -Update -Yes # Windows
```
```bash
./install.sh --agent all --update --yes # macOS / Linux / Git-Bash
```
## What you (the agent) do with the result
1. Parse the output: each agent section lists either `updated <skill> -> <version>` lines or
`all installed skills are up to date.`
2. **Report per agent**: which skills were updated (`old -