Skip to content

Commit 5c1b877

Browse files
docs: update README.md for skill command accuracy
Updated the agentsync skill command documentation in README.md to include supported --source and --json flags for install, update, and uninstall subcommands. This ensures the README reflects the actual CLI capabilities revealed during codebase review. Changes: - Added [--source <source>] and [--json] to skill install/update/uninstall examples. - Verified all other claims in README against the implementation. - Ensured no other files were modified. Co-authored-by: yacosta738 <33158051+yacosta738@users.noreply.github.com>
1 parent b202ac1 commit 5c1b877

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ agentsync status
236236
agentsync doctor [--project-root <path>]
237237

238238
# Manage skills
239-
agentsync skill install <skill-id>
240-
agentsync skill update <skill-id>
241-
agentsync skill uninstall <skill-id>
239+
agentsync skill install <skill-id> [--source <source>] [--json]
240+
agentsync skill update <skill-id> [--source <source>] [--json]
241+
agentsync skill uninstall <skill-id> [--json]
242242
```
243243

244244
### Status

0 commit comments

Comments
 (0)