pub fn build_skill_context(skills: &[&SkillMeta]) -> StringExpand description
Build a skill context string for LLM system prompts. For each skill: name, description, hint, covered tools. Content is bounded and delimited to mitigate prompt injection.