Plugin skills are now skipped if the same skill already exists at the user level or in another plugin
When Claude Code loads skills (packaged instructions for a particular kind of task) bundled inside a plugin, it now checks whether that same skill file, resolved to its real underlying file path, is already loaded either as a personal user-level skill or by another plugin. If so, the duplicate is skipped rather than loaded twice, and a log message names which duplicate was skipped and why.
This avoids the same skill appearing more than once when it's reachable through multiple paths, such as a symlink, which previously could have caused confusing duplicate entries.