Agent skill

smart-interview

Reset to smart interview depth (default). Use when user says '/smart-interview' or wants to reset interview mode.

majiayu000534★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill smart-interview --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: ReadAskUserQuestionTask
Path: skills/agent/smart-interview/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# smart-interview (Interview Depth Override) You are resetting the interview depth to SMART (default) for this session. ## When To Use - User says "/smart-interview" - User was in quick/full mode and wants to reset - Starting fresh after changing context ## Effect This session will use **smart interview depth** (the default): - Auto-detect appropriate depth based on task - Full depth for greenfield projects - Shorter depth for modifications - Bypass for truly trivial tasks (typos, renames) ## Smart Detection Logic ``` IF "new project" + no existing code: → Full depth (all questions) ELIF "modify" + existing code found: → Medium depth (5-8 questions) ELIF "micro" OR estimated <100 lines: → Quick depth (Q1, Q2, Q6, Q12) ELIF bypass signals (typo, rename, explicit path + <10 lines): → Bypass with one triage question ``` ## Workflow ### 1. Acknowledge Reset ``` Interview depth: SMART (reset to default) - Will auto-detect appropriate depth - Greenfield → full, Modify → medium, Micro → quick ``` ### 2. Invoke front-door Continue with standard front-door flow, which will use smart detection. Use Task tool to spawn front-door: ```yaml Task: subagent_type: general-purpose prompt: | INTERVIE

What's inside
Steps it walks through
  1. When To Use
  2. Effect
  3. Smart Detection Logic
  4. Workflow
  5. 1. Acknowledge Reset
  6. 2. Invoke front-door
  7. Keywords
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the smart-interview skill do?

Reset to smart interview depth (default). Use when user says '/smart-interview' or wants to reset interview mode.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill smart-interview --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going