From 0e18db36663e63db7a0edd27c32e49a52edfc934 Mon Sep 17 00:00:00 2001 From: Claudiu Farcas Date: Sun, 21 Jun 2026 22:58:22 +0300 Subject: [PATCH] Add version number to SKILL.md files for portfolio performance, review, and wealthfolio export skills --- skills/xtb-portfolio-performance-export/SKILL.md | 1 + skills/xtb-portfolio-review/SKILL.md | 1 + skills/xtb-wealthfolio-export/SKILL.md | 1 + 3 files changed, 3 insertions(+) diff --git a/skills/xtb-portfolio-performance-export/SKILL.md b/skills/xtb-portfolio-performance-export/SKILL.md index d4e4746..86e9df9 100644 --- a/skills/xtb-portfolio-performance-export/SKILL.md +++ b/skills/xtb-portfolio-performance-export/SKILL.md @@ -1,6 +1,7 @@ --- name: xtb-portfolio-performance-export description: Use when converting XTB brokerage .xlsx exports to Portfolio Performance-compatible CSV files, validating Portfolio Transactions and Account Transactions outputs, or explaining the Portfolio Performance import workflow. +version: 1.0.1 --- # XTB Portfolio Performance Export diff --git a/skills/xtb-portfolio-review/SKILL.md b/skills/xtb-portfolio-review/SKILL.md index 97fc67c..a669bb1 100644 --- a/skills/xtb-portfolio-review/SKILL.md +++ b/skills/xtb-portfolio-review/SKILL.md @@ -1,6 +1,7 @@ --- name: xtb-portfolio-review description: Use when analyzing XTB brokerage .xlsx exports, creating investment portfolio analysis reports, generating HTML/CSV outputs, validating cash reconciliation, reviewing holdings, dividends, risk, income, performance, or explaining report outputs from main.py. +version: 1.0.1 --- # XTB Portfolio Review diff --git a/skills/xtb-wealthfolio-export/SKILL.md b/skills/xtb-wealthfolio-export/SKILL.md index edeede4..fa81f08 100644 --- a/skills/xtb-wealthfolio-export/SKILL.md +++ b/skills/xtb-wealthfolio-export/SKILL.md @@ -1,6 +1,7 @@ --- name: xtb-wealthfolio-export description: Use when converting XTB brokerage .xlsx exports to Wealthfolio-compatible CSV imports, validating brokerage export rows, checking transaction activity mappings, reviewing trade/dividend/cash classifications, or debugging exporter.py output. +version: 1.0.1 --- # XTB Wealthfolio Export