Targets
Targets are AI CLI skill directories that skillshare syncs to.
Overview
What do you want to do?
| I want to... | Read |
|---|---|
| See which AI CLIs are supported | Supported Targets |
| Add a target not in the built-in list | Adding Custom Targets |
| Configure sync mode, filters, or paths | Configuration |
Quick Links
| Topic | Description |
|---|---|
| Supported Targets | Complete list of 49+ supported AI CLIs |
| Adding Custom Targets | Add any tool with a skills directory |
| Configuration | Config file reference |
Common Operations
List targets
skillshare target list
Show target details
skillshare target claude
Change sync mode
skillshare target claude --mode symlink
skillshare sync
Add custom target
skillshare target add myapp ~/.myapp/skills
skillshare sync
Remove target
skillshare target remove claude
Auto-Detection
When running skillshare init, installed AI CLIs are automatically detected and added as targets.
Only paths that exist are added. See Supported Targets for the full list of checked paths.
Related
- Source & Targets — Core concepts
- Sync Modes — Merge, copy, symlink
- Commands: target — Target command details