Kilo Code does not load default skills from .agents/skills or .claude/skills as documented
#9595
Closed
Lqm1
started this conversation in
2. Design improvements
Replies: 1 comment 2 replies
-
|
No this should work, and in my testing it does. if it doesnt, can you please open an issue with exact steps to reproduce, including system you encountered this on, and whether you ran into this with project dirs, or global dirs? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The documentation states that Kilo Code loads skills from
.agents/skillsand.claude/skillsby default:https://kilo.ai/docs/customize/skills#vscode
However, in my environment, skills placed in those directories are not loaded by Kilo Code.
I originally expected this to work because the same skill setup is recognized correctly by Codex. I assumed Kilo Code would also load the same directories by default, based on the documentation.
Expected behavior
Kilo Code should automatically detect and load skills from:
as described in the documentation.
Actual behavior
Skills placed in those directories are not loaded by Kilo Code.
Notes
Could you confirm whether
.agents/skillsand.claude/skillsare still intended to be loaded by default in Kilo Code?If additional configuration is required, it would be helpful if the documentation could clarify that.
Beta Was this translation helpful? Give feedback.
All reactions