feat: rewrite skill creator skill in ts and bundle (#333)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-21 17:25:23 -08:00
committed by GitHub
parent e410edb6d0
commit a6f27c7971
17 changed files with 1079 additions and 797 deletions

View File

@@ -27,5 +27,6 @@
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
},
"include": ["src/**/*"]
"include": ["src/**/*"],
"exclude": ["src/skills/builtin/**/scripts/**"]
}