According to the Agent Skills specification, the skill name must match its directory name.
However, the react-best-practices skill has a mismatch:
- Directory name:
react-best-practices
- Skill name in SKILL.md: (different from directory name)
This causes compatibility issues with tools like Cline (see Cline's documentation), where the skill will not appear in the available skills list due to the name mismatch.
Suggested fix: Update the skill name in the SKILL.md file to match the directory name react-best-practices.