Skip to content llms.txt

syllago remove

syllago remove <name> [flags]

Removes a content item from your library (~/.syllago/content/) and uninstalls it from any providers where it is currently installed.

FlagTypeDefaultRequiredDescription
-n, --dry-runboolNoShow what would happen without making changes
-f, --forceboolNoSkip confirmation prompt
--no-inputboolNoDisable interactive prompts, use defaults
--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
# Remove a skill from library and all providers
syllago remove my-skill
# Disambiguate by type when name exists in multiple types
syllago remove my-rule --type rules
# Skip confirmation prompt
syllago remove my-skill --force
# Preview what would happen
syllago remove my-skill --dry-run

Source