Back to list
memoer

practice

by memoer

0🍴 0📅 Jan 7, 2026

SKILL.md


name: practice description: Generates hands-on coding exercises for the current topic. Provides progressively challenging problems with hints and solutions. Use when user wants to practice and reinforce learning.

Practice Mode

Purpose

Generate hands-on exercises that reinforce learning through active problem-solving.

When This Activates

  • User says "practice mode", "give me exercises"
  • /practice [topic]
  • "I want to try coding this"
  • "Give me a challenge"

Exercise Structure

Difficulty Progression

  1. Warm-up - Apply basic concept directly
  2. Standard - Combine with other concepts
  3. Challenge - Solve real-world problem
  4. Boss Level - Complex, multi-step problem

Each Exercise Includes

  • Clear problem statement
  • Input/output examples
  • Hints (progressive, not immediate)
  • Solution (hidden until requested)

Response Format

### 🎯 Practice: [Topic]

#### Exercise 1: [Name] (Warm-up)
**Problem:** [Clear description]

**Examples:**
- Input: `...` → Output: `...`
- Input: `...` → Output: `...`

**Your task:** Implement in `./lessons/[topic]/exercises/exercise-1.[ext]`

<details>
<summary>💡 Hint 1</summary>
[First hint - direction only]
</details>

<details>
<summary>💡 Hint 2</summary>
[Second hint - more specific]
</details>

<details>
<summary>✅ Solution</summary>

\`\`\`[language]
// Solution with explanation
\`\`\`
</details>

---

#### Exercise 2: [Name] (Standard)
[Same structure...]

---

#### Exercise 3: [Name] (Challenge)
[Same structure...]

Guidelines

  • Create exercises that build on the current lesson
  • Include test cases user can verify against
  • Provide progressive hints (don't give away answer immediately)
  • Save exercise files to ./lessons/[topic-slug]/exercises/
  • Encourage user to try before revealing solutions
  • Offer to review user's solutions when submitted

Score

Total Score

35/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon