Skip to content llms.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
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Show compatibility for a skill
syllago compat my-skill
# JSON output for scripting
syllago compat my-skill --json

Source