feat: Add /skill command for invoking Claude Code skills #57

Closed
opened 2026-01-21 21:02:06 -08:00 by hikari · 0 comments
Owner

Description

Add support for invoking Claude Code skills directly from the hikari-desktop chat interface using a /skill command.

Proposed Syntax

/skill <skill-name> <data>

Examples

/skill onboard-mentee Discord ID: 123456789, GitHub: username, Name: John Doe
/skill some-other-skill argument data here

Implementation Notes

  • The command should pass the skill name and data to Claude Code
  • Claude Code will handle invoking the appropriate skill from ~/.claude/skills/
  • Should provide feedback if the skill doesn't exist

Use Case

This would allow quick access to custom skills like mentee onboarding without needing to type out the full request. It makes repetitive workflows more streamlined!


This issue was created with help from Hikari~ 🌸

## Description Add support for invoking Claude Code skills directly from the hikari-desktop chat interface using a `/skill` command. ## Proposed Syntax ``` /skill <skill-name> <data> ``` ### Examples ``` /skill onboard-mentee Discord ID: 123456789, GitHub: username, Name: John Doe ``` ``` /skill some-other-skill argument data here ``` ## Implementation Notes - The command should pass the skill name and data to Claude Code - Claude Code will handle invoking the appropriate skill from `~/.claude/skills/` - Should provide feedback if the skill doesn't exist ## Use Case This would allow quick access to custom skills like mentee onboarding without needing to type out the full request. It makes repetitive workflows more streamlined! --- ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-01-24 12:45:17 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#57