diff --git a/skills.sh.json b/skills.sh.json new file mode 100644 index 0000000..fce8994 --- /dev/null +++ b/skills.sh.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://skills.sh/schemas/skills.sh.schema.json", + "notGrouped": "bottom", + "groupings": [ + { + "title": "XTB Tools", + "description": "Skills for analyzing XTB brokerage exports and preparing Wealthfolio imports.", + "skills": [ + "xtb-portfolio-review", + "xtb-wealthfolio-export" + ] + } + ] +} diff --git a/skills/xtb-portfolio-review/SKILL.md b/skills/xtb-portfolio-review/SKILL.md index 0993218..f8581a9 100644 --- a/skills/xtb-portfolio-review/SKILL.md +++ b/skills/xtb-portfolio-review/SKILL.md @@ -1,6 +1,6 @@ --- name: xtb-portfolio-review -description: Use when analyzing XTB brokerage .xlsx exports with the local portfolio review tool, generating or checking HTML/CSV reports, validating cash reconciliation, reviewing holdings, risk, income, performance, or explaining report outputs from main.py. +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. --- # XTB Portfolio Review diff --git a/skills/xtb-wealthfolio-export/SKILL.md b/skills/xtb-wealthfolio-export/SKILL.md index 7da4b63..60da03c 100644 --- a/skills/xtb-wealthfolio-export/SKILL.md +++ b/skills/xtb-wealthfolio-export/SKILL.md @@ -1,6 +1,6 @@ --- name: xtb-wealthfolio-export -description: Use when converting XTB brokerage .xlsx exports to Wealthfolio-compatible CSV, validating Wealthfolio import rows, checking transaction activity mappings, or debugging exporter.py output. +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. --- # XTB Wealthfolio Export