ClaudeWrapper.Skills.Skill (ClaudeWrapper v0.8.0)

Copy Markdown View Source

Full skill record returned by ClaudeWrapper.Skills.get/2.

Carries the summary fields plus the instructions body and any unknown frontmatter keys in extra. See ClaudeWrapper.Skills.

Summary

Types

t()

@type t() :: %ClaudeWrapper.Skills.Skill{
  body: String.t(),
  description: String.t() | nil,
  dir_path: String.t(),
  dir_stem: String.t(),
  extra: %{optional(String.t()) => String.t()},
  file_path: String.t(),
  has_assets: boolean(),
  name: String.t(),
  size_bytes: non_neg_integer()
}