Claude Skill

handoff

Transfer the current coding, debugging, planning, or architecture session to AI Badger. Use for broad session continuation; use badger-review for an independent review.

LLM Mart · 0 points · 6 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download pvrlabs-aibadger-skills_handoff-78f1e2d.zip · 1 KB
Part of pvrlabs/aibadger — 2 skills

Install

skills CLI npx skills add https://github.com/PVRLabs/aibadger/tree/main/skills/handoff
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install pvrlabs-aibadger@llmmart
Git git clone https://github.com/PVRLabs/aibadger.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole pvrlabs/aibadger collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Badger Handoff

Create .badger-handoff in the current working directory, or another workspace directory explicitly selected by the user. Do not discover a Git root.

Summarize the session concisely and with high information density. Preserve enough context to continue without repeating investigation or misunderstanding a decision. Give later decisions and corrections precedence.

Remove conversational noise, repetition, obsolete details, and information Badger can recover from the repository. Preserve the current goal, material progress, decisions and rationale, constraints and non-goals, completed work, verification results, significant failed approaches, blockers, and immediate next steps. Include exact details only when they are necessary for continuity.

Aim for no more than 2,000 output tokens under normal circumstances. Use less for simple sessions. Exceed this target only when further compression would discard continuation-critical information.

Use mode: handoff when repository work is part of the session. Use mode: design only for reasoning where current worktree state is irrelevant. Write this exact UTF-8 framing:

BADGER-HANDOFF-V1
mode: handoff

<compact session summary>

Keep the complete file at or below 65,536 bytes. The body is conversation state only: do not inspect or include repository files, diffs, Git state, or topology. Badger collects repository context itself.

After writing successfully, derive the absolute directory from the written file path and print exactly:

Badger handoff prepared.

In a separate terminal, run:

cd '/absolute/path/to/the-written-directory'
badger continue

Substitute the actual POSIX-shell-quoted directory. Do not invoke Badger or use another transport.

Files (aibadger)
  • SKILL.md 1.9 KB
    ---
    name: handoff
    description: Transfer the current coding, debugging, planning, or architecture session to AI Badger. Use for broad session continuation; use badger-review for an independent review.
    ---
    
    # Badger Handoff
    
    Create `.badger-handoff` in the current working directory, or another workspace
    directory explicitly selected by the user. Do not discover a Git root.
    
    Summarize the session concisely and with high information density. Preserve
    enough context to continue without repeating investigation or misunderstanding
    a decision. Give later decisions and corrections precedence.
    
    Remove conversational noise, repetition, obsolete details, and information
    Badger can recover from the repository. Preserve the current goal, material
    progress, decisions and rationale, constraints and non-goals, completed work,
    verification results, significant failed approaches, blockers, and immediate
    next steps. Include exact details only when they are necessary for continuity.
    
    Aim for no more than 2,000 output tokens under normal circumstances. Use less
    for simple sessions. Exceed this target only when further compression would
    discard continuation-critical information.
    
    Use `mode: handoff` when repository work is part of the session. Use
    `mode: design` only for reasoning where current worktree state is irrelevant.
    Write this exact UTF-8 framing:
    
    ```text
    BADGER-HANDOFF-V1
    mode: handoff
    
    <compact session summary>
    ```
    
    Keep the complete file at or below 65,536 bytes. The body is conversation state
    only: do not inspect or include repository files, diffs, Git state, or
    topology. Badger collects repository context itself.
    
    After writing successfully, derive the absolute directory from the written file
    path and print exactly:
    
    ```text
    Badger handoff prepared.
    
    In a separate terminal, run:
    
    cd '/absolute/path/to/the-written-directory'
    badger continue
    ```
    
    Substitute the actual POSIX-shell-quoted directory. Do not invoke Badger or use
    another transport.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related