vibearound

Featured

Hand over the current coding session to VibeAround so the user can continue on their phone or another device

Code & Development 321 stars 35 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
73
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. Call prepare_handover Call the `prepare_handover` tool on the `vibearound` MCP server. ``` Tool: prepare_handover Server: vibearound Arguments: cwd: "<current working directory>" agent_kind: "kiro" ``` If you know the current session ID, you can provide it explicitly: ``` Tool: prepare_handover Server: vibearound Arguments: session_id: "<sessionId>" cwd: "<current working directory>" agent_kind: "kiro" ``` 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).

Details

Author
jazzenchen
Repository
jazzenchen/VibeAround
Created
3 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

handoff

Hand off to a fresh Claude session. Use when context is full, you've finished a logical chunk of work, or need a fresh perspective. Work continues from hook.

24,081 Updated today
gastownhall
Code & Development Listed

beam

Use this skill to move an active local coding session and directory onto a new remote machine. This remote machine can also have GPUs.

16 Updated 3 months ago
xeophon
AI & Automation Featured

vibe-agents

Generate AGENTS.md and AI configuration files for your project. Use when the user wants to create agent instructions, set up AI configs, or says "create AGENTS.md", "configure my AI assistant", or "generate agent files".

2,181 Updated 1 months ago
KhazP
Data & Documents Featured

handoff-protocols

Manages work transitions between team members or agents by creating structured handoff documents, summarizing project status, documenting key decisions, blockers, and open questions, and generating onboarding briefs. Use when someone needs to hand off, hand over, or transition a project; pass work to another person or agent; brief a colleague taking over; prepare a shift change summary; or onboard someone mid-task. Produces ready-to-use handoff documents covering current status, next steps, known issues, technical context, and communication templates for both planned and unplanned transfers.

745 Updated 1 months ago
rohitg00
Data & Documents Listed

vibe-research

Set up and maintain a Vibe Research project with bi-directional sync between experimental code, paper.md, and developer docs. Use when starting a research project, managing experimental code, maintaining research documentation, creating academic papers, writing research logs, updating project docs, migrating an existing project to Vibe Research structure, or when the user mentions vibe research, paper sync, research log, experiment tracking, project migration, partial migration, incremental migration, doc update, or bi-directional sync between code and paper.

20 Updated 2 months ago
Zhangyanbo