Agent Skillsjazzenchen/VibeAround › vibearound

vibearound

GitHub

通过VibeAround编排器将当前编码会话移交至其他设备或IM渠道。解析会话ID,调用MCP工具准备交接并生成/pickup命令,复制到剪贴板供用户在其他终端继续操作。

src/skills/vibearound/SKILL.md jazzenchen/VibeAround

Trigger Scenarios

用户说 /vibearound handover 用户要求转移或继续到手机/其他设备

Install

npx skills add jazzenchen/VibeAround --skill vibearound -g -y
More Options

Non-standard path

npx skills add https://github.com/jazzenchen/VibeAround/tree/main/src/skills/vibearound -g -y

Use without installing

npx skills use jazzenchen/VibeAround@vibearound

指定 Agent (Claude Code)

npx skills add jazzenchen/VibeAround --skill vibearound -a claude-code -g -y

安装 repo 全部 skill

npx skills add jazzenchen/VibeAround --all -g -y

预览 repo 内 skill

npx skills add jazzenchen/VibeAround --list

SKILL.md

Frontmatter
{
    "name": "vibearound",
    "description": "Hands over the current coding session so the user can continue the conversation on another device via any IM channel connected to VibeAround. Generates a \/pickup command and copies it to the clipboard. Use when the user says \"\/vibearound handover\", \"hand over this session\", \"continue on my phone\", \"transfer to mobile\", or similar session transfer requests."
}

VibeAround Session Handover

Hands over the current coding session via the VibeAround orchestrator. The user picks it up from any IM channel connected to VibeAround — the pickup is not tied to a specific channel.

When to Use

  • User says /vibearound handover
  • User asks to "hand over", "transfer", or "continue" the session on their phone or another device

Prerequisites

The VibeAround MCP server must be connected (server name: vibearound). If not available, tell the user to start the VibeAround desktop app.

Handover Steps

1. Resolve the session ID

Use the /va-session skill to get the 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.

2. Call va_mcp_prepare_handover

Tool: va_mcp_prepare_handover
Server: vibearound
Arguments:
  session_id: "<session_id from step 1>"  (pass if available)
  cwd: "<current working directory>"
  agent_kind: "<your agent type>"
  profile_id: "<VIBEAROUND_PROFILE_ID if present>"  (optional; omitted means direct)

If the workspace is not registered, ask the user for confirmation, then call va_mcp_register_workspace with the cwd, and retry.

3. Copy to clipboard and present the result

The tool returns a /pickup command string. Copy it to the user's clipboard (use whatever clipboard mechanism is available — a platform MCP tool, pbcopy on macOS, xclip/wl-copy on Linux), then also display it so the user can copy it manually. The user pastes it in any IM chat connected to VibeAround to resume the session there with the same agent context.

Error Handling

  • MCP server not available: Start the VibeAround desktop app.
  • Workspace not registered: Offer to register it (needs user confirmation).
  • Session ID not found: The server can auto-discover in most cases. If that fails, tell the user.

Version History

  • 1654259 Current 2026-09-03 02:51

    更新 MCP 工具名称:prepare_handover 改为 va_mcp_prepare_handover,register_workspace 改为 va_mcp_register_workspace。

  • e54feb7 2026-07-05 20:14

Same Skill Collection

src/skills/claude/agent-collaboration/SKILL.md
src/skills/claude/va-md-preview/SKILL.md
src/skills/claude/va-preview/SKILL.md
src/skills/claude/va-session/SKILL.md
src/skills/claude/vibearound/SKILL.md
src/skills/codex/agent-collaboration/SKILL.md
src/skills/codex/va-md-preview/SKILL.md
src/skills/codex/va-preview/SKILL.md
src/skills/codex/va-session/SKILL.md
src/skills/codex/vibearound/SKILL.md
src/skills/cursor/va-md-preview/SKILL.md
src/skills/cursor/va-preview/SKILL.md
src/skills/cursor/va-session/SKILL.md
src/skills/cursor/vibearound/SKILL.md
src/skills/gemini/va-md-preview/SKILL.md
src/skills/gemini/va-preview/SKILL.md
src/skills/gemini/va-session/SKILL.md
src/skills/gemini/vibearound/SKILL.md
src/skills/kiro/va-md-preview/SKILL.md
src/skills/kiro/va-preview/SKILL.md
src/skills/kiro/va-session/SKILL.md
src/skills/kiro/vibearound/SKILL.md
src/skills/qwen-code/va-md-preview/SKILL.md
src/skills/qwen-code/va-preview/SKILL.md
src/skills/qwen-code/va-session/SKILL.md
src/skills/qwen-code/vibearound/SKILL.md
src/skills/va-md-preview/SKILL.md
src/skills/va-preview/SKILL.md
src/skills/va-session/SKILL.md

Metadata

Files
0
Version
1654259
Hash
80acb85d
Indexed
2026-07-05 20:14

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-10 01:01
浙ICP备14020137号-1 $お客様$