Common Installation Issues
npx antigravity-awesome-skills returns 404
If the npm package lookup fails, use the GitHub package fallback:
This is the recommended fallback if you encounter any npm-related errors.
Windows Clone Issues (Symlinks)
Why This Happens
The repository includes symlinked files in theskills/official/ directory. Windows treats symlinks differently than Unix-based systems and may fail to create them without proper permissions.
Solution 1: Enable Developer Mode (Recommended)
Solution 2: Git Clone with Symlinks Flag
If you can’t enable Developer Mode, run Git as Administrator and use the symlinks flag:What does -c core.symlinks=true do?
What does -c core.symlinks=true do?
This flag tells Git to create actual symlinks on Windows instead of copying the files. Without this flag, Git may:
- Create text files containing the symlink path instead of actual links
- Fail to properly link the official skills
- Cause “file not found” errors when trying to use official skills
Skills Installed But Not Detected
Check Your Installation Path
Different tools expect skills in different locations:Solution: Reinstall to Correct Path
Use the tool-specific installer flag:Verify Installation
- Antigravity
- Claude Code
- Cursor
- OpenCode
Update Issues
Update an Existing Installation
Manual Update
Manual Update
If you installed via git clone, navigate to the installation directory and pull:
NPX Auto-Update
NPX Auto-Update
If you installed via npx, simply run the installer again:The installer automatically runs
git pull if the directory already exists.Web App Auto-Update
Web App Auto-Update
Good news! You no longer need to manually run
git pull or npx antigravity-awesome-skills to update your skills.- Windows: Double-click
START_APP.bat(or run it in your terminal) - macOS/Linux: Run
cd web-app && npm run app:devfrom the repo root
Reinstall from Scratch
If you encounter persistent issues, remove the installation and reinstall:Usage Issues
AI Assistant Doesn’t Recognize Skills
Possible Cause 1: Wrong Installation Path
Possible Cause 1: Wrong Installation Path
Check your tool’s documentation for the expected skills path. Use the installer with the correct flag:
Possible Cause 2: Restart Needed
Possible Cause 2: Restart Needed
Some tools require a restart after installing skills:
- Close your IDE or CLI completely
- Reopen it
- Try invoking a skill again
Possible Cause 3: Typos in Skill Name
Possible Cause 3: Typos in Skill Name
Skill names are case-sensitive and use hyphens:✅
❌
❌
@brainstorming❌
@brain-storming❌
@BrainstormingCheck the exact skill name in the catalog or by listing the directory:Possible Cause 4: Tool Doesn't Support Skills
Possible Cause 4: Tool Doesn't Support Skills
Verify your tool supports the SKILL.md format. See the Compatibility page for supported platforms.
Skill Gives Incorrect or Outdated Advice
Open an issue on GitHub
If the skill is genuinely outdated or incorrect, please report it:Open an issueInclude:
- Which skill
- What went wrong
- What should happen instead
- Your environment (OS, tool, version)
Multiple Skills with Similar Names
How to choose the right skill
How to choose the right skill
Some skills have similar names but different purposes:Or browse the catalog in the Web App or CATALOG.md.
@brainstorming- General feature planning@systematic-debugging- Bug fixing methodology@concise-planning- Task organization
Path and Permission Issues
Permission Denied Errors
Linux/macOS
Linux/macOS
If you get permission errors during installation:Avoid installing to system directories that require sudo.
Windows
Windows
If you get “Access Denied” errors:
- Run Command Prompt or PowerShell as Administrator
- Use the symlinks flag:
Skills Directory Not Found
Workspace vs Global Installation
Workspace vs Global Installation
Some tools support both workspace and global installations:Workspace (project-specific):Global (all projects):Make sure you’re installing to the correct scope for your needs.
Tool-Specific Issues
Kiro IDE Import Issues
Individual skill import not working
Individual skill import not working
If importing individual skills via the Kiro IDE GUI fails:
-
Verify the URL format:
- Check your internet connection
-
Try bulk installation instead:
GitHub Copilot Compatibility
How to use skills with GitHub Copilot
How to use skills with GitHub Copilot
OpenCode Path Issues
OpenCode not finding skills
OpenCode not finding skills
OpenCode changed its default skills path to See the Place Files directive on OpenCode Docs.
.agents/skills/:Quality and Validation Issues
Skill Fails Quality Checks
For Contributors
For Contributors
If you’re contributing a skill and it fails CI checks:
-
Run validation locally:
-
Check for required fields:
- Valid
descriptionin frontmatter - Usage examples in the skill
- Proper SKILL.md format
- Valid
-
Validate references (optional):
- See QUALITY_BAR.md for full requirements
Official Skills Are Broken Links
Symlink issues with official skills
Symlink issues with official skills
Official skills in On Linux/macOS:
Symlinks should work automatically. If not:If symlinks are still broken, open an issue.
skills/official/ are symlinked from vendor repositories. If they appear as broken:On Windows:Getting Help
Check the FAQ
Many common questions are already answered
Browse Examples
See real-world usage patterns
Open a Discussion
Ask questions to the community
File an Issue
Report bugs or request features
Still Having Issues?
If this guide didn’t solve your problem:Gather information
Collect:
- Your OS and version
- Your AI tool and version
- Installation path you used
- Exact error message
- Steps to reproduce
Search existing issues
Check if someone else had the same problem:
Search GitHub Issues
Open a new issue
If you can’t find a solution:
Create a new issueProvide all information from Step 1.
Remember: The whole point of this project is to make AI assistants easier to use. If this guide didn’t help, let us know so we can improve it! 🙌