sbti-now-cli

The npm package behind local SBTI test flows: install it, run `npx sbti`, script fixed presets, or import the scoring engine when you need structured Silly Big Personality Test results inside a product or agent.

sbti-now-cli npm package preview

Why this package deserves its own page

It is more than a thin wrapper around a quiz. The package ships the CLI entry, reusable question bank, scoring engine, and structured outputs in one npm install.

Terminal-first SBTI test flow

You can run `npx sbti`, switch language, answer interactively, or use deterministic presets like `CTRL` for demos and smoke tests.

Structured JSON results for downstream tools

The package returns personality code, score, vector, and top matches, which makes it useful for bots, share cards, and type explanation pages.

Reusable library, not just a command

You can import the package, call the local test engine directly, and embed the same logic inside products, scripts, or agent workflows.

Built to pair with the standalone skill

The npm package focuses on local developer workflows, while the separate sbti-now-skill repository packages the same experience for skill installers and host AIs.

Before you install @fechin/sbti-now-cli

These are the practical questions people ask when they want a local SBTI CLI instead of sending users straight to a website.





Use the npm package for code, and the skill for hosts

Open the npm package if you want install commands and local CLI usage. If you want the same SBTI flow packaged for agent runtimes, jump to the standalone skill page next.