sbti-skill

Generate structured SBI/SDI scoring results from validated questionnaire answers using bundled Python script.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/chuwt/agent-sbti-skill --skill sbti-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sbti-skill
Source: https://github.com/chuwt/agent-sbti-skill/tree/main
Command: npx skills add https://github.com/chuwt/agent-sbti-skill --skill sbti-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly run an SBTI personality self-test by turning questionnaire answers into reliable scoring outputs, so they do not need to manually calculate dimensions and match types.

Core Features & Use Cases

  • Questionnaire-driven scoring: Reads the bundled SBTI questionnaire from sbti.md and computes 15 dimension scores plus the final matched personality type.
  • Top-3 type matching: Returns top3 candidates with similarity and exact-dimension hits for easier interpretation.
  • Special drink gate handling: Enforces the required drink_gate_q1 and conditionally includes drink_gate_q2 only when drink_gate_q1=3.

Quick Start

Ask the agent to run the SBTI test using the built-in questionnaire and return finalType, top3, and dimSummaries.

Frequently Asked Questions about sbti-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I score SBTI personality questionnaire answers automatically?

To score SBTI personality questionnaire answers automatically, provide a full 30-question assessment with validated A/B/C/D or numeric responses. The skill computes 15 dimension scores and outputs the final matched personality type.

What is the SBTI drink gate rule for conditional questions?

The SBTI drink gate rule requires evaluating drink_gate_q1, and conditionally includes drink_gate_q2 only when drink_gate_q1 equals 3. This ensures accurate questionnaire scoring and personality type matching.

How does top-3 personality type matching work in SBTI scoring?

Top-3 personality type matching in SBTI scoring uses normalization and distance or similarity ranking logic to compare your dimension scores against types. It returns three candidates with similarity scores and exact dimension hits.

Can I run an SBTI self-test with partial questionnaire responses?

You cannot run a valid SBTI self-test with partial responses; the scorer requires a full 30-question assessment with validated A, B, C, D, or numeric responses to generate finalType and top3 rankings.

What outputs does the SBTI scorer generate from questionnaire data?

The SBTI scorer generates structured outputs including finalType, top3 rankings with similarity scores, and dimSummaries. These are derived from the script's normalization, distance ranking, and fallback logic applied to your answers.