[Bug] Skill naming warnings do not clarify that namespaced skills still load #2104
Replies: 1 comment
|
Investigated this report and produced a candidate fix, validated on a fork of this repository. Root cause, fix and validation from the working notes:
Diff: awhite0030/prime-agent@main...fix-skill-naming-warning-13208057976626092218 The change passes |
Uh oh!
There was an error while loading. Please reload this page.
Affected area
Coding agent and CLI; TUI
What happened?
Startup shows one warning per shared
ui:*skill (nine in my setup):I only noticed this warning in Prime Agent. It is unclear from the warning whether the skills remain usable.
Steps to reproduce
~/.agents/skills/ui:design/SKILL.md:prime-agentand inspect Skill Warnings.Expected behavior
Keep standards validation, but say that the skill still loaded and suggest a portable name such as
ui-design(rename both directory and frontmatter).Investigation
:from frontmatter names. This warning is standards-correct, not evidence of a loader failure.loadSkillsFromDir:ui:designreturns one markdown skill plus the warning. A validactionlintcontrol returns one skill with no diagnostics.Scope: warning clarity / cross-client compatibility, not a request to declare colons standard-compliant.
Environment
All reactions