Skip to content llms.txt

syllago sync-and-export

syllago sync-and-export [flags]

Convenience command that syncs all registries then installs.

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
--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 export: local (default), shared, registry, builtin, all
--tostringYesProvider slug to export 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 export to Cursor
syllago sync-and-export --to cursor
# Export to all providers
syllago sync-and-export --to all --type skills
# Export only registry content to Kiro
syllago sync-and-export --to kiro --source registry

Source