fire-keeper-guide

Community

Master file operations and path handling with ease.

Authorphonowell
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fire-keeper-guide
Download link: https://github.com/phonowell/coffee-ahk/archive/main.zip#fire-keeper-guide

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository