Skip to content llms.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-skipsboolNoshow per-file skip reasons for content-signal classification
--forceboolNooverwrite existing registry.yaml
--no-configboolNosuppress .syllago.yaml loading (use with —strict for fully explicit CI control)
--scan-asstringArrayNoscan path as content type: type:path (e.g. skills:Packs/)
--strictboolNodisable content-signal fallback; fatal on missing scan-as paths
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output

Source