Skip to content llms.txt

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>”.

CommandDescription
addAdd a git registry
createCreate a new registry
itemsBrowse content available in registries
listList registered registries
removeRemove a registry and delete its local clone
syncPull latest content from one or all registries
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output

Source