skill.md File Support#
What's wrong with this entry?
What: Organize multiple commands in a directory under a single skill.md file How to use:
# Create a directory with related commands
mkdir my-commands/
echo "# My Skill" > my-commands/skill.md
echo "command content" > my-commands/command1.md
# Claude Code will now treat all .md files in this directory as part of the skill
Details:
- When multiple command files exist in a directory with a skill.md file, Claude Code prioritizes the skill.md
- Case-insensitive matching (skill.md, Skill.md, SKILL.MD all work)
- Helps organize complex command structures hierarchically
- Evidence:
uM0()at line 424817 andpZ5()at line 424820 in v1.0.112