syllago compat
Synopsis
Section titled “Synopsis”syllago compat <name>Description
Section titled “Description”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.
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Examples
Section titled “Examples” # Show compatibility for a skill syllago compat my-skill
# JSON output for scripting syllago compat my-skill --jsonSource