Skip to content

feat(opencode): Add inline $skill invocations#22666

Open
mario-loomia wants to merge 3 commits intoanomalyco:devfrom
mario-loomia:feat/15617-inline-skills
Open

feat(opencode): Add inline $skill invocations#22666
mario-loomia wants to merge 3 commits intoanomalyco:devfrom
mario-loomia:feat/15617-inline-skills

Conversation

@mario-loomia
Copy link
Copy Markdown

@mario-loomia mario-loomia commented Apr 15, 2026

Issue for this PR

#15617

Type of change

  • New feature

What does this PR do?

This adds inline $skill support to the prompt composer.

Typing $ surfaces available skills in autocomplete, and selecting one inserts the skill into the prompt.

How did you verify your code works?

  • Ran bun test test/tool/bash.test.ts
  • Ran bun run typecheck
  • Verified the inline skill flow locally in the app

Screenshots / recordings

Screenshot From 2026-04-15 00-31-37

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title TUI: Add inline $skill invocations doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@mario-loomia mario-loomia changed the title TUI: Add inline $skill invocations feat(tui): Add inline $skill invocations Apr 15, 2026
@mario-loomia mario-loomia changed the title feat(tui): Add inline $skill invocations feat(opencode): Add inline $skill invocations Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants