Skip to content llms.txt

syllago install

syllago install [name] [flags]

Install content from your library into a provider’s location.

By default uses a symlink so edits in your library are reflected immediately. Use —method copy to place a standalone copy instead.

FlagTypeDefaultRequiredDescription
--base-dirstringNoOverride base directory for content installation
-n, --dry-runboolNoShow what would happen without making changes
--methodstringsymlinkNoInstall method: symlink (default) or copy
--no-inputboolNoDisable interactive prompts, use defaults
--tostringYesProvider to install into (required)
--typestringNoFilter to a specific content type
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Install a skill to Claude Code
syllago install my-skill --to claude-code
# Install with a standalone copy instead of symlink
syllago install my-skill --to cursor --method copy
# Install all skills to a provider
syllago install --to claude-code --type skills
# Preview what would happen
syllago install my-skill --to claude-code --dry-run

Source