Summary
Custom skills installed in ~/.claude/skills/ work correctly in the Claude Code CLI (terminal), but are not recognized when using CodePilot desktop app.
Steps to Reproduce
- Install a custom skill to
~/.claude/skills/zaobao/SKILL.md - Open Claude Code CLI in terminal → type
/zaobao → skill loads successfully ✅ - Open CodePilot desktop app → type
/zaobao → Error: Unknown skill: zaobao ❌
Expected Behavior
Skills installed in ~/.claude/skills/ should be recognized in CodePilot, consistent with Claude Code CLI behavior.
Actual Behavior
CodePilot only recognizes built-in skills (e.g. keybindings-help). Custom user-installed skills are ignored entirely.
Environment
- CodePilot version: 0.10.1
- OS: macOS 12+
- Claude Code CLI version: v2.1.34
Impact
Users who primarily use CodePilot cannot leverage the custom skill system, which significantly limits productivity workflows built around skills.
Would love to see CodePilot read from ~/.claude/skills/ the same way Claude Code CLI does. Thanks!
Summary
Custom skills installed in
~/.claude/skills/work correctly in the Claude Code CLI (terminal), but are not recognized when using CodePilot desktop app.Steps to Reproduce
~/.claude/skills/zaobao/SKILL.md/zaobao→ skill loads successfully ✅/zaobao→ Error:Unknown skill: zaobao❌Expected Behavior
Skills installed in
~/.claude/skills/should be recognized in CodePilot, consistent with Claude Code CLI behavior.Actual Behavior
CodePilot only recognizes built-in skills (e.g.
keybindings-help). Custom user-installed skills are ignored entirely.Environment
Impact
Users who primarily use CodePilot cannot leverage the custom skill system, which significantly limits productivity workflows built around skills.
Would love to see CodePilot read from
~/.claude/skills/the same way Claude Code CLI does. Thanks!