Skip to content

Kiro IDE does not follow symlinks in ~/.kiro/skills/ — symlinked skills not available to agent #6401

@aliulashayir

Description

@aliulashayir

Before opening, please confirm:

Operating System

macOS 15.6.1

Kiro Version

0.10.78

Bug Description

Kiro IDE does not resolve symbolic links in the ~/.kiro/skills/ directory. Skills installed as symlinks (pointing to ~/.agents/skills/) are not recognized by the agent and cannot be activated, while skills in real directories at the same path work fine.

Steps to Reproduce

1.Install skills via the open agent skills ecosystem (e.g., impeccable.style / npx skills add)
2.This creates skill folders in ~/.agents/skills/ and symlinks them into ~/.kiro/skills/
3.Open Kiro IDE and check available skills
4.Then when you try to import the skill from the ~/.agents/skills/ folder it prompts you saying the skill is avaible would you like to overwrite it
5.Only when you overwrite it shows up

Expected Behavior

All skills in ~/.kiro/skills/ should be available to the agent, regardless of whether the folder is a real directory or a symlink.

Conversation ID

No response

Additional Context

Only skills in real directories are available. Symlinked skill folders are silently ignored.
you have to manually copy the skills to the .kiro/skills folder.
cp -r ~/.agents/skills/clarify ~/.kiro/skills/clarify

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions