Skip to content

Add Local/Global scope picker for skill install and remove - #34

Merged
kzu merged 1 commit into
mainfrom
dev/scope
Aug 25, 2026
Merged

Add Local/Global scope picker for skill install and remove#34
kzu merged 1 commit into
mainfrom
dev/scope

Conversation

@kzu

@kzu kzu commented Aug 25, 2026

Copy link
Copy Markdown
Member

skill no longer treats a missing path as a global install.

  • skill / skill remove with no destination and no -g prompt for Local (.\.agents\skills\okf\SKILL.md) vs Global (~\.agents\skills\okf\SKILL.md, including on Windows)
  • -g / --global targets the user home directory
  • An explicit directory still installs or removes under that base
  • skill remove with no destination removes the only installed copy without asking; if both Local and Global exist, it prompts
  • Directory and --global together error

`skill` with no destination now prompts for Local (.) vs Global (~)
instead of assuming the user home directory. Add -g/--global for the
home install. `skill remove` with no destination removes the only
installed copy, or prompts when both exist.
@kzu kzu added the enhancement New feature or request label Aug 25, 2026
@kzu
kzu enabled auto-merge (rebase) August 25, 2026 02:55
@kzu

kzu commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

116 passed 116 passed

🧪 Details on Ubuntu 24.04.4 LTS

from retest v1.1.0 on .NET 10.0.11 with 💜 by @devlooped

@kzu
kzu merged commit c861424 into main Aug 25, 2026
4 checks passed
@kzu
kzu deleted the dev/scope branch August 25, 2026 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant