build_skill_commands(
skills: list[ExtendedSkillMetadata],
) -> list[CommandEntry]| Name | Type | Description |
|---|---|---|
skills* | list[ExtendedSkillMetadata] | List of discovered skill metadata. |
Build autocomplete entries for discovered skills.
Each skill becomes a /skill:<name> entry with its description
and the skill name as a hidden keyword for fuzzy matching.
Skills that already have a dedicated slash command in COMMANDS
(e.g., remember → /remember) are excluded to avoid duplicate
autocomplete entries.