Install
macOS / Linux
curl -sL https://cli.bistecglobal.com/install.sh | bash
Windows (PowerShell)
irm https://cli.bistecglobal.com/install.ps1 | iex
Getting Started
- Install the CLI using one of the commands above
- Authenticate:
bistec login - Browse components:
bistec list - Install a component:
bistec install @skills/<name>
Common Flags
-
bistec login --force
Force re-authentication with Microsoft Entra ID. Use this when your session has expired — the CLI will tell you to run this command when it detects an expired token. -
bistec install @skills/<name> --local
Install the skill into your current project folder (.claude/skills/). Without--local, the component is installed to the global Claude directory configured inbistec config --get claudeDir. -
bistec install @skills/<name> --force
Force reinstall even if the component is already installed (overwrites existing files).
API Endpoints
GET /api/healthPublicGET /api/test-githubPublicGET /api/componentsAuthGET /api/download/:componentAuth