Temporary Files Management Skill

Direct AI-generated temporary files into organized tmp/ subdirectories.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/liveview-native/swiftui-modifiers-codegen --skill temporary-files-management-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Temporary Files Management Skill
Source: https://github.com/liveview-native/swiftui-modifiers-codegen/tree/main/skills/temporary_files
Command: npx skills add https://github.com/liveview-native/swiftui-modifiers-codegen --skill temporary-files-management-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a strict policy for organizing AI-generated temporary files, preventing clutter in the project root and ensuring a clean, well-maintained repository.

Core Features & Use Cases

  • Default tmp/ Directory: All AI-generated content (summaries, analyses, plans, debug output, scratch work) is automatically directed to the tmp/ directory.
  • Organized Subdirectories: Files are categorized into summaries/, analysis/, plans/, debug/, and scratch/ for easy retrieval.
  • Use Case: When generating a session summary, the skill ensures it's saved as tmp/summaries/session_YYYY-MM-DD.md instead of cluttering the project's root directory.

Quick Start

Always save AI-generated summaries, analyses, and plans into the tmp/ directory.

Frequently Asked Questions about Temporary Files Management Skill

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

FAQPage Schema
How do I manage AI-generated temporary files and keep my repository clean?▼

To manage AI-generated temporary files and keep your repository clean, enforce a strict policy directing all summaries, analyses, and debug output into a designated tmp/ directory with organized subdirectories. This prevents clutter in the project root by default.

What is the best way to organize AI workflow outputs like summaries and plans?▼

The best way to organize AI workflow outputs is to categorize files automatically into structured subdirectories like tmp/summaries/, tmp/analysis/, and tmp/plans/. This ensures easy retrieval and maintains a clean project structure.

Can I save permanent documentation outside the tmp directory?▼

Yes, you can save permanent documentation outside the tmp directory. The mandatory policy directs all AI-generated temporary files to tmp/, but it can deviate and save files elsewhere when explicitly requested by the user for permanent documentation.

Does this file organization policy automatically categorize debug output and scratch work?▼

Yes, this file organization policy automatically categorizes debug output and scratch work. It enforces a mandatory structure that places debug files into tmp/debug/ and scratch work into tmp/scratch/ directories, ensuring all temporary content is organized.

How do I save a session summary without cluttering the project root?▼

To save a session summary without cluttering the project root, the system automatically saves it as tmp/summaries/session_YYYY-MM-DD.md. This ensures all AI-generated session summaries are isolated from the main repository files.