fix: align skill name fields with directory names (10 lint errors) - #77
Merged
Conversation
added 2 commits
August 18, 2026 15:32
Runs on PRs touching .claude/skills/**, on push to main, and manually. Fails the build on any spec/ontology error so skill regressions are caught before merge. Relates to #57
The Agent Skills spec requires frontmatter `name` to equal the skill directory name. validate-skill.py flagged 10 legacy skills where the two diverged (incl. an underscore in generate_slides_retro and a duplicate name collision on vormgever-npuls-huisstijl-2). Renamed the directories to match the intentional `name` values so the skills lint clean; vormgever-npuls-huisstijl-2 keeps its disambiguating suffix as its `name` to avoid colliding with vormgever-npuls-huisstijl. Relates to #57
ci: add skill linter workflow (Closes #57)
Contributor
|
@EdwinLieftink @Tomeriko96 lost hier al aantal issues op over deduplicatie etc |
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.
Type of Change
Description of Changes
De Agent Skills-specificatie eist dat de frontmatter-
namegelijk is aan deskill-directorynaam. De nieuwe skill-linter (
validate-skill.py) vond 10legacy skills waarbij die twee uit elkaar liepen — waaronder een underscore in
generate_slides_retro(ongeldig in de spec) en eenname-botsing opvormgever-npuls-huisstijl-2.Deze PR hernoemt de directories zodat ze matchen met de bewust gekozen
name(en corrigeert de underscore).
vormgever-npuls-huisstijl-2houdt zijnontwarrende
-2suffix alsnameom niet te botsen metvormgever-npuls-huisstijl.Related Issues
Relates to #57
Comparison: Before and After
Before:
name≠ directorynaam → linter faaltAfter:
validate-skill.py .claude/skills(96 waarschuwingen, 61 nogniet naar CEDA-schema gemigreerd — apart te volgen)
Testing Instructions
Validation
Checklist