acgti-anime-persona-quiz
Installation
SKILL.md
ACGTI Anime Persona Quiz
Skill by ara.so — Daily 2026 Skills collection.
ACGTI (ACG Type Indicator) is a purely client-side Vue 3 + TypeScript quiz that maps 39 seven-point Likert-scale questions onto four MBTI dimensions (E/I, S/N, T/F, J/P), matches the result to one of 8 anime archetypes, and then selects a specific anime character from a 40+ entry database. No backend, no user data collection — everything runs in the browser.
Installation & Local Development
# Clone the repo
git clone https://github.com/tianxingleo/ACGTI.git
cd ACGTI
# Install dependencies (Node 18+ recommended)
npm install