Appearance
metaplay skills get NAME
[preview] Print an embedded Metaplay skill or sub-skill to stdout
Appearance
[preview] Print an embedded Metaplay skill or sub-skill to stdout
metaplay skills get NAME PREVIEW: This command is in preview and subject to change!
Print the embedded skill content addressed by NAME.
Expected arguments:
NAME is either a skill name (returns its SKILL.md) or '<skill>-<sub-skill>' (returns a sub-skill).
Output goes to stdout with a single trailing newline so it can be piped or captured by an AI agent.
# Print the metaplay-develop SKILL.md.
metaplay skills get metaplay-develop
# Print the code-review sub-skill.
metaplay skills get metaplay-develop-code-review--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]