for-each-line

Transform each line of an input file sequentially with a configurable instruction.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill for-each-line-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: for-each-line
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/zo-for-each-line
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill for-each-line-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you avoid manually rewriting or extracting information from each line of a file by automating a consistent line-by-line transformation using Zo.

Core Features & Use Cases

  • Line-by-line processing: Applies a specified instruction to every line in an input file sequentially.
  • AI-driven transformation/extraction: Uses Zo to generate a processed result per line based on a user-defined instruction.
  • Incremental, crash-resistant output: Writes each line’s result to the output file and flushes immediately so partial progress is preserved.

Quick Start

Provide your transformation instruction and run the batch script to process an input file into an output file where each line becomes a separately processed result.

Frequently Asked Questions about for-each-line

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

FAQPage Schema
How do I automate text transformation and data extraction for each line in a file?

Automating line-by-line text transformation involves applying a single instruction sequentially to every line in an input file, producing structured extracted or rewritten outputs for each entry.

What is the best way to normalize messy text data line-by-line using AI?

Line-by-line normalization with AI applies a consistent instruction across all text lines, using sequential calls to rewrite or extract data and generate a structured output file.

How do I process large files for batch extraction without losing progress if it crashes?

Batch processing large files incrementally writes each line's extracted result and flushes immediately to the output file, preserving partial progress and ensuring crash resistance.

Can I apply a custom extraction instruction independently to every line of a text file?

Applying a custom extraction instruction independently to every line is supported, allowing you to define a specific transformation rule that processes each text line sequentially.

Does batch processing text files line-by-line work for data cleanup and normalization tasks?

Batch processing text files line-by-line works effectively for data cleanup and normalization by consistently applying one transformation instruction across all lines to generate structured outputs.

What are the limitations of sequential line-by-line file processing for data extraction?

Sequential line-by-line file processing requires each line to be processed independently, meaning it does not support cross-line context or dependencies when extracting structured data.