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
docs: update agent and skill counts, and refine compatibility matrix
- Update agent count to 32 and skill catalog to 150+ skills across 70+ technologies
- Add VS Code to Agent Compatibility Matrix and refine agent metadata
- Add 'agentsync skill suggest' to README usage examples
- Standardize CLI project root flags in reference documentation
- Move status subcommand for better flow and clarify global flags
AgentSync also supports 32+ agents (7 native MCP agents and 25+ configurable agents) including Windsurf, Cline, Amazon Q, Aider, RooCode, Trae, and more. See the [full list in the documentation](https://dallay.github.io/agentsync/reference/configuration/).
446
+
AgentSync also supports 32 agents (7 native MCP agents and 25 configurable agents) including Windsurf, Cline, Amazon Q, Aider, RooCode, Trae, and more. See the [full list in the documentation](https://dallay.github.io/agentsync/reference/configuration/).
446
447
447
448
See the [MCP Integration Guide](https://dallay.github.io/agentsync/guides/mcp/) for formatter details and merge behavior.
448
449
@@ -602,7 +603,7 @@ If you need agentsync in CI, you can download the latest version automatically u
602
603
603
604
## Skills
604
605
605
-
AgentSync includes a curated skill catalog with 100+ skills across 40+ technologies. Skills are small bundles of AI-agent instructions that can be installed into your project.
606
+
AgentSync includes a curated skill catalog with 150+ skills across 70+ technologies. Skills are small bundles of AI-agent instructions that can be installed into your project.
606
607
607
608
- **[dallay/agents-skills](https://github.com/dallay/agents-skills)** — Canonical home for all dallay-maintained skills. Community contributions welcome via PR.
608
609
- **External providers** — Skills from Angular, Vercel, Cloudflare, Expo, Stripe, and many more are resolved from their respective repositories.
Copy file name to clipboardExpand all lines: website/docs/src/content/docs/reference/cli.mdx
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ agentsync apply [OPTIONS]
64
64
```
65
65
66
66
**Options**:
67
-
-`-p, --path <PATH>`: Project root directory. Also aliased as `--project-root`.
67
+
-`-p, --path <PATH>`: Project root directory (defaults to current dir). Also aliased as `--project-root`.
68
68
-`-c, --config <CONFIG>`: Use a custom configuration file path instead of the default `.agents/agentsync.toml`.
69
69
-`--clean`: Deletes existing symbolic links before applying.
70
70
-`--dry-run`: Shows what actions would be taken without actually making any changes, including pending `.gitignore` writes or cleanup when gitignore reconciliation is active.
@@ -119,11 +119,11 @@ Preview without any gitignore writes or cleanup:
119
119
Removes all symbolic links managed by AgentSync.
120
120
121
121
```bash
122
-
agentsync clean [FLAGS]
122
+
agentsync clean [OPTIONS]
123
123
```
124
124
125
-
**Flags**:
126
-
-`-p, --path <PATH>`: Path to the project root. Also aliased as `--project-root`.
125
+
**Options**:
126
+
-`-p, --path <PATH>`: Project root directory (defaults to current dir). Also aliased as `--project-root`.
127
127
-`-c, --config <PATH>`: Path to a custom configuration file.
128
128
-`--dry-run`: Shows what would be removed without actually deleting anything.
129
129
-`-v, --verbose`: Enable verbose logging.
@@ -250,34 +250,16 @@ agentsync doctor [OPTIONS]
250
250
251
251
---
252
252
253
-
### `version`
254
-
255
-
Shows the current version of the AgentSync CLI.
256
-
257
-
<CommandTabs command="--version" />
258
-
259
-
---
260
-
261
-
### `--help`
262
-
263
-
Shows help information for the CLI or a specific command.
264
-
265
-
<CommandTabs command="--help" />
266
-
267
-
<CommandTabs command="apply --help" />
268
-
269
-
---
270
-
271
253
### `status`
272
254
273
255
Verify the status of AgentSync-managed targets and report drift.
274
256
275
257
```bash
276
-
agentsync status [--project-root <path>] [--json]
258
+
agentsync status [OPTIONS]
277
259
```
278
260
279
-
**Flags**:
280
-
- `-p, --project-root <path>`: Optional. Path to the project root to locate the agentsync config. If omitted, the current working directory is used.
261
+
**Options**:
262
+
- `-p, --project-root <PROJECT_ROOT>`: Project root (defaults to CWD).
281
263
- `--json`: Output machine-readable JSON (pretty-printed) describing each managed target. Useful for CI.
On Windows, `status` is also a practical post-setup verification step after you fix symlink permissions or switch to WSL. See the <a href="/guides/windows-symlink-setup/">Windows Symlink Setup guide</a>for the broader verification flow.
304
+
305
+
---
306
+
307
+
### `--version`
308
+
309
+
Shows the current version of the AgentSync CLI. This is a global flag available at the root.
310
+
311
+
<CommandTabs command="--version" />
312
+
313
+
---
314
+
315
+
### `--help`
316
+
317
+
Shows help information for the CLI or a specific command.
| Open Hands | - |`.openhands/microagents/` ignore | Configurable |
215
216
216
217
**Note (Cursor rules filename):**`.cursor/rules/agentsync.mdc` is the documented example path used by AgentSync for Cursor rules. You may use a different `.mdc` filename/path if you configure it explicitly under your `[agents.<name>.targets.*]` entries.
0 commit comments