Skip to content llms.txt

syllago publish

syllago publish <name> [flags]

Copies a library item to a registry clone, stages the change, and optionally creates a branch and PR.

FlagTypeDefaultRequiredDescription
--no-inputboolNoSkip interactive git prompts, stage only
--registrystringYesRegistry name to publish to (required)
--typestringNoDisambiguate when name exists in multiple types
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Publish a skill to a registry
syllago publish my-skill --registry my-registry
# Publish a specific rule type
syllago publish my-rule --registry team-rules --type rules
# Non-interactive mode
syllago publish my-skill --registry my-registry --no-input

Source