Skip to content llms.txt

syllago sync-install

syllago sync-install [flags]

Convenience command that syncs all registries then installs content.

Equivalent to running: syllago registry sync && syllago install —to <provider>

This is useful in CI/CD or automation where you want a single command to ensure registries are up-to-date before installing.

FlagTypeDefaultRequiredDescription
-n, --dry-runboolNoShow what would be installed without making changes
--llm-hooksstringskipNoHow to handle LLM-evaluated hooks: skip (drop with warning) or generate (create wrapper scripts)
--namestringNoFilter by item name (substring match)
--sourcestringlocalNoWhich items to install: local (default), shared, registry, builtin, all
--tostringYesProvider slug to install to, or “all” for every provider (required)
--typestringNoFilter to a specific content type (e.g., skills, rules)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Sync registries and install to Cursor
syllago sync-install --to cursor
# Install to all providers
syllago sync-install --to all --type skills
# Install only registry content to Kiro
syllago sync-install --to kiro --source registry

Source