docs: clarify SKILL.md filename is case-sensitive#356
Open
BabyChrist666 wants to merge 1 commit intoanthropics:mainfrom
Open
docs: clarify SKILL.md filename is case-sensitive#356BabyChrist666 wants to merge 1 commit intoanthropics:mainfrom
BabyChrist666 wants to merge 1 commit intoanthropics:mainfrom
Conversation
Fixes anthropics#314 The skill definition file must be named exactly `SKILL.md` (uppercase). Using `skill.md` (lowercase) causes skills to silently fail to load with no error message or warning. This adds: - Prominent warning in the "Creating a Basic Skill" section - New "Troubleshooting" section with common issues - Comment in the template SKILL.md as a reminder This addresses the user experience issue where skills fail silently and users (and Claude itself) waste time on incorrect troubleshooting paths. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
这是来自QQ邮箱的假期自动回复邮件。
多谢发送! 我将及时查阅~~ 并马上回复您的!!!
|
This was referenced Feb 26, 2026
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.
Summary
Fixes #314
The skill definition file must be named exactly
SKILL.md(uppercase). Usingskill.md(lowercase) causes skills to silently fail to load with no error message or warning. This is a significant usability issue that causes users to waste hours debugging.Changes
README.md:
template/SKILL.md:
Why This Matters
As noted in the issue:
Test plan
🤖 Generated with Claude Code