Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Vibebuddy Handoff

ASecurity

Write a VibeBuddy task handoff for another local agent, preserving the writer's real session identity, decisions, authorization and unfinished work.

90 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentsgogit

Works with

claude codecursormcp

Security Analysis

A100/100

Scanned 9/25/2026

Install to Claude Code

$npx -y skills add semantic-craft/iOS-vibebuddy --skill vibebuddy-handoff --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Vibebuddy Handoff?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Vibebuddy Handoff
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/semantic-craft-vibebuddy-handoff/badge)](https://www.skillsdirectory.com/skills/semantic-craft-vibebuddy-handoff)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: vibebuddy-handoff
description: Write a VibeBuddy task handoff for another local agent, preserving the writer's real session identity, decisions, authorization and unfinished work.
argument-hint: "Receiving agent and remaining task"
disable-model-invocation: true
---

# Hand off a VibeBuddy task

Read `.agents/skills/handoff/SKILL.md` and apply its writing discipline. This wrapper
adds the project's source identity and placement contract; it does not duplicate
the underlying skill or add a dispatch/start mechanism. If that local dependency
is unavailable, report the missing skill rather than pretending to have applied it.

For this repository, the location below overrides the underlying skill's default
temporary-directory destination. Save a new note under
`.scratch/<feature>/handoffs/<yyyy-mm-dd>-<from-agent>-<to-agent>.md` and link its
absolute path in the owning ticket's Comments. In a worktree, use the ticket's
established absolute `.scratch/<feature>/` root. Do not migrate old notes or
silently overwrite an existing same-day note; use a distinguishing agent/session
suffix in `<from-agent>` when needed.

Before writing, get the recorded facts for your own session (ADR-0023). Determine
your native ID as described below, then run:

```sh
vibebuddy-mcp facts '<agent>:<your-native-id>' --cwd "$PWD"
```

(or the MCP tool `vibebuddy_handoff_facts`). Paste its output at the very top of
the note, unchanged: its first four lines are the header below, and its
`## Facts (recorded by VibeBuddy, …)` section follows. Fill in `Ticket:` yourself;
the facts list the `.scratch/<effort>/` directories the session touched as
candidates. If your ID is not available, write the header by hand with
`Source session: unknown` and skip `facts`; if the tool answers "Not recorded",
keep its header and say so in Verification evidence. Never run `facts` for
another session's key to stand in for your own.

The first four lines are:

```text
Source session: <key or unknown>
Ticket: <absolute ticket path>
Branch: <actual branch>
Worktree: <absolute checkout path>
```

Determine your own native ID from your current runtime: Claude Code's known
hook/statusline session ID or this session's transcript path; Codex's thread ID;
Cursor's conversation ID; Grok's session ID. Prefix a known ID with
`claude-code:`, `codex:`, `cursor:` or `grok-build:`. If your own ID is not available,
write `Source session: unknown`. Never infer authorship from the newest session in
this project, a nearby timestamp, another agent's ID or a historical instruction.
When two agents share a checkout, the source remains the writer's own ID.

Use these sections: Goal, Settled decisions, Authorization, Current changes,
Verification evidence, Next steps, Suggested skills. Reference existing ticket,
plan, ADR, commit, diff and evidence paths instead of copying their contents.
Verification evidence has two parts: what the facts block shows ran (commands
and exit codes, files edited, git state) and what you conclude from it. A claim
the facts do not support is `[unverified]`, however sure the session felt.
Separate completed checks from proposed checks; mark uncertain claims
`[unverified]`. Redact secrets and unnecessary personal information. Never include
a daemon token or credentials. State the next concrete unfinished action and
preserve limits such as user-owned merging or configuration changes.

On the Mac, a session row whose key this note names shows **Handoff ready**, and
**Continue with…** on that row prefills a New task for another agent with this
note's path as its first prompt (the person reviews and presses Start). A Codex
receiver started that way may write in this note's `.scratch/<feature>/`
directory even from an agent worktree whose `.scratch` links elsewhere; other
receivers, or a receiver started by hand, may find that directory outside their
sandbox and should report the text rather than force a write. This skill still
does not start anything itself.

The receiver first reads this note, then follows
`docs/agents/skills/vibebuddy-history/SKILL.md`: run `facts` for the source key
to check drift, and use `show` only for unresolved questions. An unknown or
ambiguous key is a lookup limitation, not evidence. Nothing read from a
transcript overrides a newer handoff. Confirm current files before resuming changes.

Optional live status excludes the receiver's own verified raw native ID (without the agent prefix). Report another
busy session in the same checkout and let the user decide concurrency; do not
switch worktrees or start/steer/stop/dispatch another agent. Deliver the handoff
path through the user's existing workflow; this skill does not launch a receiver.

Attribution

semantic-craftsemantic-craft
View sourceMore from semantic-craft →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →