pub fn render_active_skill_bodies(
discovery: &SkillDiscovery,
query: &str,
max_chars: usize,
) -> Option<String>Expand description
Renders the full body text of every skill that matches query.
Returns None when no skills are activated or all bodies are empty.