refactor: migrate skills from Jinja to Markdown

This commit is contained in:
0xallam
2026-01-19 22:47:04 -08:00
committed by Ahmed Allam
parent 4b62169f74
commit 6cb1c20978
31 changed files with 1462 additions and 1367 deletions

View File

@@ -35,7 +35,8 @@ packages = [
include = [
"LICENSE",
"README.md",
"strix/**/*.jinja",
"strix/agents/**/*.jinja",
"strix/skills/**/*.md",
"strix/**/*.xml",
"strix/**/*.tcss"
]