Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#75·openskills

[BUG] Update command doesn't update all paths

Author: DrjackyCreated Feb 18, 2026Updated Feb 18, 2026
Labelsbug

When I run openskills update android-kotlin-compose, I expect it to update all paths that the skills has been sit; /Users/usernameee/.claude/skills/android-kotlin-compose, /Users/usernameee/.agent/skills/android-kotlin-compose

And I even tried --universal but doesn't exists:

bash
➜  ~ openskills update android-kotlin-compose --universal
error: unknown option '--universal'

and npx sync only updates the agents.md:

bash
➜  ~ npx openskills sync
✔ Select skills to sync to AGENTS.md android-kotlin-compose    (project)
✅ Synced 1 skill(s) to AGENTS.md

How can we update all paths(preferably global ones) with one command?

Source: numman-ali/openskills

View original on GitHubView discussion on GitHub