一键导入
enable-remote-code
Enable Remote Control so the current project's Claude Code sessions can be accessed from the Android/iOS app or any browser via claude.ai/code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enable Remote Control so the current project's Claude Code sessions can be accessed from the Android/iOS app or any browser via claude.ai/code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Enable-Remote-Code |
| description | Enable Remote Control so the current project's Claude Code sessions can be accessed from the Android/iOS app or any browser via claude.ai/code. |
| allowed-tools | ["Bash(claude *)"] |
You are enabling Remote Control so the user can connect to this Claude Code session from their phone (Android/iOS Claude app) or any browser at claude.ai/code.
Execute the steps below in order.
Run the following to confirm the user is logged in:
claude auth status
If NOT authenticated, instruct the user to run claude and then /login to sign in via claude.ai before proceeding. Do not continue until auth is confirmed.
Enable Remote Control as a persistent setting so every future session in this project automatically supports remote connections:
Use the /config command inside Claude Code to set "Enable Remote Control for all sessions" to true.
Since we are running inside Claude Code already, execute:
/remote-control
This will:
After Remote Control is active, present the user with the following (in Hebrew):
איך להתחבר מהטלפון:
שים לב:
claude remote-control --name "Project Name"claude remote-control is running.Meta-Skill for auditing context-file hygiene. Two modes — Lite (~6.5K tokens, runs at session/task start) and Full (~150K tokens, runs on demand or weekly cron). Detects dual handoffs, version mismatches, broken cross-references, stale files, and contradictions. Master Plan §6.
Initialize Context Governance structure in a new project. Scaffolds all canonical files (CONTEXT-MANIFEST, PLAN, HANDOFF, MEMORY, CONVENTIONS, SCHEMAS-INDEX, GOTCHAS, OPEN-PROBLEMS) + CLAUDE.md governance section. Run once per project.
DEPRECATED — merged into /full-finish. Use /full-finish instead.
Universal post-task pipeline — multi-agent orchestrated audit, session handoff, docs, commit, build, release, deploy
Two-way WhatsApp communication — send progress updates and receive user replies via CC-Agent group
Open a GitHub Pull Request for review by a responsible agent (e.g., CODEX), wait for its response (text comment or 👍 reaction), remind it after 6 minutes with an @mention, and merge on approval — or after a 4-minute grace if no response. Use when the user asks to "send via PR for review", "open a PR and wait for <agent>", or to ship a reviewed change through the responsible-agent gate.