Commit 89314ef31768

Vincent Demeester <vincent@sbr.pm>
2025-12-04 16:13:35
refactor: Rename skills to TitleCase and improve ValidateSkill documentation
- Comply with skill naming convention for consistency across all skills - Remove lowercase skill directories (git, homelab, nix, notes) for rename - Clarify description format in ValidateSkill workflow documentation Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7371c19
Changed files (5)
dots
.config
claude
skills
Createskill
Git
Homelab
Nix
Notes
dots/.config/claude/skills/Createskill/workflows/ValidateSkill.md
@@ -19,7 +19,7 @@ Required fields:
 ```yaml
 ---
 name: SkillName          # Must be TitleCase
-description: ...         # Must be ONE LINE with USE WHEN triggers
+description: [What it does]. USE WHEN [intent triggers using OR]. [Additional capabilities].
 ---
 ```
 
dots/.config/claude/skills/git/SKILL.md → dots/.config/claude/skills/Git/SKILL.md
@@ -1,5 +1,5 @@
 ---
-name: git
+name: Git
 description: Git version control best practices and workflows. USE WHEN working with git commands, commits, branches, pull requests, rebasing, or version control operations.
 ---
 
dots/.config/claude/skills/homelab/SKILL.md → dots/.config/claude/skills/Homelab/SKILL.md
@@ -1,5 +1,5 @@
 ---
-name: homelab
+name: Homelab
 description: NixOS homelab infrastructure management for the home repository. USE WHEN working with NixOS systems, home-manager configs, networking, services, or personal infrastructure.
 ---
 
dots/.config/claude/skills/nix/SKILL.md → dots/.config/claude/skills/Nix/SKILL.md
File renamed without changes
dots/.config/claude/skills/notes/SKILL.md → dots/.config/claude/skills/Notes/SKILL.md
File renamed without changes