output-formatter

Integrates agent outputs into structured reports in Markdown, JSON, HTML, or text formats.

410|79|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/VanGong1999/screen-creative-skills --skill output-formatter-vangong1999
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: output-formatter
Source: https://github.com/VanGong1999/screen-creative-skills/tree/main/category/result-processing/output-formatter
Command: npx skills add https://github.com/VanGong1999/screen-creative-skills --skill output-formatter-vangong1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When multiple AI agents produce analysis results in different shapes and styles, manually merging them into one consistent, readable report is slow and error-prone. This Skill consolidates heterogeneous agent outputs into a single structured final document. ## Core Features & Use Cases - Result Integration: Merges outputs from multiple agents into one unified, structured deliverable without losing data. - Multi-Format Output: Converts consolidated content into Markdown, JSON, HTML, or plain text based on the requested target format. - Batch Processing: Handles large volumes of agent results with consistent formatting and graceful handling of malformed input data. - Use Case: After running story-outline, plot-point, and character-analysis agents on a screenplay project, feed all their outputs in and receive one structured Markdown report with sections for outline, plot points, mind map, and metadata. ## Quick Start Combine these agent analysis results into a structured Markdown report with sections for the story outline, major plot points, and metadata.

Frequently Asked Questions about output-formatter

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

FAQPage Schema
How do I combine multiple AI agent outputs into one report?▼

Pass the individual agent outputs along with a target format such as Markdown or JSON. The Skill merges all results into a single structured document with consistent sections, hierarchy, and formatting.

What output formats does this report formatter support?▼

It supports Markdown, JSON, HTML, and plain text. Markdown is the default when no format is specified, and you can optionally provide a structure template or field definitions to control the output layout.

Can I batch process outputs from many agents at once?▼

Yes, the Skill supports batch processing of multiple agent results in one run. It applies uniform formatting across all inputs so the final consolidated output stays consistent and readable.

What happens if an agent output is malformed or unparseable?▼

The Skill includes error handling for abnormal input data and requires inputs to be in a parseable format such as JSON, Markdown, or text. Unparseable content is handled gracefully so the overall output remains stable.

What are the limitations of automated output formatting?▼

It strictly follows the specified output format and cannot fix semantically wrong source content. Input data must be parseable, and the Skill avoids adding information not present in the original agent outputs.