Skip to content llms.txt

syllago config paths set

syllago config paths set <provider> [flags]

Set a base directory or per-type path override for a provider. Paths must be absolute (start with / or ~/).

FlagTypeDefaultRequiredDescription
--base-dirstringNobase directory override (replaces home dir)
--pathstringNoabsolute path for the content type
--typestringNocontent type (e.g., skills, hooks)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Set a base directory for a provider
syllago config paths set claude-code --base-dir ~/custom/claude
# Set a per-type path override
syllago config paths set cursor --type rules --path ~/my-rules

Source