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 during Agent.new and exposed to tools via context.skills on the agent’s Riffer::Agent::Context.

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