Full guide
Follow the sections in order, then adapt commands to your current environment.
Troubleshooting Guide
Common issues and solutions when working with Agent Skills across different platforms.
Discovery Issues
Skill Not Showing Up
- Check Paths: Ensure the skill folder is in the platform's expected directory.
- YAML Validation: Verify the Frontmatter triple-dashes
---are correct and YAML is valid. - Folder Name: The directory name must match the
namefield inSKILL.md.
Skill Not Triggering
- Description Clarity: If the description is too vague, the agent won't know when to use it.
- Explicit Call: Try manually invoking with
/skill-nameor@skill-name. - Model Conflict: The agent might be preferring its own internal knowledge over the skill.
Permission Issues
Scripts Won't Run
- Executable Bit: Run
chmod +x scripts/*.shon Unix systems. - Path Issues: Ensure scripts use relative paths within the skill directory.
- Admin Access: Some platforms require administrator privileges to read certain directories.
Platform Specifics
Claude Code
- Sync Issues: Restart the CLI with
claude restartif new skills aren't detected.
Cursor
- Indexing: Cursor may take a few moments to index a newly added skill folder.
Gemini CLI
- Tokens: Large skills can consume many tokens; try using Progressive Disclosure.
Still Need Help?
Check the Best Practices or visit our community forum.