LLM-callable procedural-memory (skill) actions.
Each action reaches the configured skills store via context[:skills], the
same way Raxol.Agent.Actions.Memory reaches the provider via
context[:memory]. Add these to an agent's available_actions/0 (done
automatically when a skills provider is configured via use Raxol.Agent).
Summary
Functions
@spec actions() :: [module()]
All skill action modules.