Skip to contentllms.txt

syllago uninstall

syllago uninstall <name> [flags]

Removes installed content from a provider’s location.

For symlinked content: removes the symlink. For copied content: removes the copied file or directory. For hooks/MCP: reverses the JSON merge from the provider’s settings file.

The content remains in your library (~/.syllago/content/) and can be reinstalled at any time with “syllago install”.

FlagTypeDefaultRequiredDescription
-n, --dry-runbool—NoShow what would happen without making changes
-f, --forcebool—NoSkip confirmation prompt
--fromstring—NoProvider to uninstall from (omit to uninstall from all)
--no-inputbool—NoDisable interactive prompts, use defaults
--typestring—NoDisambiguate when name exists in multiple types
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# Uninstall from a specific provider
syllago uninstall my-skill --from claude-code
# Uninstall from all providers
syllago uninstall my-agent
# Skip confirmation prompt
syllago uninstall my-rule --from cursor --force
# Preview what would happen
syllago uninstall my-skill --dry-run

Source