feat(shared-skills): batch 55 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:09 +09:00
parent ad72b80db5
commit bdb2b7b8ba
4 changed files with 330 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { fileURLToPath } from "node:url";
export function sharedSkillsRootPath() {
return fileURLToPath(new URL("./skills/", import.meta.url));
}