Skip to contentllms.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
--filterstringSlice—NoFilter by item state (repeatable): in-library, not-in-library, project
--sourcestringallNoFilter by source: library, shared, registry, builtin, all
--typestring—NoFilter to one content type (e.g., skills, rules)
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 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