| 1 | export interface SkillFile { |
| 2 | path: string; |
| 3 | content: string; |
| 4 | } |
| 5 | |
| 6 | // TODO(deprecate-skills-phase-2): Remove Skill Hub response types when |
| 7 | // deprecated `ctx7 skills ...` commands are deleted. Keep setup skill directory |
nothing calls this directly
no outgoing calls
no test coverage detected