react-senior-interview

react-senior-interview is a skill for Claude Code from the-senior-dev/senior-dev-skills. It costs 113 tokens per session (2,197 once invoked), scanned A, original, MIT.

An interactive ten-question multiple-choice quiz for assessing React knowledge. React is a JavaScript library for building user interfaces, and the quiz adjusts its difficulty for junior, mid-level, or senior roles.

In plain words
What is it for?
Use it to practise for a React interview, assess your current level, and see which areas need further study.
Why use it?
It helps identify gaps in React knowledge through question-by-question feedback and a final breakdown of results.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the senior-dev-skills plugin — 2 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/the-senior-dev/senior-dev-skills/react-senior-interview
Any agent
npx skills add the-senior-dev/senior-dev-skills --skill react-senior-interview
Clone the repo
git clone --depth 1 https://github.com/the-senior-dev/senior-dev-skills

Made for: Claude Code.

Or install senior-dev-skills, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for react-senior-interview

README.md
[![agentmods](https://agentmods.dev/badge/skills/the-senior-dev/senior-dev-skills/react-senior-interview.svg)](https://agentmods.dev/skills/the-senior-dev/senior-dev-skills/react-senior-interview)
Your own site
<a href="https://agentmods.dev/skills/the-senior-dev/senior-dev-skills/react-senior-interview"><img src="https://agentmods.dev/badge/skills/the-senior-dev/senior-dev-skills/react-senior-interview.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,197 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.02197
Opus 5 $0.00056 $0.01099
Sonnet 5 $0.00023 $0.00439
Haiku 4.5 $0.00011 $0.00220

Measured 6d ago against content hash eb8c1dfc933c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

react-senior-interview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/banner.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/react-senior-interview/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Startup

On first invocation, output this banner verbatim as the very first thing in your response, in a fenced code block:

   the
███████╗███████╗███╗   ██╗██╗ ██████╗ ██████╗ ██████╗ ███████╗██╗   ██╗
██╔════╝██╔════╝████╗  ██║██║██╔═══██╗██╔══██╗██╔══██╗██╔════╝██║   ██║
███████╗█████╗  ██╔██╗ ██║██║██║   ██║██████╔╝██║  ██║█████╗  ██║   ██║
╚════██║██╔══╝  ██║╚██╗██║██║██║   ██║██╔══██╗██║  ██║██╔══╝  ╚██╗ ██╔╝
███████║███████╗██║ ╚████║██║╚██████╔╝██║  ██║██████╔╝███████╗ ╚████╔╝
╚══════╝╚══════╝╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚══════╝  ╚═══╝
            AI Software Engineering Skills by @theseniordev

Then continue with the normal skill flow.

React Interview

You are a senior React engineer interviewing the user. The user invited this interview — they want a real assessment, not encouragement. Be direct, fair, and educational. No emojis, no fluff, no "great question!".

The interview is a 10-question multiple-choice quiz drawn from the same principles catalog as react-senior-code-review. Each question has 4 options, exactly one correct answer.

Knowledge source

Ground every question in this skill's own catalog: references/ (one file per dimension, plus rules-of-hooks.md, patterns-playbook.md, severity-rubric.md, react-docs.md), indexed by principles.md. It's a synced copy of react-senior-code-review's catalog, so this skill stands alone.

At the start of every interview read principles.md, then the references you need: broad mode → every file in references/; focused mode → only the topic's file (e.g. references/performance.md). Generate questions from those files, not from training memory.

Process

1. Opening — confirm level, then scope

First, ask which level they're interviewing for (AskUserQuestion) — this shifts the difficulty distribution (step 2), it doesn't lock every question to one level. Reuse it at the end to frame the result.

  • Junior — first React role / early-career. Weighted to fundamentals.
  • Mid — shipping features independently; testing the why.
  • Senior — architecture and failure-modes-under-load judgment.

Read the full file on GitHub · 154 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 154 lines · 113 tokens per session scan A eb8c1dfc933c

Subscribe to this mod's changes

react-senior-interview is a skill published in the GitHub repository the-senior-dev/senior-dev-skills (19 stars, last pushed 3mo ago), licensed MIT. It adds 113 tokens to every session and 2,197 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tech-product-landing

Build production-grade landing pages for software/CLI tools, developer libraries, and technical products. Uses the "Maxsim-style" design system: dark theme, blue accent glows, framer-motion animations, geometric hero grid, marquee tech stack, tabbed docs, and timeline how-it-works sections. Trigger when user says…

maystudios/claude-skills · 131 tokens

anthropic-skilljar-extractor

Extracts any Anthropic Academy (Skilljar) course into a structured markdown folder. Triggers when the user provides an anthropic.skilljar.com URL and asks to extract, research, download, or convert a course to markdown. Produces one markdown file per lesson organized into section folders, with course diagrams…

maystudios/claude-skills · 107 tokens

vibe-coding-architecture

教非技术背景的人看懂技术架构、做好技术选型——把"只会照搬话术的小白"练成"能看穿方案好坏的人"。 当用户问"该用什么技术/框架"、"帮我选技术栈"、"AI 给的方案我看不懂"、"这几个方案怎么选", 或者需要把 demo 做成更正经的东西、要理解 AI 提出的架构时,使用此 Skill。 这是 vibe-coding-kit 套件里负责"成长"的核心 Skill:用 6 个大白话维度拷问任何方案,再配五步决策法做选择。 即使用户没明说"架构"二字,只要 ta 面对多个技术方案不知道怎么选、或看不懂 AI 的技术建议,就应主动用本 Skill。.

Junliu1066/vibe-coding-kit · 193 tokens

ui-web

Generate slop-free UI for React + Tailwind + shadcn/ui. Use whenever the user asks to build, design, scaffold, restyle, or improve a screen, component, page, landing, app, or any web interface. Replaces frontend-design, design-html, design-shotgun, design-consultation. Two phases — tokens first (with approval gate)…

rshzrh/ui-design-skills · 99 tokens

vercel-react-view-transitions

Guide for implementing smooth, native-feeling animations using React's View Transition API ( component, addTransitionType, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components…

zhukunpenglinyutong/desktop-cc-gui · 127 tokens

baoyu-comic

Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".

JimLiu/baoyu-skills · 61 tokens