UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

17 lines 467 B
/** * Skills CLI Commands * * Provides CLI interface for multi-registry skill operations: * - search: Search skills across registries * - info: Show detailed skill information * - list: List all available skills * - install: Install a skill from a registry * - publish: Publish a skill to a registry * * @implements #539 */ /** * Main skills command router */ export declare function main(args: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map