Targets
Targets are AI CLI skill directories that skillshare syncs to.
Overview
┌─────────────────────────────────────────────────────────────┐
│ TARGETS │
│ │
│ Source ─────────────► sync ─────────────► Targets │
│ │
│ ┌───────────────────────────────┐ │
│ │ claude ~/.claude/skills │ │
│ │ cursor ~/.cursor/skills │ │
│ │ codex ~/.codex/skills │ │
│ │ gemini ~/.gemini/skills │ │
│ │ ... 43+ supported │ │
│ └───────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘
Quick Links
| Topic | Description |
|---|---|
| Supported Targets | Complete list of 43+ 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 vs symlink
- Commands: target — Target command details