Skip to content llms.txt

syllago share

syllago share <name> [flags]

Copies a library item to your team repo, stages the change, and optionally creates a branch and PR.

FlagTypeDefaultRequiredDescription
--no-inputboolNoSkip interactive git prompts, stage only
--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
# Share a skill to the team repo
syllago share my-skill
# Disambiguate by type
syllago share my-rule --type rules
# Non-interactive mode (stage only, no git prompts)
syllago share my-skill --no-input

Source