| 1 | import { jsonToolResult } from '@codebuff/common/util/messages' |
| 2 | import { SKILLS_DIR_NAME, SKILL_FILE_NAME } from '@codebuff/common/constants/skills' |
| 3 | import { SkillFrontmatterSchema, type SkillDefinition } from '@codebuff/common/types/skill' |
| 4 | import fs from 'fs' |
nothing calls this directly
no test coverage detected