You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ CapSync solves this by creating a single source of truth for your skills and com
31
31
32
32
**What CapSync Is Not:**
33
33
34
-
- A skill or command discovery tool. CapSync does not find or download skills/commands from the internet
34
+
- A skill or command discovery tool. CapSync does not search registries or catalogs for skills/commands on your behalf
35
35
- A skill or command installer. You must already have skills/commands in your source directories
36
36
- A skill or command creator. CapSync only syncs what you already have
37
37
@@ -42,7 +42,7 @@ You need to have skills (and optionally commands) already installed in local dir
42
42
- Optionally, a directory containing your commands (e.g., `~/dev/scripts/commands`)
43
43
- Skills and commands formatted for your AI tools
44
44
45
-
If you are looking for a tool to discover and install skills from a registry or repository, that is not what CapSync does. That may be a future feature, but for now, CapSync only syncs skills you already possess.
45
+
If you already know which Git repository you want, `capsync clone` can download it into your configured skills source. CapSync still does not browse, rank, or discover skills for you.
46
46
47
47
## Installation
48
48
@@ -308,6 +308,24 @@ Scan system for installed AI coding tools without modifying config.
308
308
309
309
Create or update symlinks for all enabled tools.
310
310
311
+
### `capsync clone <repo>`
312
+
313
+
Clone a remote Git repository into your configured skills source.
314
+
315
+
Supported inputs:
316
+
317
+
-`owner/repo`
318
+
-`https://...`
319
+
-`http://...`
320
+
-`git@...`
321
+
322
+
Options:
323
+
324
+
-`--branch <name>`: Clone a specific branch instead of auto-detecting the remote default branch
325
+
-`--no-sync`: Skip running `capsync sync` after the clone finishes
326
+
327
+
If the skills source already exists, CapSync prompts before replacing it. During override, it offers a backup when local changes would otherwise be lost.
328
+
311
329
### `capsync add <tool>`
312
330
313
331
Add a tool to configuration and sync automatically.
0 commit comments