Skip to contentllms.txt

syllago manifest generate

syllago manifest generate [dir] [flags]

Analyze the current repository and generate a registry.yaml manifest. Run with —force to overwrite an existing registry.yaml. When overwriting, a diff of added/removed/changed items is displayed before writing.

FlagTypeDefaultRequiredDescription
--debug-skipsbool—Noshow per-file skip reasons for content-signal classification
--forcebool—Nooverwrite existing registry.yaml
--no-configbool—Nosuppress .syllago.yaml loading (use with —strict for fully explicit CI control)
--scan-asstringArray—Noscan path as content type: type:path (e.g. skills:Packs/)
--strictbool—Nodisable content-signal fallback; fatal on missing scan-as paths
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output

Source