Skip to content

fix: align skill name frontmatter with folder names#106

Merged
omartinma merged 1 commit into
mainfrom
vgv-ai-bot/issue-105
Jun 18, 2026
Merged

fix: align skill name frontmatter with folder names#106
omartinma merged 1 commit into
mainfrom
vgv-ai-bot/issue-105

Conversation

@very-good-code-bot

Copy link
Copy Markdown
Contributor

Summary

Strips the vgv- prefix from the name: field in all 14 SKILL.md files so each skill's name matches its folder name exactly, conforming to the Agent Skills standard.

Changes

  • All 14 SKILL.md files: Changed name: vgv-<skill>name: <skill> to match folder names
  • .github/workflows/ci.yaml: Removed name-match-directory from ignore-rules so CI now enforces the spec
  • CLAUDE.md and CONTRIBUTING.md: Updated name: convention docs to reflect the new rule (match folder name, no prefix)
  • README.md: Updated slash command examples from /vgv-<skill>/<skill>
  • skills/ui-package/SKILL.md: Updated internal cross-skill reference from /vgv-material-theming/material-theming

Why

The vgv- prefix on name: violated the Agent Skills spec, which requires name: to match the directory name exactly. This caused VSCode extension warnings on every skill and required name-match-directory to be muted in CI. The vgv-ai-flutter-plugin: plugin namespace already provides the branding the prefix was intended for.

Closes #105

Closes #105

Co-authored-by: omartinma <omartinma@users.noreply.github.com>
@omartinma omartinma merged commit faadf69 into main Jun 18, 2026
18 checks passed
@omartinma omartinma deleted the vgv-ai-bot/issue-105 branch June 18, 2026 11:15
@vgvbot vgvbot mentioned this pull request Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: skill name frontmatter does not match folder name

2 participants