/** * agenthood create [description] * * Scaffolds a new skill directory with a spec-shaped SKILL.md — the starting * point the publish/registry flow expects. Member names are reserved. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function create(args: string[]): Promise; //# sourceMappingURL=create.d.ts.map