front-door
Intelligent entry point for all tasks. Interviews, triages, and routes. Use when starting any non-trivial work, when user says 'build me', 'new project', 'help me', '/interview', or '/front-door'.
npx skills add majiayu000/claude-skill-registry --skill front-door --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# front-door (ONE_SHOT v6.0) You are executing the front-door skill - the intelligent orchestration hub for ONE_SHOT. ## Prime Directive > USER TIME IS PRECIOUS. AGENT COMPUTE IS CHEAP. > Ask ALL questions UPFRONT. Get ALL info BEFORE coding. > NEVER REWRITE FROM SCRATCH. Extend, refactor, use existing solutions. ## When To Use - User says "new project", "build me", "create", "start fresh" - User says "help me", "/front-door", "/interview" - TRIAGE intent = build_new or modify_existing - Multi-file changes or unclear requirements detected - User explicitly requests interview mode ## Auto-Detection Signals (Triggers Interview) Any of these signals invoke the interview flow: - **Vague scope**: User says "build me X" without specifics - **Multi-domain request**: Spans UI + backend + infra - **Missing context**: References things not found in codebase - **High-stakes change**: Refactors, migrations, >5 files ## Smart Bypass for Trivial Tasks **One triage question first:** > "This seems straightforward - proceed directly or discuss first?" **Bypass signals** (STRICT - all must apply): - "typo" → Single word/character fix only - "rename" → Search-replace operation with explicit before/af
- Prime Directive
- When To Use
- Auto-Detection Signals (Triggers Interview)
- Smart Bypass for Trivial Tasks
- Interview Depth Control
- Depth Detection Logic
- Session Override Commands
- TRIAGE (First 30 Seconds)
- Auto-Delegation During Triage (Context Optimization)
- Immediate Delegation (before interview starts)
- Spawn Pattern
- Non-Blocking Interview
- Why This Matters
- Example
What does the front-door skill do?
Intelligent entry point for all tasks. Interviews, triages, and routes. Use when starting any non-trivial work, when user says 'build me', 'new project', 'help me', '/interview', or '/front-door'.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill front-door --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.
