feat: /skills slash command — pick a skill to insert into the prompt #299
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of OpenCode command parity (transparent-layer goal). OpenCode's TUI has
/skills(title "Skills", DialogSkill) which lists available skills; selecting one inserts/<skillname>into the prompt input.Scope
skillstoBUILTIN_COMMANDS(frontend/src/lib/commands/builtinCommands.ts)./<skillname>into the composer input (Composer.tsx) — it does not send, just prefills, matching OpenCode.Notes
Skills in OpenCode are themselves invoked as slash commands (e.g. /pr-review). So /skills is a discovery/insert helper, not a separate execution path. Confirm the skill catalog is reachable via the platform HTTP API before building the picker.