Skip to content

fix(install): update kimi skill path to .agents/skills per-skill#499

Open
wirechen wants to merge 1 commit into
Egonex-AI:mainfrom
wirechen:fix-kimi-skill-dir
Open

fix(install): update kimi skill path to .agents/skills per-skill#499
wirechen wants to merge 1 commit into
Egonex-AI:mainfrom
wirechen:fix-kimi-skill-dir

Conversation

@wirechen

Copy link
Copy Markdown

Kimi Code CLI currently discovers user skills under ~/.kimi-code/skills/ and ~/.agents/skills/, and only scans direct subdirectories (it does not recursively load nested skill directories).

The previous installer mapping for kimi used the legacy ~/.kimi/skills/ path with a folder symlink, so none of the /understand skills were loaded.

This PR updates the kimi platform entry to use ~/.agents/skills with per-skill symlinks, matching the current official Kimi Code CLI behavior.

Fixes the issue where /understand is unavailable after installing for kimi.

Kimi Code CLI currently discovers user skills under ~/.kimi-code/skills/
and ~/.agents/skills/, and only scans direct subdirectories (it does not
recursively load nested skill directories). The previous mapping used the
legacy ~/.kimi/skills path with a folder symlink, so the understand skill
was never loaded.

Update the kimi platform entry to use ~/.agents/skills with per-skill
symlinks, matching the official Kimi Code CLI behavior and making
/understand available after restart.
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