Agent skill

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'.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill front-door --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrepAskUserQuestionTask
Path: skills/agent/front-door/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

# 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

What's inside
Steps it walks through
  1. Prime Directive
  2. When To Use
  3. Auto-Detection Signals (Triggers Interview)
  4. Smart Bypass for Trivial Tasks
  5. Interview Depth Control
  6. Depth Detection Logic
  7. Session Override Commands
  8. TRIAGE (First 30 Seconds)
  9. Auto-Delegation During Triage (Context Optimization)
  10. Immediate Delegation (before interview starts)
  11. Spawn Pattern
  12. Non-Blocking Interview
  13. Why This Matters
  14. Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going