Skip to content llms.txt

syllago list

syllago list [flags]

Show a quick inventory of all content without launching the TUI.

By default, lists all content grouped by type. Use flags to filter.

FlagTypeDefaultRequiredDescription
--sourcestringallNoFilter by source: library, shared, registry, builtin, all
--typestringNoFilter to one content type (e.g., skills, rules)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# List all content grouped by type
syllago list
# Show only library items
syllago list --source library
# Show only skills
syllago list --type skills
# JSON output for scripting
syllago list --json

Source