investment-results-collector

Archive investment analysis outputs into a standardized .agent-results schema.

1|1|Updated Oct 2, 2025
One-click install
npx skills add https://github.com/ZhiruiFeng/LocalAgentCrew --skill investment-results-collector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investment-results-collector
Source: https://github.com/ZhiruiFeng/LocalAgentCrew/tree/main/.claude/skills/investment-results-collector
Command: npx skills add https://github.com/ZhiruiFeng/LocalAgentCrew --skill investment-results-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and stores investment analysis results according to the web service storage specifications, ensuring consistent audit trails and reproducibility.

Core Features & Use Cases

  • Create session records with proper metadata
  • Store agent results with structured metadata
  • Generate executive summaries
  • Maintain global session index
  • Apply appropriate tags for filtering
  • Track agent outputs and artifacts

Quick Start

Execute a store operation to archive a completed investment-analysis workflow, writing results into the standardized .agent-results directory.

Frequently Asked Questions about investment-results-collector

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

FAQPage Schema
How do I archive investment analysis outputs from multi-agent pipelines?

To archive investment analysis outputs, this Skill stores multi-agent pipeline results into a standardized .agent-results schema with strict JSON session metadata, Markdown summaries, and a global index for reproducible audit trails.

What is the best way to maintain a global index of investment workflow sessions?

Maintaining a global index of investment workflow sessions is achieved by generating session records with structured metadata and appropriate tags, ensuring every agent output and artifact is versioned and retrievable with session context.

Can I store agent results and artifacts with strict JSON metadata for reproducibility?

Yes, you can store agent results with strict JSON session metadata and Markdown summaries. It tracks agent outputs and artifacts while applying appropriate tags for filtering to ensure consistent audit trails and reproducibility.

Does investment-results-collector work for end-to-end investment workflows with multiple agents?

Investment-results-collector is specifically applicable to end-to-end investment workflows where multiple agents produce results that must be stored, versioned, and retrievable with session context in a standardized directory.

How do I generate executive summaries for stored investment analysis sessions?

Generating executive summaries is a core feature that writes Markdown summaries alongside strict JSON session metadata when archiving a completed investment-analysis workflow into the standardized .agent-results directory.