fix: switch Windsurf SKILL header to YAML frontmatter#272
Open
ruslanlap wants to merge 6 commits intonextlevelbuilder:mainfrom
Open
fix: switch Windsurf SKILL header to YAML frontmatter#272ruslanlap wants to merge 6 commits intonextlevelbuilder:mainfrom
ruslanlap wants to merge 6 commits intonextlevelbuilder:mainfrom
Conversation
Windsurf requires the generated SKILL.md header to use the corrected\nname and description metadata so the skill loads reliably.\n\nSync the Windsurf template change in both the source template and\nthe bundled CLI assets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Align the Windsurf skill description with the canonical data used by\nsearch: 161 color palettes and 16 technology stacks.\n\nKeep the YAML frontmatter fix, but avoid introducing stale counts in\nthe generated SKILL.md metadata. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Prevent Windsurf SKILL.md header regressions by enforcing template\nfrontmatter checks and source->asset sync checks.\n\n- add sync script for windsurf template into cli/assets\n- add validation script that requires frontmatter and src/assets parity\n- run sync+validation in prepublishOnly\n- add CI workflow to fail if Windsurf template drifts or frontmatter is missing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Expand template guard from Windsurf-only to all platform templates.\n\n- sync all platform template JSON files from src to cli/assets\n- validate src/assets parity for every platform template file\n- keep Windsurf-specific frontmatter requirement for SKILL.md compatibility\n- enforce guard in CI and prepublish pipeline Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The original Windsurf issue was caused by generated
SKILL.mdheader format. This PR keeps the Windsurf YAML-frontmatter fix and adds repo-level safeguards so similar template drift does not affect other platforms.What changed
name+description)sync:assetsto sync all platform templates fromsrc/ui-ux-pro-max/templates/platformstocli/assets/templates/platformsvalidate-platform-templatesguard to verify:cli/package.jsonprepublishOnly.github/workflows/template-guard.ymlon PRs/pushesUser impact
SKILL.mdheader format by default