add SKILL

This commit is contained in:
olekhondera
2026-02-14 07:38:50 +02:00
parent 327fa78399
commit 5b28ea675d
58 changed files with 1380 additions and 956 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "ai-template",
"version": "0.1.0",
"private": true,
"description": "Universal starter template for AI-assisted project documentation and agent profiles",
"license": "MIT",
"engines": {
"node": ">=20"
}
}