.cursor/skills/handoff/SKILL.md
Create a comprehensive AI context handoff document for long-running sessions.
npx skillsauth add Samuel-Harris/Bytes-and-Nibbles-Website handoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are approaching the context window limit for this session. Please create a comprehensive handoff document that will allow me to continue this work in a fresh session with a new AI agent. This handoff should preserve critical context while discarding irrelevant information.
First, run date '+%Y-%m-%d_%H-%M-%S' in the terminal to get the current date and time. Use this exact timestamp for the Date/Time field and the filename.
Create a structured handoff document in the following format:
date '+%Y-%m-%d_%H-%M-%S' command and use the output]Provide a concise summary of:
List all relevant files with their paths and what changed:
src/components/Auth.tsx - Added OAuth flow, implemented token refresh
config/database.ts - Switched from connection pooling to single connection (performance issue)
tests/auth.test.ts - Added integration tests for login/logout
What we successfully finished:
What's partially done:
Document mistakes to avoid and discoveries:
If there are specific implementation patterns or code blocks the next agent should know about:
# Pattern we're using for error handling
try:
result = await api_call()
except APIError as e:
log_error(e, context={"user_id": user.id})
return {"error": "friendly_message"}
After you create this handoff document, save it as: .cursor/artefacts/handoffs/YYYY-MM-DD_HH-MM-SS_<brief description>_handoff.md (e.g., 2026-02-04_11-30-00_memory_leak_investigation_handoff.md)
Then provide me with:
This document will be loaded at the start of my next session to restore context efficiently.
development
# Code Review Instructions ## Introduction You are a senior software engineer. ## Exploring the changes Run `git --no-pager diff origin/main...HEAD` to identify the differences between this branch and the main branch. Perform any other necessary git diffs to explore the changes made in this branch. ## Rules: - You absolutely must not edit any of the code. - Investigate any potential issue you find, to validate whether it actually is an issue. ## Code Review Checklist (internal) Work thro
testing
Iterative planning consensus loop. Orchestrates Planner, Architect, and Critic agents in rounds until the plan is approved or max iterations reached. Use for complex tasks that need a validated plan before implementation.
development
Audit a repository's Cursor configuration or evaluate whether a specific artefact (rule, skill, command, subagent) is correctly placed. Use when optimising the repo for Cursor, improving indexing, adding or assessing rules/skills, or deciding where information should live.
development
Generate a holistic product vision from Linear tickets. Pulls backlog, to-do, and in-progress tickets and synthesises them into a status-agnostic overview. Use when starting a new feature to understand the bigger picture, onboarding to the project, or when AI needs context on long-term goals. Supports refreshing existing masterplans with latest data.