artifact-aggregator

Synthesize multi-agent outputs into structured tiered reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/djimontyp/task-tracker --skill artifact-aggregator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-aggregator
Source: https://github.com/djimontyp/task-tracker/tree/main/.claude/skills/artifact-aggregator
Command: npx skills add https://github.com/djimontyp/task-tracker --skill artifact-aggregator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill consolidates outputs from multiple agents or complex investigations, eliminating duplication and verbosity to create concise, actionable reports that preserve critical knowledge.

Core Features & Use Cases

  • Tiered Reporting: Generates Micro (200-500 words), Standard (500-1500 words), or Comprehensive (1500-5000 words) reports based on task complexity.
  • Knowledge Preservation: Synthesizes scattered findings into structured artifacts for future reference or seamless team handoffs.
  • Use Case: After a multi-agent team completes a full-stack feature, use this skill to automatically generate a detailed report summarizing all changes, integration points, and next steps for stakeholders, saving hours of manual compilation.

Quick Start

This skill is typically invoked by an orchestrator after multi-agent completion.

To manually trigger for a complex task (assuming agent outputs are in context):

Invoke skill with:

report_tier: "Tier 2"

task_name: "User Profile Feature Implementation"

agent_outputs: [output_from_backend_agent, output_from_frontend_agent]

Frequently Asked Questions about artifact-aggregator

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

FAQPage Schema
How do I consolidate outputs from multiple agents into a single report?

Synthesize multi-agent outputs into structured reports by invoking the Skill with agent outputs, a task name, and desired report tier. The Skill eliminates duplication, enforces density, and produces a concise, actionable artifact with clear next steps and integration points.

What's the difference between Micro, Standard, and Comprehensive reports?

Report tiers scale with task complexity: Micro (200–500 words) for simple summaries, Standard (500–1500 words) for typical investigations, and Comprehensive (1500–5000 words) for complex multi-agent orchestrations. Choose based on stakeholder needs and investigation depth.

Can I use this Skill to document feature implementations across multiple teams?

Yes. After a multi-agent team completes a full-stack feature, invoke the Skill with outputs from each agent to generate a detailed report summarizing all changes, integration points, and next steps for stakeholders, eliminating manual compilation.

How does this Skill handle duplicate information across agent outputs?

The Skill automatically detects and eliminates duplication during synthesis, preserving only critical knowledge. It enforces density over volume, ensuring the final report is concise and removes redundant findings from overlapping agent investigations.

What format does the generated report use?

Generated reports follow a structured format with clear sections, actionable insights, next steps, and integration points. The format prioritizes readability and preserves critical knowledge for future reference or seamless team handoffs.

Do I need to format agent outputs in a specific way before aggregation?

Agent outputs should be provided as structured inputs to the Skill; no special preprocessing is required. The Skill accepts multi-agent outputs directly and synthesizes them into a cohesive report based on your specified tier and task context.