원클릭으로
vibearound
Hand over the current coding session to VibeAround so the user can continue on their phone or another device
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Hand over the current coding session to VibeAround so the user can continue on their phone or another device
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Codex only: initialize and wait for VibeAround Codex subagents in a multi-agent coding turn. Use when the user's message starts with "subagent=", especially "subagent=parallel".
Codex only: preview a markdown file from a Codex session with beautiful GitHub-style rendering. Use after creating or updating markdown documents like README, docs, or reports. Only available when the VibeAround MCP server is connected.
Codex only: start a live preview from a Codex session so the user can see your work in their browser or phone. Use after starting a dev server or creating HTML files. Only available when the VibeAround MCP server is connected.
Codex only: resolve the current Codex session ID for VibeAround tools. Called by va-preview and vibearound handover when running in Codex.
Codex only: hand over the current Codex coding session so the user can continue via any IM channel connected to VibeAround. Use when the user says "/vibearound handover", "hand over this session", "continue on my phone", or similar session transfer requests.
Resolve your current session ID for use with other VibeAround tools. Called by other skills that need session context (e.g. va-preview, vibearound handover).
| inclusion | always |
| name | vibearound |
| description | Hand over the current coding session to VibeAround so the user can continue on their phone or another device |
Hand over the current coding session via the VibeAround orchestrator. The user can then pick it up from any connected IM channel (the pickup is not tied to a specific channel).
/vibearound handoverThe VibeAround MCP server must be connected (server name: vibearound). If not available, tell the user to start the VibeAround desktop app.
Use the /va-session skill to resolve your current session ID.
Also read $VIBEAROUND_PROFILE_ID from the environment if present. VibeAround-launched sessions should have it, including direct; external user-started sessions may omit it.
Tool: prepare_handover
Server: vibearound
Arguments:
session_id: "<session_id from step 1>" (pass if available)
cwd: "<current working directory>"
agent_kind: "kiro"
profile_id: "<VIBEAROUND_PROFILE_ID if present>" (optional; omitted means direct)
If the tool says the workspace is not registered, ask the user for confirmation, then call register_workspace with the cwd, and retry.
Show the /pickup command returned by the tool. The user can paste it in any IM chat connected to VibeAround to resume the session there with the same agent.