The argument polyskills records does not parse skill name correctly and resolves to the first fetched skill from a remote repository. This needs an immediate fix. Example of current output:
$ polyskills records
Tracked installations (6):
>> 01. python-code-format [skills]
remote : https://github.com/PyUtility/polyskills (extensions/skills)
path : C:\Users\e33605\.claude\skills\git-commiter
commit : b8b5d76f8cef86ef372a1419bb19a9abc8a0909e (requested master)
history : first 2026-07-02 04:43:15 | last 2026-07-02 04:43:15 | 1 fetch(es), last success
>> 02. python-code-format [skills]
remote : https://github.com/PyUtility/polyskills (extensions/skills)
path : C:\Users\e33605\.claude\skills\god-mode
commit : b8b5d76f8cef86ef372a1419bb19a9abc8a0909e (requested master)
history : first 2026-07-02 04:43:25 | last 2026-07-02 04:43:25 | 1 fetch(es), last success
>> 03. python-code-format [skills]
remote : https://github.com/PyUtility/polyskills (extensions/skills)
path : C:\Users\e33605\.claude\skills\humanize-text
commit : b8b5d76f8cef86ef372a1419bb19a9abc8a0909e (requested master)
history : first 2026-07-02 04:43:38 | last 2026-07-02 04:43:38 | 1 fetch(es), last success
>> 04. python-code-format [skills]
remote : https://github.com/PyUtility/polyskills (extensions/skills)
path : C:\Users\e33605\.claude\skills\markdown-format
commit : b8b5d76f8cef86ef372a1419bb19a9abc8a0909e (requested master)
history : first 2026-07-02 04:43:49 | last 2026-07-02 04:43:49 | 1 fetch(es), last success
>> 05. python-code-format [skills]
remote : https://github.com/PyUtility/polyskills (extensions/skills)
path : C:\Users\e33605\.claude\skills\python-code-format
commit : fb16daf54af8b5e8c2690096242e8ad19fa3e8cf (requested master)
history : first 2026-07-02 04:41:22 | last 2026-07-02 05:10:39 | 3 fetch(es), last success
>> 06. python-code-format [skills]
remote : https://github.com/PyUtility/polyskills (extensions/skills)
path : C:\Users\e33605\.claude\skills\sql-code-format
commit : b8b5d76f8cef86ef372a1419bb19a9abc8a0909e (requested master)
history : first 2026-07-02 04:44:03 | last 2026-07-02 04:44:03 | 1 fetch(es), last success
The argument
polyskills recordsdoes not parse skill name correctly and resolves to the first fetched skill from a remote repository. This needs an immediate fix. Example of current output: