new-session

Clear the AI conversation context with a /clear command.

1.1k|123|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/zylos-ai/zylos-core --skill new-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-session
Source: https://github.com/zylos-ai/zylos-core/tree/main/skills/new-session
Command: npx skills add https://github.com/zylos-ai/zylos-core --skill new-session

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires c4-control.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for a rapid reset of the AI's conversation context without the need to fully restart the underlying process, saving time and computational resources.

Core Features & Use Cases

  • Context Reset: Clears the current conversation history, providing a fresh start.
  • Efficiency: Faster than a full restart, as it avoids process termination and re-initialization.
  • Use Case: When the AI's context window is nearing capacity or when a clean slate is needed for a new task, this skill provides a quick solution.

Quick Start

Use the new-session skill to clear the current conversation context.

Frequently Asked Questions about new-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reset AI conversation context without restarting the process?

Resetting AI conversation context without restarting the process is done by executing a '/clear' command. This bypasses full re-initialization, saving time and computational resources while providing a fresh session.

Does clearing conversation history terminate running subagents?

No, clearing conversation history does not terminate running subagents. The context reset ensures that background tasks continue running uninterrupted and provides a handoff summary for continuity.

When should I clear the current conversation history instead of doing a full restart?

You should clear the current conversation history when the AI's context window is nearing capacity or when a clean slate is needed for a new task. It is faster than a full restart and avoids process termination.

What is the best way to get a fresh session start while preserving background tasks?

The best way to get a fresh session start while preserving background tasks is to use a context reset command. This clears conversation history without terminating subagents and provides a handoff summary for continuity.

How does a context reset handoff summary maintain continuity?

A context reset handoff summary maintains continuity by capturing the state of running subagents before clearing the conversation history. This ensures the fresh session can resume ongoing background tasks without losing context.