# `ClaudeWrapper.Skills.Summary`
[🔗](https://github.com/genagent/claude_wrapper_ex/blob/main/lib/claude_wrapper/skills.ex#L1)

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.

# `t`

```elixir
@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()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
