Compact the current conversation into a self-contained handoff document so a fresh agent (new chat, another machine, another AI client) can continue the work without re-discovering the context. References durable artifacts (openspec/, memory.md, commits, 1c-templates-mcp notes) instead of duplicating them. Use when the user says 'handoff', 'compact session', 'save context for continuation', or invokes /handoff.
$npx -y skills add comol/ai_rules_1c --skill handoffInstalls into the current project.
Run `npx skills use "https://github.com/comol/ai_rules_1c" --skill "comol/ai_rules_1c/handoff"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/comol/ai_rules_1c" that are relevant to the current task. Run `npx skills add "https://github.com/comol/ai_rules_1c"` and select the relevant skills, then follow their instructions.