Sync shared AI coding skills across your team. Skillator distributes curated instruction sets to AI assistants (Claude, Copilot, Cursor) so your entire team follows the same conventions.
Features
Role-based skill assignment — Select your role(s) and get the right skills automatically
Multi-assistant support — Works with Claude, GitHub Copilot, and Cursor
Sync review — Review skill changes before applying, with content diffs
User-level exclusions — Personally disable skills without affecting your team
Auto-sync — Keeps skills up to date in the background
Bridge files — Generates assistant-specific config files from a single source
Getting Started
Open the command palette and run Skillator: Initialize Workspace
Enter your team's skills repository URL
Select your role(s)
Skills are synced automatically
Skill Management
Exclude (Project) — Exclude a skill for the entire team (modifies .skillator.yml)
Exclude (User Only) — Exclude a skill just for yourself (stored in .skillator.user.yml, gitignored)
Include — Re-include a previously excluded skill
Preview — View skill content before syncing
Configuration
Setting
Default
Description
skillator.autoSync
true
Auto-sync on workspace open
skillator.silentSync
true
Suppress success notifications
skillator.reviewMode
changes-only
When to show sync review (always, changes-only, never)
skillator.stalenessCheckInterval
300
Seconds between update checks (0 to disable)
skillator.cliPath
""
Override path to the skillator CLI binary
Requirements
The skillator CLI must be installed and available on your PATH