Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
ยฉ 2026 Curated Agent SkillsยทLearn more about Agent Skills
Back to repository

setup

verified

Interactive initial setup for Learn Quest. Configure your learning level, language, and feature preferences.

View on GitHub

Marketplace

learn-quest

gilverse-icn/learn-quest

Plugin

learn-quest

learning

Repository

gilverse-icn/learn-quest
1stars

skills/setup/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/gilverse-icn/learn-quest/blob/main/skills/setup/SKILL.md -a claude-code --skill setup

Installation paths:

Claude
.claude/skills/setup/
Powered by add-skill CLI

Instructions

# Learn Quest Setup

The user wants to set up Learn Quest for the first time.

## Setup Flow

Guide the user through initial configuration with a friendly, interactive conversation.

### Step 1: Language Selection (FIRST)

```
๐ŸŽฎ LEARN QUEST - Setup
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

๐ŸŒ Select your language / ์–ธ์–ด๋ฅผ ์„ ํƒํ•˜์„ธ์š”

1) English
2) ํ•œ๊ตญ์–ด

> Enter 1 or 2
```

**IMPORTANT:** All subsequent steps must be in the selected language.

---

## English Flow (if user selected English)

### Step 2: Welcome
```
Welcome! Let's configure your learning experience.
This will only take a moment.
```

### Step 3: Scenario Question (Open-ended)

```
๐Ÿ“Š Quick question to understand your perspective:

"You've been assigned a new feature to implement.
What do you do first, before writing any code?"

> Please share your approach freely
```

**CRITICAL IMPLEMENTATION NOTE:**
- Do NOT use AskUserQuestion for this step (it forces multiple choice)
- Simply output the question text above and STOP
- Wait for the user to type their free-form answer naturally
- The user's next message will contain their answer
- Then proceed to Step 4 to analyze their response

### Step 4: Level Suggestion

Analyze the user's answer and suggest a level based on their perspective:

| Answer Pattern | Suggested Level |
|----------------|-----------------|
| "Just start coding" / "Figure it out as I go" | Bronze |
| "Understand requirements" / "Look at examples" | Silver |
| "Check existing patterns" / "Consider edge cases, testing" | Gold |
| "Analyze dependencies, impact scope, architecture" | Platinum |
| "Align with stakeholders, consider maintenance, team onboarding" | Diamond |

```
๐Ÿ“Š Based on your answer, I'd suggest [Level] level.

[Level] level means:
โ€ข [perspective description]
โ€ข [what explanations will focus on]
โ€ข [example of explanation style]

Does this feel right?
1) Yes, that's right
2) I'd prefer more basics ([lower level])
3) I'd prefer more advanced ([higher level])

> Enter a number
```

### Step 5:

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
12404 chars