session-files

List, create, and delete session-specific files for the current user session.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill session-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-files
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/session-files
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill session-files

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps manage session files.

Core Features & Use Cases

  • File Operations: Perform basic file operations related to sessions.
  • Use Case: A user might want to clear old session files to free up disk space.

Quick Start

Use the session-files skill to list all current session files.

Frequently Asked Questions about session-files

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

FAQPage Schema
How do I manage temporary session files for my current user session?

You can manage session files by listing, creating, or deleting them. This skill handles operations for temporary data to maintain state during an active user session.

What is the best way to clear old session files and free up disk space?

Clearing old session files is handled through the delete operation. This removes temporary data generated during an active user session to free up disk space.

How do I list all current session files in my environment?

Listing current session files is performed by querying the session state. This skill retrieves and displays all session-specific files associated with the active user session.

Can I use this utility to maintain state for an active CLI session?

Yes, this utility maintains state and temporary data during an active CLI session. It manages session-specific files to preserve context for your current operations.

Why do I need a dedicated utility for session file management instead of manual file operations?

A dedicated utility for session file management prevents orphaned temporary data. It automatically tracks and handles operations like listing and deleting files tied directly to the current user session.

Are there limitations when using this skill for session file operations?

The skill is designed for internal tool use and basic file operations. It handles session-specific files for temporary data, so it may lack advanced file system management features.