fyi
Installation
SKILL.md
Session Handoff (FYI)
Produce ONE copy/paste-ready handoff snippet that brings a fresh agent up to speed on the current session — what was done, the current state, and what's left — so it can safely pick up work on the same files without re-deriving the context.
The deliverable is the snippet, not a report to the user. The audience is the next agent.
Output contract
Return exactly one fenced ```text block. No preamble, no postscript, no second option unless the
user asks.
- No "Here's the handoff…" framing before or after the block.
- Write it addressed to the receiving agent (second person / imperative), not narrated to the user.
- Be concrete: real file paths, real commands, real commit SHAs, real branch names. "Various files" or "some changes" is a useless handoff — name them.
- Keep it dense — the facts the next agent needs to act, not a story. Drop any section that's genuinely empty rather than padding it.