[PR #11547] feat: add skill dialog for selecting and inserting skills #13831

Closed
opened 2026-02-16 18:18:39 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11547

State: closed
Merged: Yes


Summary

Adds a skill dialog that shows all available skills and allows users to select one to insert into the prompt input.

Changes

  • Created DialogSkill component in tui/component/dialog-skill.tsx
  • Registered /skills command in the prompt component
  • Selecting a skill populates the prompt with /{skill-name}
  • Individual skills are hidden from the / autocomplete (they can only be accessed via the skills dialog)

Usage

Type /skills or use the command dialog to browse and select from available skills.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11547 **State:** closed **Merged:** Yes --- ## Summary Adds a skill dialog that shows all available skills and allows users to select one to insert into the prompt input. ## Changes - Created `DialogSkill` component in `tui/component/dialog-skill.tsx` - Registered `/skills` command in the prompt component - Selecting a skill populates the prompt with `/{skill-name} ` - Individual skills are hidden from the `/` autocomplete (they can only be accessed via the skills dialog) ## Usage Type `/skills` or use the command dialog to browse and select from available skills.
yindo added the pull-request label 2026-02-16 18:18:39 -05:00
yindo closed this issue 2026-02-16 18:18:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13831