import { Tree } from '@nx/devkit'; /** * Overwrites .claude/skills/** with whatever @botonic/nx-plugin currently ships. * No version comparison: any local customization to a skill file is lost. This is * intentional for now — skills are meant to be improved upstream and pulled in as-is. */ export default function syncSkills(tree: Tree): Promise;