Built-in /remote-control command not recognized in projects with .claude/skills/ directory
Resolved 💬 3 comments Opened Mar 11, 2026 by py77 Closed Mar 14, 2026
Description
/remote-control works in projects without a .claude/skills/ directory but returns Unknown skill: remote-control in projects that have one.
Reproduction
- Create a project with
.claude/skills/containing custom skills - Run
claudeand type/remote-control - Result:
Unknown skill: remote-control
- In a different project without
.claude/skills/, runclaudeand type/remote-control - Result: Works correctly, generates session URL
Environment
- Claude Code v2.1.72
- Windows 11 Pro
- Both projects on the same machine, same account
Expected behavior
Built-in CLI commands like /remote-control should take precedence over (or coexist with) custom skill resolution regardless of project structure.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗