-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationmcp-serverapps/mcp-serverapps/mcp-serverpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님skillNew skill addition to .ai-rules/skills/New skill addition to .ai-rules/skills/
Description
Summary
Kiro's kiro.md adapter has no documentation on how to access codingbuddy skills. Claude Code uses the native Skill tool, but Kiro (like Cursor and OpenCode) must use the get_skill MCP tool. There is currently no guidance in kiro.md on:
- How to invoke skills from within Kiro
- Which skills are available (
list_skillsMCP tool) - How to trigger skill activation when a user uses a
/<skill-name>command pattern
Root Cause
packages/rules/.ai-rules/adapters/kiro.md: Stub with placeholder text, no skills sectionget_skillMCP tool is the correct fallback for non-Claude-Code environments- No Kiro-equivalent of Claude Code's
Skillnative tool mechanism
Expected Behavior
kiro.md should document:
- Use
get_skillMCP tool to retrieve skill content by name (e.g.,get_skill({ skillName: "systematic-debugging" })) - Use
list_skillsto discover available skills - Equivalent slash-command pattern (if Kiro supports custom slash commands, map them to
get_skillcalls) - Note that
using-superpowersskill is available inline; others requireget_skill
Affected File
packages/rules/.ai-rules/adapters/kiro.md
Reference
- Cursor issue: [Cursor] Skills access workflow untested — get_skill MCP tool chain needs verification #607
- OpenCode issue: [OpenCode] Skills access workflow ambiguous — /skill command vs get_skill MCP tool precedence undefined #611
packages/rules/.ai-rules/adapters/cursor.md(skills section as reference implementation)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationmcp-serverapps/mcp-serverapps/mcp-serverpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님skillNew skill addition to .ai-rules/skills/New skill addition to .ai-rules/skills/