What problem does it solve? Claude Code is stateless and skills cannot invoke the native /clear command, so there is no built-in way to start a fresh session while preserving what happened before. This Skill simulates an OpenClaw-style session reset by archiving the current session and triggering a persona greeting on the next message. ## Core Features & Use Cases - Session Archiving: Appends a timestamped summary of the current session, including open items, to a daily memory log at memory/YYYY-MM-DD.md. - Reset Marker Mechanism: Writes a .session-reset-pending marker file containing the greeting prompt, which the agent detects and deletes on the next turn. - Multi-Surface Responses: Provides tailored acknowledgement templates for CLI, WhatsApp, and Telegram, translated on the fly to the user's language. - Use Case: After a long debugging session, you type /new. The Skill saves a summary of what was accomplished to today's memory file, then the next message you send receives a fresh persona greeting as if a brand-new session had started. ## Quick Start Type /new or say "new session" to save the current session summary to memory and receive a fresh greeting on your next message.