autosearch:trace-harvest

Parse session tool-call traces into structured patterns.jsonl with trace_ref provenance.

40|6|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/0xmariowu/Autosearch --skill autosearch-trace-harvest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autosearch:trace-harvest
Source: https://github.com/0xmariowu/Autosearch/tree/main/autosearch/skills/meta/trace-harvest
Command: npx skills add https://github.com/0xmariowu/Autosearch --skill autosearch-trace-harvest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traces of session tool-calls are noisy and hard to reuse; this skill distills successful traces into compact, reusable patterns for knowledge retention and experience-capture.

Core Features & Use Cases

  • Analyze complete traces including inputs, tool choices, branches, and recoveries to identify effective paths.
  • Produce promote-candidate patterns for experience-capture to store in per-skill patterns.jsonl and feed downstream learning.
  • Batch process trace archives nightly to keep the experience memory up to date.

Quick Start

Run trace-harvest on a completed trace archive to generate winning patterns for experience capture.

Frequently Asked Questions about autosearch:trace-harvest

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

FAQPage Schema
How do I extract reusable patterns from session traces?

To extract reusable patterns from session traces, you run trace-harvest on completed archives to parse tool calls, branches, and recoveries into structured, compact outputs. This distills noisy data into promote-candidate patterns for knowledge retention.

What is session trace analysis for experience capture?

Session trace analysis for experience capture is the process of distilling successful session tool-call data into compact, reusable patterns. It parses inputs, tool choices, branches, and recoveries to identify effective paths and store provenance with a trace_ref.

How do I batch process trace archives nightly?

Batch processing session traces nightly involves parsing trace structures including inputs, tool calls, branches, and recoveries to identify effective paths. The process emits per-skill patterns.jsonl files to keep experience memory up to date.

Does trace-harvest work with completed Autosearch sessions?

You can use trace-harvest on completed Autosearch sessions to generate winning patterns for experience capture. It analyzes complete traces including inputs, tool choices, branches, and recoveries to identify effective paths and produce promote-candidate patterns.

What is the best way to store winning patterns for knowledge retention?

The best way to store winning patterns for knowledge retention is to emit them into per-skill patterns.jsonl files. This skill structures the extracted patterns with a trace_ref for provenance, feeding downstream learning systems.