class Riffer::Skills::Context

Skills context for an agent generation cycle.

Coordinates skill discovery, activation, and prompt rendering. Tracks activations with caching to avoid redundant backend reads.

Built by the agent at the start of generate/stream and passed to tools via context[:skills].

See Riffer::Skills::Backend, Riffer::Skills::Frontmatter.