When typing /refine, Claude Code resolves it as refine:refine (plugin namespace : skill name). Since both the plugin and the skill are named "refine", it works but looks redundant.
Options:
- Rename the skill to something else (e.g.
reflect) so it's /refine:reflect — clearer but longer
- Rename the plugin to something generic (e.g.
skills-meta) so it's /skills-meta:refine — worse
- Accept
refine:refine — it works, just looks odd
- Check if there's a way to set a short alias
Low priority. Cosmetic.