When to use it
Use this flow when the target folder already contains skill directories that were created manually or installed directly.
Interactive move
skill-organizer skill move-unmanaged --config ~/.agents/.skill-organizer.yml
The interactive flow lets you:
- Select which unmanaged entries to move.
- Accept the proposed destination or choose a custom nested path.
- Apply the move.
- Trigger a sync so the managed target entries are rebuilt.
Useful flags
skill-organizer skill move-unmanaged --yes
skill-organizer skill move-unmanaged --to thirdparty/asciinema/asciinema-recorder
--yes skips the confirmation path. --to is only valid when moving a single unmanaged entry and lets you place it at a custom source-relative path.