← Back to list

examples
by memoer
⭐ 0🍴 0📅 Jan 7, 2026
SKILL.md
name: examples description: Provides additional code examples for the current topic. Shows basic to advanced progression, edge cases, and real-world usage patterns. Use when user wants more code samples or different approaches.
More Examples
Purpose
Provide varied code examples to reinforce learning through multiple perspectives and use cases.
When This Activates
- User says "more examples", "show me another example"
/examples [topic]- "Can you show different ways to do this?"
- "What about edge cases?"
Example Categories to Cover
1. Basic Example
- Minimal, focused on core concept
- Heavy comments explaining each line
2. Practical Example
- Real-world use case
- Common patterns you'd see in production
3. Edge Cases
- Empty inputs, null values
- Boundary conditions
- Error scenarios
4. Anti-patterns
- What NOT to do
- Common mistakes with explanations
5. Alternative Approaches
- Different ways to solve same problem
- Trade-offs between approaches
Response Format
### 💻 More Examples: [Topic]
#### Basic Example
\`\`\`[language]
// Focused on core concept
\`\`\`
#### Real-World Example
\`\`\`[language]
// Practical application
\`\`\`
#### Edge Cases
\`\`\`[language]
// Handling special scenarios
\`\`\`
#### ❌ Common Mistake
\`\`\`[language]
// What not to do and why
\`\`\`
#### Alternative Approach
\`\`\`[language]
// Different way with trade-offs
\`\`\`
Guidelines
- Progress from simple → complex
- Always include comments
- Show both working and broken code (labeled clearly)
- Connect examples to current lesson context
- Save examples to
./lessons/[topic-slug]/examples/directory
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