Remove auto-generated comment from SKILL.md files#6
Conversation
The skills CLI (npx skills add) requires YAML frontmatter to start on line 1. The HTML comment before --- caused all 16 skills to be skipped with "No valid skills found". Moved the comment into the Markdown body (after closing ---) so `npx skills add Shopify/shopify-ai-toolkit` works. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed. If you have feedback or suggestions, please share them in the Shopify Developer Community. If you are a Shopify employee, please reach out to Dev Tools: Dev Experience team at help-dev-platform. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed. If you have feedback or suggestions, please share them in the Shopify Developer Community. If you are a Shopify employee, please reach out to Dev Tools: Dev Experience team at help-dev-platform. |
|
Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed. If you have feedback or suggestions, please share them in the Shopify Developer Community. If you are a Shopify employee, please reach out to Dev Tools: Dev Experience team at help-dev-platform. |
|
Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed. If you have feedback or suggestions, please share them in the Shopify Developer Community. If you are a Shopify employee, please reach out to Dev Tools: Dev Experience team at help-dev-platform. |
Summary
SKILL.mdfiles had an HTML comment (<!-- AUTO-GENERATED -->) before the opening---YAML frontmatter markernpx skills addCLI requires---to be the very first line; the comment caused every skill to fail parsing with "No valid skills found"Test plan
pnpx skills add Shopify/shopify-ai-toolkit --listafter merge and confirm all 16 skills are listedNote for the generation pipeline: The
generate_agent_skillsscript inshopify-dev-toolsshould also be updated to not emit this comment.🤖 Generated with Claude Code