syllago registry
Add, remove, list, and sync git repositories as content registries.
Registries are read-only git repos containing shared content (skills, rules, hooks, MCP configs, etc.). Use “registry sync” to pull updates, and “registry items” to browse what’s available.
To use registry content, browse it in the TUI (“syllago”) or install it directly with “syllago install —to <provider>”.
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
add | Add a git registry |
create | Create a new registry |
items | Browse content available in registries |
list | List registered registries |
remove | Remove a registry and delete its local clone |
sync | Pull latest content from one or all registries |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Source