Add skills.sh.json and update SKILL.md descriptions for clarity and consistency

This commit is contained in:
2026-06-21 14:11:22 +03:00
parent d8890d0516
commit 7a0a629df7
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -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"
]
}
]
}