fire-keeper-guide

Access the fire-keeper library API for file and path operations.

23|3|Updated Sep 8, 2020
One-click install
npx skills add https://github.com/phonowell/coffee-ahk --skill fire-keeper-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fire-keeper-guide
Source: https://github.com/phonowell/coffee-ahk/tree/main/.claude/skills/fire-keeper-guide
Command: npx skills add https://github.com/phonowell/coffee-ahk --skill fire-keeper-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides instant access to the fire-keeper library's API and best practices, preventing common errors in file and path manipulation. It ensures consistent, reliable, and efficient file system interactions within your projects, saving you from debugging file-related issues.

Core Features & Use Cases

  • Path Normalization & Joining: Standardizes paths and safely joins segments, avoiding manual string concatenation errors.
  • Comprehensive File Operations: Includes functions for globbing, reading, writing, copying, cleaning, and checking file existence.
  • Interactive Prompts & Execution: Execute shell commands and prompt users for input directly within your scripts.
  • Use Case: When you need to manage project files, such as finding all .ts files, reading a YAML configuration, or synchronizing directories, this Skill guides you to use the correct fire-keeper functions, ensuring robust file system interactions.

Quick Start

Show me how to use fire-keeper to find all TypeScript files in the 'src' directory and then read a 'config.yaml' file.