# skaile-cli

Thin wrapper that makes the Skaile CLI runnable through `npx`:

```bash
npx skaile-cli install @admin/agent-browser@0.0.0
npx skaile-cli --help
```

It depends on `@skaile/workspaces` (which ships the actual CLI) and forwards
all arguments to its `skaile` binary. Versions are kept in lockstep with
`@skaile/workspaces` via Changesets `fixed` groups.

When installed (locally or globally), both `skaile-cli` and `skaile` are
exposed as commands — `skaile-cli` exists to give `npx` a name to resolve,
while `skaile` is the canonical CLI name once it's on your `$PATH`.

If you are already using `@skaile/workspaces` directly (e.g. as a project
dependency), call its CLI through `bunx @skaile/workspaces` or
`npx -p @skaile/workspaces skaile` instead — this package exists solely to
expose the short `npx`-able form.

> **Naming note.** The shorter package name `skaile` is currently blocked by
> npm's name-similarity policy (too close to `sails`). We have requested a
> manual override from npm Support. If granted, this package will be
> deprecated and republished as `skaile`.

## License

Apache-2.0
