·temp-files
</>

temp-files

llama-farm/llamafarm

Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or progress files without cluttering the repository.

15Installs·2Trend·@llama-farm

Installation

$npx skills add https://github.com/llama-farm/llamafarm --skill temp-files

SKILL.md

When you need to create files to track progress, generate reports, or store temporary data, use the system's temporary directory instead of the repository root.

Use this base path for all temporary files (aligns with Claude Code's existing task output convention):

Where {sanitized-cwd} is the current working directory path with / replaced by - (leading slash stripped first to avoid a leading dash).

Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or progress files without cluttering the repository. Source: llama-farm/llamafarm.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/llama-farm/llamafarm --skill temp-files
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is temp-files?

Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or progress files without cluttering the repository. Source: llama-farm/llamafarm.

How do I install temp-files?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/llama-farm/llamafarm --skill temp-files Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/llama-farm/llamafarm