Skills Audit Finding: Name Case Mismatches
The following skills have name in frontmatter that doesn't match directory name (should be lowercase kebab-case):
baselayer (5 skills)
| Directory |
Current Name |
Should Be |
| conversation-analysis |
Conversation Analysis |
conversation-analysis |
| pathfinding |
Pathfinding |
pathfinding |
| patternify |
Patternify |
patternify |
| scenario-testing |
Scenario Testing |
scenario-testing |
| use-the-best-tool |
Use the Best Tool |
use-the-best-tool |
gitbutler (4 skills)
| Directory |
Current Name |
Should Be |
| complete-branch |
GitButler Complete Branch |
complete-branch |
| multi-agent |
GitButler Multi-Agent |
multi-agent |
| stack-workflows |
GitButler Stack Workflows |
stack-workflows |
| version-control |
GitButler Version Control |
version-control |
Required Action
Update the name field in YAML frontmatter to match directory name exactly (lowercase kebab-case).
Example fix for pathfinding/SKILL.md:
---
name: pathfinding # was: Pathfinding
version: 2.0.0
description: ...
---
Why This Matters
- Consistent naming improves skill discovery
- Machine-readable names enable automation
- Reduces confusion between display name and identifier
Generated from skills audit on 2026-01-10
Skills Audit Finding: Name Case Mismatches
The following skills have
namein frontmatter that doesn't match directory name (should be lowercase kebab-case):baselayer (5 skills)
gitbutler (4 skills)
Required Action
Update the
namefield in YAML frontmatter to match directory name exactly (lowercase kebab-case).Example fix for
pathfinding/SKILL.md:Why This Matters
Generated from skills audit on 2026-01-10