{{FORMAT}}-processor

Processes FORMAT files via a Bun-based CLI with extract, transform, and create commands.

28|1|Updated Aug 30, 2025
One-click install
npx skills add https://github.com/outfitter-dev/agents --skill format-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{FORMAT}}-processor
Source: https://github.com/outfitter-dev/agents/tree/main/agent-kit/templates/skill-archetypes/document-processor
Command: npx skills add https://github.com/outfitter-dev/agents --skill format-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates extraction, transformation, and creation of {{FORMAT}} files, enabling consistent processing pipelines.

Core Features & Use Cases

  • Read/Extract: Extract content from {{FORMAT}} files.
  • Transform: Apply transformations to the content.
  • Create: Generate new {{FORMAT}} files from data.

Quick Start

Use the processor to extract data from input.{{ext}} files, then transform or create new outputs using the provided scripts.

Frequently Asked Questions about {{FORMAT}}-processor

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

FAQPage Schema
How do I extract data from markdown and JSON files programmatically?

Extract data from markdown and JSON files using the processor's read command, which parses file content and outputs structured JSON by default, supporting single-file and batch processing workflows.

Can I transform markdown or JSON content and generate new files?

Transform markdown or JSON content using the processor's transform command, then create new files with the create command, outputting results as JSON, text, or markdown formats via CLI options.

What file formats does this processor support?

The processor handles markdown and JSON files, accepting input through a Bun-based CLI that extracts, transforms, and creates documents with structured error handling and metadata emission.

How do I automate batch processing of multiple FORMAT files?

Use the processor's batch processing capability via Bun scripts to process multiple files in read/extract/transform/create workflows, outputting results in JSON, text, or markdown format.

Does the processor work with Bun as the runtime?

Yes, the processor implements a Bun-based CLI with extract, transform, and create commands, designed to run in Bun environments for consistent file processing pipelines.

Can I output results in formats other than JSON?

The processor outputs JSON by default but supports --text and --markdown options, allowing flexible result formatting for downstream workflows and analysis.