/** * Skills Command - drift skills * * Manage Agent Skills for AI-assisted development. * Skills are folders of instructions, scripts, and resources that AI agents * can load to perform specialized tasks. * * Commands: * - drift skills list - List available skills * - drift skills install - Install a skill to your project * - drift skills info - Show skill details * - drift skills search - Search skills by keyword */ import { Command } from 'commander'; export declare const skillsCommand: Command; //# sourceMappingURL=skills.d.ts.map