Agent Skillsjazzenchen/VibeAround › vibearound

vibearound

GitHub

将当前编码会话移交至 VibeAround,使用户能在手机或其他设备继续。需获取会话ID并调用 prepare_handover 工具,最后展示 pickup 命令以便在 IM 中恢复会话。

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

触发场景

用户输入 /vibearound handover 用户请求在手写板或另一设备上转移/继续会话

安装

npx skills add jazzenchen/VibeAround --skill vibearound -g -y
更多选项

非标准路径

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

不安装直接使用

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",
    "inclusion": "always",
    "description": "Hand over the current coding session to VibeAround so the user can continue on their phone or another device"
}

VibeAround Session Handover

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).

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. Get your session ID

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.

2. Call prepare_handover

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.

2. Present the result

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.

Error Handling

  • MCP server not available: Start the VibeAround desktop app.
  • Workspace not registered: Offer to register it (needs user confirmation).

版本历史

  • e54feb7 当前 2026-07-05 20:14

同 Skill 集合

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/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
src/skills/vibearound/SKILL.md

元信息

文件数
0
版本
1d2ca81
Hash
52ae3b69
收录时间
2026-07-05 20:14

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-07 01:56
浙ICP备14020137号-1 $访客地图$