Skip to content llms.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
--typestringNoFilter by content type (skills, rules, hooks, etc.)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose 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