From 0b39858edf996e46499245078953fe32941d0684 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Fri, 12 Jun 2026 14:35:16 +0800 Subject: [PATCH] add skill frontmatter to sitrep ~/.agents/skills/sitrep/SKILL.md is now a symlink to this file, so it needs valid skill frontmatter (name + description). Co-Authored-By: Claude Fable 5 --- commands/sitrep.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/sitrep.md b/commands/sitrep.md index a51463e..f326ed4 100644 --- a/commands/sitrep.md +++ b/commands/sitrep.md @@ -1,3 +1,8 @@ +--- +name: sitrep +description: Generate a comprehensive session-handoff resume written to /tmp and opened in VS Code. Use when the requester asks for /sitrep, handoff notes, resume context, or a transfer summary with current state, next actions, verification steps, and blockers. +--- + Generate a comprehensive resume prompt for session handoff. You are creating handoff documentation for the next agent. Speak directly to them in second person ("You are …"). Never address the user. Refer to the original requester as "the requester".