Skip to contentllms.txt

syllago registry items

syllago registry items [name] [flags]

Lists content items from one or all registries.

Use —type to filter by content type. To install registry content, use “syllago install —to <provider>” or browse in the TUI with “syllago”.

FlagTypeDefaultRequiredDescription
--typestring—NoFilter by content type (skills, rules, hooks, etc.)
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# List all items from all registries
syllago registry items
# List items from a specific registry
syllago registry items my-rules
# Filter by content type
syllago registry items --type skills

Source