agent-skills-manager
Installation
SKILL.md
Agent Skills Manager
This skill manages the installation and distribution of local AI agent skills. It automatically detects installed IDEs (Trae, Antigravity) and links the skill source to them via a central hub (~/.agents/skills).
Usage
When you want to install a local skill directory:
# Execute using the path to the installed skill script
python3 <skill-install-path>/scripts/main.py install <path-to-skill-source>
# Example (if installed in .trae):
# python3 .trae/skills/agent-skills-manager/scripts/main.py install ./my-new-skill
Parameters
path-to-skill-source: The absolute or relative path to the local directory containing the skill source code.
Behavior
- Hub Linking: Links the source directory to
~/.agents/skills/<skill-name>. - IDE Detection: Scans for known IDE configuration directories (e.g.,
~/.trae,~/.gemini/antigravity). - Distribution: Creates symbolic links from the Hub to each detected IDE's skills directory.
⚠️ Important for AI Agents
Sandbox Restriction:
This skill requires write permissions to the user's home directory (~/.agents). Most AI environments (like Trae/Antigravity) run in a secure sandbox that blocks these writes.
Protocol: If you are an AI Agent assisting a user:
- DO NOT execute the
installcommand directly if you suspect you are sandboxed. - INSTEAD, construct the correct command using absolute paths.
- PRESENT the command to the user and ask them to run it in their local terminal (outside the IDE's AI chat).
Troubleshooting
- Ensure Python 3 is installed.
- On Windows, run the terminal as Administrator if symlink creation fails.
Related skills
More from drivespark/ai-coding
yt-dlp-skill
Use when working with yt-dlp
10privy-skill
Privy SDK Documentation
6global-skill-router
Use this skill to route complex user requests to the appropriate specialized skill.
4skill-seekers
-Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.
1