← スキル一覧に戻る

practice
by memoer
⭐ 0🍴 0📅 2026年1月7日
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
- Warm-up - Apply basic concept directly
- Standard - Combine with other concepts
- Challenge - Solve real-world problem
- 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
スコア
総合スコア
35/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です