Sync shared AI coding skills across your team. TeamSkill 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 TeamSkill: 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 .teamskill.yml)
Exclude (User Only) — Exclude a skill just for yourself (stored in .teamskill.user.yml, gitignored)
Include — Re-include a previously excluded skill
Preview — View skill content before syncing
Configuration
Setting
Default
Description
teamskill.autoSync
true
Auto-sync on workspace open
teamskill.silentSync
true
Suppress success notifications
teamskill.reviewMode
changes-only
When to show sync review (always, changes-only, never)
teamskill.stalenessCheckInterval
300
Seconds between update checks (0 to disable)
teamskill.cliPath
""
Override path to the teamskill CLI binary
Requirements
The teamskill CLI must be installed and available on your PATH