feat(builtin-skills): register team-mode skill in exports

This commit is contained in:
YeonGyu-Kim
2026-04-28 10:47:12 +09:00
parent c9fdb04240
commit 844dcd4e83
2 changed files with 8 additions and 1 deletions
@@ -5,3 +5,4 @@ export { gitMasterSkill } from "./git-master"
export { devBrowserSkill } from "./dev-browser"
export { reviewWorkSkill } from "./review-work"
export { aiSlopRemoverSkill } from "./ai-slop-remover"
export * from "./team-mode"