Toolverse
All skills

temp-files

by llama-farm

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
2

About this skill

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

How to use

  1. Zainstaluj skill temp-files w swoim projekcie Claude, dodając go do konfiguracji agenta. Skill wymaga dostępu do narzędzi Bash, Write i Read.

  2. Przygotuj ścieżkę katalogu tymczasowego, uruchamiając polecenie bash, które zamienia bieżącą ścieżkę roboczą na format /tmp/claude/{sanitized-cwd}. Polecenie usuwa wiodący slash i zastępuje wszystkie slashe myślnikami, np. /Users/bobby/workspace/pivot/llamafarm staje się /tmp/claude/Users-bobby-workspace-pivot-llamafarm/.

  3. Utwórz podkatalog dla typu pliku (np. reviews, reports, logs) za pomocą mkdir -p, aby zagwarantować, że struktura katalogów istnieje przed zapisaniem pliku.

  4. Wygeneruj unikalną nazwę pliku, używając wzoru {descriptor}-{YYYYMMDD-HHMMSS}.{ext}, gdzie descriptor opisuje zawartość (np. code-review), a timestamp zapewnia unikatowość. Użyj polecenia date +%Y%m%d-%H%M%S do pobrania aktualnego czasu.

  5. Zapisz plik za pomocą narzędzia Write, podając pełną ścieżkę tymczasową jako cel. Zawartość pliku może być raportem, logiem, analizą lub inną dokumentacją generowaną dynamicznie.

  6. Poinformuj użytkownika o dokładnej lokalizacji zapisanego pliku, wyświetlając pełną ścieżkę /tmp/claude/{sanitized-cwd}/{subdirectory}/{filename}. Pamiętaj, że pliki w /tmp/ są usuwane przy restarcie systemu, więc jeśli użytkownik potrzebuje je zachować, powinien je skopiować do stałej lokalizacji.

Related skills

unity-developer

by sickn33

Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment. Handles gameplay systems, UI implementation, and platform optimization. Use PROACTIVELY for Unity performance

DevOps
66164

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

aws-solution-architect

by alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,

DevOps
1231

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331