weekly-performance-digest

Generates weekly summaries of closed trading theses with performance metrics and patterns.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill weekly-performance-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-performance-digest
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/external-skills/claude-trading-skills/skills/weekly-performance-digest
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill weekly-performance-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps traders review their trading performance by generating a comprehensive weekly performance summary from closed theses.

Core Features & Use Cases

  • Performance Metrics: Computes win rate, expectancy, profit factor, R-multiple, MAE/MFE, and win/loss pattern analysis.
  • Data Analysis: Breaks down performance across various dimensions such as source skill, exit reason, thesis type, sector, and mechanism tag.
  • Use Case: A trader can use this Skill to analyze their trading performance after a week and identify areas of improvement.

Quick Start

Run the weekly performance digest for the last week using the command: python3 skills/weekly-performance-digest/scripts/generate_weekly_digest.py --state-dir state/theses --from-date YYYY-MM-DD --to-date YYYY-MM-DD --output-dir reports/ -v

Frequently Asked Questions about weekly-performance-digest

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

FAQPage Schema
How do I generate a weekly trading performance summary from closed theses?

To generate a weekly trading performance summary, run the Python script with your state directory and date range. It analyzes closed theses to compute win rate, expectancy, profit factor, R-multiple, and MAE/MFE metrics. You need Python 3.9+ with PyYAML installed.

What metrics are included in a weekly trading performance digest?

A weekly trading performance digest computes win rate, expectancy, profit factor, R-multiple, and MAE/MFE. It also performs win/loss pattern analysis and breaks down performance data by source skill, exit reason, thesis type, sector, and mechanism tag.

Do I need PyYAML and Python 3.9 to analyze trading thesis performance?

Yes, you need Python 3.9 or higher with the PyYAML dependency installed to analyze trading thesis performance. The script also requires a 'trader-memory-core' state directory containing your closed trading theses data to function correctly.

How do I analyze trading performance by exit reason and sector?

You can analyze trading performance by exit reason and sector by running the weekly digest script. It automatically breaks down performance metrics across various dimensions including source skill, exit reason, thesis type, sector, and mechanism tag.

What is the best way to review closed trading theses for weekly performance analysis?

The best way to review closed trading theses for weekly performance analysis is using an automated digest script. It processes your state directory data to output comprehensive performance metrics and multi-dimensional breakdowns, helping you identify areas of improvement.