Skip to content

[Kiro] Skills access workflow via get_skill MCP tool not documented #615

@JeremyDev87

Description

@JeremyDev87

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_skills MCP 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 section
  • get_skill MCP tool is the correct fallback for non-Claude-Code environments
  • No Kiro-equivalent of Claude Code's Skill native tool mechanism

Expected Behavior

kiro.md should document:

  1. Use get_skill MCP tool to retrieve skill content by name (e.g., get_skill({ skillName: "systematic-debugging" }))
  2. Use list_skills to discover available skills
  3. Equivalent slash-command pattern (if Kiro supports custom slash commands, map them to get_skill calls)
  4. Note that using-superpowers skill is available inline; others require get_skill

Affected File

  • packages/rules/.ai-rules/adapters/kiro.md

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationmcp-serverapps/mcp-serverpriority:shouldShould Have - 중요하지만 필수는 아님skillNew skill addition to .ai-rules/skills/

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions