fix: use .config/agents (plural) for skills directory (#6357)

Signed-off-by: Joah Gerstenberg <joah@squareup.com>
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Joah Gerstenberg
2026-01-06 12:36:21 -06:00
committed by GitHub
parent a4fd6f3beb
commit 345366648e
+1 -1
View File
@@ -83,7 +83,7 @@ impl SkillsClient {
if let Some(home) = dirs::home_dir() {
dirs.push(home.join(".claude/skills"));
dirs.push(home.join(".config/agent/skills"));
dirs.push(home.join(".config/agents/skills"));
}
dirs.push(Paths::config_dir().join("skills"));