Skip to contentllms.txt

syllago compat

syllago compat <name>

Analyzes a library item and shows which providers support it, what warnings arise during conversion, and which providers cannot handle the content type at all.

For each provider, syllago attempts the full canonicalize-then-render pipeline and reports the result.

FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# Show compatibility for a skill
syllago compat my-skill
# JSON output for scripting
syllago compat my-skill --json

Source