Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

EngineeringFree Safe

handoff

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when handing off the conversation to a fresh agent, or starting a session that picks up prior work — compacts it into a handoff doc referencing artifacts instead of duplicating them.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: handoff
description: Use when handing off the conversation to a fresh agent, or starting a session that picks up prior work — compacts it into a handoff doc referencing artifacts instead of duplicating them.
category: Engineering
version: 1.0.0
tools: []
---

# Handoff

Write a handoff document summarizing the current conversation so a fresh agent can continue the work, and return it in the chat.

Suggest which skills the next session should use, if any.

Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs) — reference them by path or URL instead.

If the user described what the next session will focus on, tailor the document accordingly.

## Sections

- **Goal of next session** (from the user's description or inferred)
- **State of play** (what's done, what's blocking)
- **Open decisions** (what the next agent must decide)
- **Skills to use** (concrete list)
- **Artifacts** (paths/URLs to PRDs, plans, ADRs, issues, branches, PRs — do not duplicate their content)

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/alirezarezvani/claude-skills/blob/main/engineering/handoff/skills/handoff/SKILL.md

Open Source Link
Engineering

Related Skills