@ubuligan/interview-skill
v1.1.0
Published
React.js, JavaScript, and DSA mock interview quizzes using 500+ questions each. Presents 15 random multiple-choice questions per round at Junior/Middle/Senior level. Use /interview-prep-react, /interview-prep-js, or /interview-prep-data-struct.
Maintainers
Readme
@ubuligan/interview-skill
Three technical interview quiz skills for Claude Code — React, JavaScript, and Data Structures & Algorithms. 500+ questions each, multiple-choice format, Junior/Middle/Senior difficulty levels, random question order, percentage scoring.
Install
npx @ubuligan/interview-skillThen restart Claude Code.
Skills
| Command | Topic | Question source |
|---------|-------|-----------------|
| /interview-prep-react | React.js | sudheerj/reactjs-interview-questions |
| /interview-prep-js | JavaScript | sudheerj/javascript-interview-questions |
| /interview-prep-data-struct | Data Structures & Algorithms | sudheerj/datastructures-algorithms |
How it works
- Fetches 500+ questions from the source repository
- Asks you to select a difficulty level: Junior / Middle / Senior / All
- Shuffles the selected question pool randomly
- Presents 15 multiple-choice questions (A/B/C/D) per round
- Gives instant feedback after each answer — shows the correct answer if wrong
- Displays round score and percentage after all 15 questions
- Asks whether to continue with the next 15 questions
- Shows total session score and rounds completed when you stop
Installer flags
npx @ubuligan/interview-skill --force # overwrite existing install
npx @ubuligan/interview-skill --uninstall # remove all skills
npx @ubuligan/interview-skill --list # show install statusLicense
MIT
