artifact-aggregator

Community

Transform scattered findings into structured reports.

Authordjimontyp
Version1.0.0
Installs0

System Documentation

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]

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 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: artifact-aggregator
Download link: https://github.com/djimontyp/task-tracker/archive/main.zip#artifact-aggregator

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