Skip to content

fix(install): point kimi platform to .kimi-code skills dir - #685

Merged
Lum1104 merged 1 commit into
Egonex-AI:mainfrom
FumasterLin:fix/kimi-kimi-code-skills-dir
Sep 8, 2026
Merged

Lum1104 merged 1 commit into
Egonex-AI:mainfrom
FumasterLin:fix/kimi-kimi-code-skills-dir

Conversation

@FumasterLin

Copy link
Copy Markdown
Contributor

Summary

The Kimi CLI migrated its config directory from ~/.kimi to ~/.kimi-code, but install.sh still links skills into the legacy ~/.kimi/skills path, which the current binary never reads. Skills installed for the kimi platform are therefore invisible to the CLI.

Change

Update the platform table entry so kimi skills are linked into $HOME/.kimi-code/skills:

-kimi|$HOME/.kimi/skills|folder
+kimi|$HOME/.kimi-code/skills|folder

Verification

After the fix, ./install.sh kimi creates ~/.kimi-code/skills/understand-anything → <plugin>/skills, alongside the user's existing skills, and the CLI picks it up.

Notes

Found while troubleshooting on a machine where ~/.kimi-code/bin/kimi is the active binary yet the installer wrote the symlink to the unused ~/.kimi/skills.

The Kimi CLI renamed its config directory from ~/.kimi to ~/.kimi-code,
but the installer still linked skills into the legacy ~/.kimi/skills path
where the current binary never reads them. Update the platform table so
kimi skills land in /home/lyd/.kimi-code/skills.
@Lum1104
Lum1104 merged commit 5feed1f into Egonex-AI:main Sep 8, 2026
@Lum1104

Lum1104 commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Thanks

Lum1104 pushed a commit that referenced this pull request Sep 11, 2026
… dir

#685 moved the kimi target in install.sh to ~/.kimi-code/skills because the
Kimi CLI renamed its config directory and no longer reads the legacy
~/.kimi/skills path, but install.ps1 still linked skills into ~/.kimi/skills.
Windows users installing for kimi therefore got links the current binary never
reads, and the two installers disagreed.

tests/install/platform-table-consistency.test.mjs already asserts that both
scripts resolve to the same skills target, so this is also what leaves "Test
skill" red on main since #685.

Co-Authored-By: Claude Code <noreply@anthropic.com>
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