| name | ai-skills-control |
| description | Manage and sync local agent skills across Claude Code, Codex, Gemini CLI, Cursor, and Antigravity with a repeatable CLI workflow and a local web dashboard. |
AI Skills Control
When to use
Use this skill when the user asks to:
- sync skills across multiple local AI tools
- check skill coverage/missing links between tools
- maintain a local dashboard for skill management
- package and migrate their skill setup to another machine
Core workflow
- Sync skills to target agents:
~/scripts/sync_skills_all_agents.sh
- Rebuild dashboard HTML:
node ~/scripts/build_skills_dashboard.mjs
- Check current global status:
npx -y skills ls -g
- Optional web control mode (for dashboard buttons):
~/scripts/skills_manage.sh web
Script entrypoint
Use the unified wrapper command:
~/scripts/skills_manage.sh all
Supported subcommands:
sync
dashboard
status
web
all
References
If needed, load these files:
scripts/sync_skills_all_agents.sh
scripts/build_skills_dashboard.mjs
scripts/skills_web_control_server.mjs
scripts/skills_manage.sh