#!/usr/bin/env node /** * Agent Skills CLI * Universal CLI for managing Agent Skills across Cursor, Claude Code, GitHub Copilot, OpenAI Codex * * This file is the thin orchestrator — all command logic lives in ./commands/*.ts * and shared config lives in ./agents.ts. */ export {}; //# sourceMappingURL=index.d.ts.map