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

study

verified

Review and learn from previously stashed learning points. Use when you have time to study what you saved earlier.

View on GitHub

Marketplace

learn-quest

gilverse-icn/learn-quest

Plugin

learn-quest

learning

Repository

gilverse-icn/learn-quest
1stars

skills/study/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/study/SKILL.md -a claude-code --skill study

Installation paths:

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

Instructions

# Learn Quest Study

The user wants to study previously stashed learning points.

## Purpose

Users stash learning points when busy. Now they have time to:
1. Review what they saved
2. Get detailed explanations at their level
3. Mark items as learned

## Configuration Check

Read settings from `~/.learn-quest/config.json`:
- **level**: bronze/silver/gold/platinum/diamond
- **language**: en/ko
- **features.quiz**: true/false (offer quiz after explanation)

## Stash Storage Location

Read from: `~/.learn-quest/stash/*.json`

## Command Handling

### No argument: `/learn-quest:study`

Show list of all unlearned stashes.

### With filter: `/learn-quest:study <filter>`

| Filter | Description |
|--------|-------------|
| `today` | Today's stashes only |
| `week` | This week's stashes |
| `all` | Include learned items too |
| `<keyword>` | Search by title/tags |

Examples:
- `/learn-quest:study today`
- `/learn-quest:study jwt`
- `/learn-quest:study all`

## Study Flow

### Step 1: Show List

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

๐Ÿ“š ์ €์žฅ๋œ ํ•™์Šต ํฌ์ธํŠธ

1) [01/28] JWT ๊ธฐ๋ฐ˜ ๋กœ๊ทธ์ธ ์ธ์ฆ ๊ตฌํ˜„
2) [01/27] API ์—๋Ÿฌ ํ•ธ๋“ค๋ง ํŒจํ„ด
3) [01/25] React Query ์บ์‹ฑ ์ „๋žต

์ด 3๊ฐœ | /learn-quest:study all ๋กœ ์™„๋ฃŒ ํ•ญ๋ชฉ๋„ ๋ณด๊ธฐ

> ๋ฒˆํ˜ธ๋ฅผ ์„ ํƒํ•˜์„ธ์š”
```

If no stashes:

```
๐Ÿ“š ์ €์žฅ๋œ ํ•™์Šต ํฌ์ธํŠธ๊ฐ€ ์—†์–ด์š”.

์ž‘์—… ์™„๋ฃŒ ํ›„ /learn-quest:stash ๋กœ ์ €์žฅํ•ด๋ณด์„ธ์š”!
```

### Step 2: Provide Explanation

After user selects an item, provide level-appropriate explanation.

Use the same Level-Based Explanation Guide from `/learn-quest:explain`:

- **Bronze**: "What is this?" - Simple analogies, basic examples
- **Silver**: "How do I use this?" - Implementation patterns, best practices
- **Gold**: "Why this approach?" - Trade-offs, alternatives, internals
- **Platinum**: "What's the big picture?" - Architecture, scalability
- **Diamond**: "What's the strategic view?" - Business impact, long-term

### Step 3: Post-Study Options

After explanation:

```
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
๐ŸŽฏ ๋‹ค์Œ์€?

1) ๋” ๊นŠ์ด - ๋” ์ž์„ธํžˆ ์„ค๋ช…
2) ํ€ด์ฆˆ - ์ดํ•ด๋„ ํ…Œ์ŠคํŠธ (if quiz enabled)
3) ํ•™์Šต ์™„๋ฃŒ - ์ด ํ•ญ๋ชฉ ์™„๋ฃŒ ํ‘œ์‹œ
4) ๋ชฉ๋ก์œผ๋กœ - ๋‹ค๋ฅธ ํ•ญ

Validation Details

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