Skip to content

fix: restructure .claude skills to use folder + SKILL.md layout - #101

Merged
MaxMichel2 merged 1 commit into
mainfrom
fix/claude-skills-structure
Jul 31, 2026
Merged

fix: restructure .claude skills to use folder + SKILL.md layout#101
MaxMichel2 merged 1 commit into
mainfrom
fix/claude-skills-structure

Conversation

@MaxMichel2

Copy link
Copy Markdown
Collaborator

Summary

  • Project skills under .claude/skills/ were flat <name>.md files, so Claude Code's skill discovery (which expects .claude/skills/<name>/SKILL.md) never picked them up
  • Moved each of the 7 skills (add-destination, add-konsist-rule, add-module, local-ci, update-docs, verify-module, write-tests) into its own folder as SKILL.md, no content changes
  • Audited the rest of .claude/ (agents, settings.json, settings.local.json) — already follow correct conventions, no further changes needed

Test plan

  • Verified skills now appear in Claude Code's available-skills list (previously absent)
  • git mv used to preserve file history — diff is pure renames, no content changes

Skills were flat .md files under .claude/skills/, so Claude Code's
skill discovery never picked them up. Moved each to
.claude/skills/<name>/SKILL.md.
@MaxMichel2 MaxMichel2 self-assigned this Jul 30, 2026
@MaxMichel2
MaxMichel2 requested a review from matthiaslao July 30, 2026 16:41
@MaxMichel2 MaxMichel2 added the bug Something isn't working label Jul 30, 2026
@MaxMichel2
MaxMichel2 merged commit 26e4c9a into main Jul 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants