You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The anonymous skill frontmatter is missing metadata.commandName, which appears consistently in other skills. Adding an explicit - (null) would ensure it's consistent across all skills. It doesn't break anything, but it's a good cleanup task.
The anonymous skill frontmatter is missing
metadata.commandName, which appears consistently in other skills. Adding an explicit-(null) would ensure it's consistent across all skills. It doesn't break anything, but it's a good cleanup task.