Claude Code Plugins

Community-maintained marketplace

Feedback

trajectory-analyzer

@ConnorWhelan11/cyntra
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name trajectory-analyzer
description Compute tool usage stats, file change summaries, transition boundaries. Analyzes agent trajectories for patterns and metrics. Use when working on development tasks.
metadata [object Object]

Trajectory Analyzer

Compute tool usage stats, file change summaries, transition boundaries.

Inputs

Parameter Type Required Default Description
rollout_path string Yes - Path to rollout.json
compute_transitions boolean No false Compute T1 state transitions

Outputs

Field Type Description
tool_summary object Tool usage counts and patterns
file_changes array Files modified with change types
transitions array State transitions (if requested)
metrics object Duration, cost, quality metrics

Usage

python scripts/trajectory-analyzer.py [arguments]

Generated from `skills/development/trajectory-analyzer.yaml`