--- name: my-skill description: "TODO: describe what this skill does and when to use it." --- # my-skill TODO: one-line description. > Auth is handled automatically via `auth-cli.ts` → `auth-runtime` CLI. ## Run ```bash bun scripts/run.ts [args] [--dry-run] ``` ## Commands | Command | Description | |---------|-------------| | `run ` | TODO: describe | ## Output Returns JSON: `{ "status": "success" | "failed", "data": ... }`