ClaudeWrapper.Skills.Summary (ClaudeWrapper v0.8.1)

Copy Markdown View Source

Lightweight metadata for one skill, returned by ClaudeWrapper.Skills.list/1.

Strips the body and extra frontmatter to keep listings cheap. See ClaudeWrapper.Skills for how these are produced.

Summary

Types

t()

@type t() :: %ClaudeWrapper.Skills.Summary{
  description: String.t() | nil,
  dir_path: String.t(),
  dir_stem: String.t(),
  file_path: String.t(),
  has_assets: boolean(),
  name: String.t(),
  size_bytes: non_neg_integer()
}