@stigg/terminal
v0.1.2
Published
Stigg terminal — interactive setup TUI for AI coding assistants
Readme
@stigg/terminal
Interactive setup TUI for wiring Stigg into your AI coding assistants.
@stigg/terminal is a terminal app that connects your editor's AI agent (Claude Code, Claude
Desktop, Cursor, VS Code, Codex, …) to Stigg — authenticating you, writing the Stigg MCP server
into each client's config, and installing the Stigg skills, all from one place.
⚠️ Early release (
0.1.0) — under active development; expect breaking changes.
Requirements
- Node.js >= 22
Usage
Run it directly with npx (no install needed):
npx @stigg/terminalWith no arguments in an interactive terminal, it launches the full-screen setup TUI.
Or install globally and use the stiggt command:
npm i -g @stigg/terminal
stiggtCommands
| Command | Description |
| --- | --- |
| (no args) | Launch the interactive setup TUI |
| init | Set up Stigg in this project — auth, MCP, and skills. Add --headless for a non-interactive run, --json for machine-readable output |
| mcp add | Write the Stigg MCP entry into one or more AI client configs (non-interactive) |
| skills add | Install the Stigg skills for one or more AI clients (non-interactive) |
| env | Switch the active Stigg environment |
| dash | Open the Stigg dashboard in your browser |
Run stiggt <command> --help for the full set of flags on any command.
License
MIT
