skill-opt-v1

Score captured traces and output JSONL rows for the SkillOpt optimizer.

92|6|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/JayFarei/opentraces --skill skill-opt-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-opt-v1
Source: https://github.com/JayFarei/opentraces/tree/main/src/opentraces/workflow_templates/skill-opt-v1
Command: npx skills add https://github.com/JayFarei/opentraces --skill skill-opt-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opentraces, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a streamlined process to project already-captured traces into scored-rollout rows for the SkillOpt optimizer, automating the assessment and preparation of evidence for optimization.

Core Features & Use Cases

  • Trace Scoring: Automatically score each captured trace using opentraces.quality.engine.assess_trace.
  • Evidence Preparation: Prepare a JSONL row for each trace, containing essential information like score, utility, and tags.
  • Optimizer Integration: Ready the evidence for the opentraces workflow optimize consumer, which then proposes and evaluates skill edits.

Quick Start

Use the skill-opt-v1 skill to score and prepare evidence for the SkillOpt optimizer with the provided trace data.

Frequently Asked Questions about skill-opt-v1

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

FAQPage Schema
How do I automate trace scoring for skill optimization?

Automate trace scoring for skill optimization by using this skill to process captured traces from your local bucket, assess quality via the opentraces library, and output scored JSONL rows for the optimizer.

What is the best way to prepare JSONL evidence rows from captured traces?

The best way to prepare JSONL evidence rows is to project captured traces through an automated assessment pipeline that scores each trace and extracts essential information like utility and tags into the required format.

Do I need the opentraces library to assess trace quality?

Yes, you need the opentraces library to assess trace quality because this skill depends on its specific data manipulation and quality assessment engine to evaluate and score traces accurately.

How does trace assessment integrate with the SkillOpt optimizer workflow?

Trace assessment integrates with the SkillOpt optimizer by outputting prepared JSONL rows that the opentraces workflow optimize consumer then ingests to propose and evaluate skill edits.

Can I use this skill to process traces directly from a local bucket?

Yes, you can use this skill to process traces directly from a local bucket as it is designed to read captured trace data, assess its quality, and prepare it for downstream optimization tasks.