Skip to main content

SkillsFormat

Type Alias SkillsFormat 

Source
pub type SkillsFormat = OutputFormat;
Expand description

Output format selector for the MCP claude_skills_* tools.

Mirrors OutputFormat but lives at the module boundary so callers outside the CLI (e.g. MCP handlers) do not depend on the clap re-export.

Aliased Type§

pub enum SkillsFormat {
    Text,
    Yaml,
}

Variants§

§

Text

Human-readable lines, one per action.

§

Yaml

Machine-readable YAML document.