← ClaudeAtlas

ai-agent-skills-updatelisted

Update skills installed FROM THE AI-Agent-skills GitHub REPO (github.com/whobat/AI-Agent-skills) to their latest published versions — it does not touch skills from any other source (plugins, other repos, hand-written skills). Runs the repo installer in update mode across Claude Code, Codex, and OpenCode, installs nothing new, and preserves local config.json files. Use when the user says "update my AI-Agent-skills", "update my skills from the repo", "opdater skills", "are my skills up to date?", or after being told a skill from this repo has a new version.
whobat/AI-Agent-skills · ★ 0 · AI & Automation · score 74
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 -