/** * Skill Passthrough Command Module * * Simple passthrough commands that delegate to skill scripts: * jira, github, prompt, bump-version, review, compile-skills */ import type { Command } from 'commander'; export declare function registerSkillCommands(program: Command): void; //# sourceMappingURL=skills.d.ts.map