Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Mike C Singer avatar

Handoffkit

  • 1 repo stars
  • Updated April 27, 2026
  • Norsninja/handoffkit-plugin

Push AI session handoffs to HandoffKit automatically via MCP. One-command per-project setup, secure credential storage, no creds in repo files.

About

handoffkit is a Claude Code skill in the Security category. Push AI session handoffs to HandoffKit automatically via MCP. One-command per-project setup, secure credential storage, no creds in repo files.

  • handoffkit
  • Security
  • AI-coding skill

Handoffkit by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Norsninja/handoffkit-plugin
/plugin install handoffkit@norsninja

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedApril 27, 2026
RepositoryNorsninja/handoffkit-plugin

What it does

Push AI session handoffs to HandoffKit automatically via MCP. One-command per-project setup, secure credential storage, no creds in repo files.

README.md

HandoffKit Plugin for Claude Code

Push AI session handoffs directly to HandoffKit from Claude Code. No more copy-pasting between your terminal and the browser.

What it does

This plugin provides a one-command setup (/handoffkit:setup) that connects your Claude Code project to HandoffKit via MCP. Once connected, you gain a push-handoff tool that sends session handoff messages to HandoffKit as new cells.

  • One-time setup per project — run /handoffkit:setup, paste a token, done
  • Per-project scoping — each project directory links to its own HandoffKit project
  • Secure — API keys stored by Claude Code, not in project files
  • Non-blocking — if the push fails, your handoff is still complete locally

Setup

In Claude Code, add the marketplace and install the plugin:

/plugin marketplace add Norsninja/handoffkit-plugin
/plugin install handoffkit@norsninja

Then link a project:

  1. Go to handoffkit.com/settingsPlugin IntegrationGenerate Token
  2. Select the project you want to link
  3. Copy the token (starts with hk_setup_, expires in 10 minutes)
  4. In Claude Code, in your project directory, run /handoffkit:setup
  5. Paste the token when prompted

That's it. Restart Claude Code and the push-handoff MCP tool is available.

If your project has a legacy .handoffkit.json (with an api_key field) from an earlier prototype, /handoffkit:setup detects it automatically, migrates the file to a credential-free marker, updates your /handoff command, and revokes the old key on the server.

How it works

The setup skill exchanges your one-time token for a project-scoped API key, then runs claude mcp add --scope local to create a per-project MCP connection to HandoffKit's remote server at handoffkit.com/api/mcp. After setup, the plugin itself is optional — the MCP connection persists independently.

Usage

After setup, you can:

  • Add a push step to your /handoff command to auto-sync chat messages
  • Ask Claude to "push this to HandoffKit" anytime
  • The push-handoff tool sends only the concise chat message, never full handoff files

Multiple projects

Run /handoffkit:setup in each project directory with a token generated for that HandoffKit project. Each directory gets its own isolated connection.

Security

  • Setup tokens expire in 10 minutes and are single-use
  • API keys are project-scoped — can't access other projects
  • Keys are stored by Claude Code in ~/.claude.json, not in project files
  • Revoke keys anytime at handoffkit.com/settings
  • All communication is HTTPS

Requirements

  • A HandoffKit account (free tier works)
  • Claude Code with MCP support
  • curl available in your shell

Links

Related skills

Securityappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.